Files
Hyprland-gentoo/dotfiles/scripts/nm-applet.sh
2024-09-14 10:42:47 -04:00

7 lines
100 B
Bash
Executable File

#!/bin/bash
if [[ "$1" == "stop" ]]; then
killall nm-applet
else
nm-applet --indicator &
fi