dotfiles/waybar-start.sh

6 lines
91 B
Bash
Executable File

#!/usr/bin/env bash
cd "$(dirname "$0")"
ls * | entr -r sh -c 'killall waybar; waybar &'