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

4 lines
60 B
Plaintext
Raw Normal View History

2023-10-10 20:00:04 +01:00
if [[ -z "$(pidof gtk-tray)" ]]; then
sh -c gtk-tray &
fi