nixos/home/hyprland/ironbar/config/scripts/gtk-tray

4 lines
60 B
Plaintext
Executable file

if [[ -z "$(pidof gtk-tray)" ]]; then
sh -c gtk-tray &
fi