diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-27 17:30:53 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-27 17:30:53 +0000 |
commit | c70fc51278d7ef3265a21e9a14fd4589bf762dcc (patch) | |
tree | 50f5f91ea170647ab742067fce5a9df5835f0b76 /sway/config | |
parent | cf87ea78a6e822b1a692cae3c8be7ca673d390ef (diff) |
Updates swaybar status every 10 seconds instead of every second
Diffstat (limited to '')
-rw-r--r-- | sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config b/sway/config index 80a777a..ae8fb62 100644 --- a/sway/config +++ b/sway/config @@ -241,7 +241,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 ~/code/bash/status_command_for_swaybar.sh; do sleep 1; done + status_command while ~/code/bash/status_command_for_swaybar.sh; do sleep 10; done colors { #statusline #ffffff |