update hyprlock faster
This commit is contained in:
parent
fdc58d1328
commit
c4b0463d8d
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ background {
|
|||
# TIME
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:30000] echo "$(date +"%R")"
|
||||
text = cmd[update:1000] echo "$(date +"%R")"
|
||||
color = $text
|
||||
font_size = 90
|
||||
font_family = $font
|
||||
|
@ -35,7 +35,7 @@ label {
|
|||
# DATE
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
|
||||
text = cmd[update:6000] echo "$(date +"%A, %d %B %Y")"
|
||||
color = $text
|
||||
font_size = 25
|
||||
font_family = $font
|
||||
|
|
Loading…
Reference in a new issue