💥 fix(hyprlock): 12-hour clock command
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@ background {
|
|||||||
# Time
|
# Time
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = cmd[update:30000] echo -e "$(date +"%R")" # 24-hour style
|
text = cmd[update:30000] echo -e "$(date +"%R")" # 24-hours
|
||||||
# text = cmd[update:30000] echo -e "$(date +"%r")"
|
# text = cmd[update:30000] echo -e "$(date +"%I:%M %p")" # 12-hours (AM/PM)
|
||||||
color = $foreground
|
color = $foreground
|
||||||
font_size = 120
|
font_size = 120
|
||||||
font_family = $clockFont
|
font_family = $clockFont
|
||||||
|
|||||||
Reference in New Issue
Block a user