dotfiles/lina/xmonad/ws_bar.sh

7 lines
98 B
Bash
Raw Permalink Normal View History

2025-08-24 13:05:25 +03:30
#!/bin/bash
while inotifywait -qqe close_write /tmp/.xmonad-workspace-log; do
echo ' '
done