This commit is contained in:
Stephan Raabe
2024-04-29 11:24:02 +02:00
parent 0806192575
commit 53ad524aff
8 changed files with 24 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
if [[ "$1" == "stop" ]]; then
killall nm-applet
else
nm-applet --indicator &
fi