Compare commits

..

2 commits

Author SHA1 Message Date
d1815f6736
Date format: Add space after %(a|A). 2024-03-14 09:32:46 +01:00
4c72ae5fa7
Hyprlock: Add check/fail/capslock colors. 2024-03-14 09:31:35 +01:00
2 changed files with 7 additions and 4 deletions

View file

@ -20,6 +20,9 @@ input-field {
placeholder_text =
hide_input = false
rounding = -1
check_color = $disabled
fail_color = $bad
capslock_color = $accent2
position = 0, -50
halign = center
@ -28,7 +31,7 @@ input-field {
label {
monitor =
text = cmd[update:0] echo "<span>$(date '+%A%e %b %Y')</span>"
text = cmd[update:0] echo "<span>$(date '+%A %e %b %Y')</span>"
color = $foreground
font_size = 25
font_family = $font

View file

@ -214,7 +214,7 @@
},
"clock": {
"interval": 1,
"format": "󰥔 {:%a%e %b %EX}",
"format": "󰥔 {:%a %e %b %EX}",
"tooltip-format": "<tt>{calendar}</tt>",
"calendar": {
"mode": "month",