dotfiles/.config/eww/bar/scripts/workspace

7 lines
142 B
Bash
Executable File

#!/bin/bash
dir=`dirname $0`
python3 $dir/workspaces.py
tail -F -n1 ~/.cache/workspaces | while read -r; do
python3 $dir/workspaces.py
done