Skip to content

Commit

Permalink
fix(hyprlock): capslock color not working as intended (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Feb 1, 2025
1 parent 03e4fac commit 611674c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions hypr-config/.config/hypr/hyprlock.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ background {
# TIME
label {
monitor =
text = cmd[update:30000] echo "$(date +"%R")"
text = $TIME12
color = $text
font_size = 90
font_size = 75
font_family = $font
position = -30, 0
halign = right
Expand All @@ -33,7 +33,7 @@ label {
# DATE
label {
monitor =
text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
text = cmd[update:43200000] date +"%A, %d %B %Y"
color = $text
font_size = 25
font_family = $font
Expand Down Expand Up @@ -75,4 +75,8 @@ input-field {
position = 0, -300
halign = center
valign = center

# Added due to capslock color not working see github.com/hyprwm/hyprlock/issues/660
# Should be removed in v0.7.0
invert_numlock = true
}

0 comments on commit 611674c

Please sign in to comment.