AutoYADM commit: 2025-01-13 14:35:05

This commit is contained in:
Daniel Fichtinger 2025-01-13 14:35:05 -05:00
parent 759b5ded6e
commit 963b0d5e02

View file

@ -281,7 +281,8 @@ bar {
# When the status_command prints a new line to stdout, swaybar updates. # When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time. # 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 { colors {
background $bg background $bg