diff options
| author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-04 01:21:24 +0100 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-12-04 01:21:24 +0100 |
| commit | 5f9bb334f76562007988a08769f3640f67ab8089 (patch) | |
| tree | afaf7009233d9165d466d2b897e4eed48e2d8925 /sway.config | |
| parent | bd4a6a024a29ee9d9e8f54dd403f848fca65d8e4 (diff) | |
Configure 24 hour clock in Swaybar
Diffstat (limited to 'sway.config')
| -rw-r--r-- | sway.config | 2 |
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 |
