summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:11 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:11 +0100
commit643d36117283b20aaa759c5ea3ade959f30a8340 (patch)
tree043c7e60d0036a882ad81064a64d3074be3e7af3
parent20d5da3b368a426a6de78ff3a3411fbe3ecc6d68 (diff)
Configure 24 hour clock in Swaybar
-rw-r--r--sway.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway.config b/sway.config
index 6a17734..8de40c8 100644
--- a/sway.config
+++ b/sway.config
@@ -213,7 +213,7 @@ bar {
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
- status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
+ status_command while date +'%Y-%m-%d %H:%M:%S %p'; do sleep 1; done
colors {
statusline #ffffff