Hyprland-dotfiles/scripts/nm-applet.sh
Stephan Raabe 53ad524aff Updates
2024-04-29 11:24:02 +02:00

7 lines
100 B
Bash
Executable File

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