From c70fc51278d7ef3265a21e9a14fd4589bf762dcc Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 27 Feb 2024 17:30:53 +0000 Subject: Updates swaybar status every 10 seconds instead of every second --- sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/config') 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 -- cgit v1.2.3