Files
dotfiles/scripts/arch/waybar-restart

5 lines
72 B
Bash
Executable File

#!/bin/zsh
pkill -x waybar
setsid uwsm app -- waybar >/dev/null 2>&1 &