summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-12-04 01:21:24 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-12-04 01:21:24 +0100
commit1a4d8ccc7bcd8a6ff8368c1fd921f3a8dca9c6f0 (patch)
tree043c7e60d0036a882ad81064a64d3074be3e7af3
parent89c7bbff8a0cf274d4bafdbcf1915b24f8cfb9b5 (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