From 963b0d5e02ec289ec1f81f71036421306934e69a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 13 Jan 2025 14:35:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-13 14:35:05 --- .config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index eb42c4f2..8ad78a79 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -281,7 +281,8 @@ 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 +'%a, %b %d - %H:%M'; do sleep 60; done + status_command while date +'%a, %b %d - %H:%M'; do sleep 1; done + # status_command inotifywait -m -e modify /home/fic/scripts/time | cat /home/fic/scripts/time colors { background $bg