diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-04 01:26:26 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-04 01:48:48 +0100 |
commit | dac04dded6aff116a513a211db31f97f8935115c (patch) | |
tree | 8591cdef485eb8fc628d81132b519a68d71fad2f /sway.config | |
parent | 1a4d8ccc7bcd8a6ff8368c1fd921f3a8dca9c6f0 (diff) |
Configure colon blinking in Swaybar clock
Diffstat (limited to 'sway.config')
-rw-r--r-- | sway.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sway.config b/sway.config index 8de40c8..c5df2b1 100644 --- a/sway.config +++ b/sway.config @@ -213,7 +213,11 @@ 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 %H:%M:%S %p'; do sleep 1; done + status_command while date +'%Y-%m-%d %H:%M:%S %p'; \ + do sleep 0.5; \ + date +'%Y-%m-%d %H %M %S %p'; \ + sleep 0.5; \ + done colors { statusline #ffffff |