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