mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
Added tools & updated hyprlock
config
Changelog: - Added packages: `emmet-language-server`, `gitleaks`, `trunk` - Changed time format in `hyprlock` from 24-hour to 12-hour format - Configured `emmet-language-server` for the `helix` editor
This commit is contained in:
@@ -21,7 +21,7 @@ background {
|
||||
# TIME
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:30000] echo "$(date +"%R")"
|
||||
text = cmd[update:30000] echo "$(date +"%I:%M %p")"
|
||||
color = $text
|
||||
font_size = 90
|
||||
font_family = $font
|
||||
@@ -87,7 +87,7 @@ input-field {
|
||||
fade_on_empty = false
|
||||
placeholder_text = <span foreground="##$textAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
|
||||
hide_input = false
|
||||
check_color = $accent
|
||||
check_color = $sky
|
||||
fail_color = $red
|
||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||
capslock_color = $yellow
|
||||
|
Reference in New Issue
Block a user