Hyprland-dotfiles/scripts/nm-applet.sh

7 lines
100 B
Bash
Raw Permalink Normal View History

2024-04-29 05:24:02 -04:00
#!/bin/bash
if [[ "$1" == "stop" ]]; then
killall nm-applet
else
nm-applet --indicator &
fi