Naughty Control Script + Rofi Menu

- Replace deadd with naughty script
This commit is contained in:
Sravan Balaji
2023-03-26 20:26:50 -04:00
parent 6765f012c3
commit 2443f479e3
8 changed files with 156 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/bash
declare -a startup_array=(\
# Background Processes
# "bash /home/sravan/.scripts/deadd.sh --on" \ # Deadd Notification Center
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor
"/usr/bin/greenclip daemon" \ # Greenclip Clipboard Manager
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
@@ -12,7 +11,6 @@ declare -a startup_array=(\
declare -a kill_startup_array=(\
# Background Processes
# "pkill deadd-notificat" \ # Deadd Notification Center
"pkill picom" \ # Picom Compositor
"pkill greenclip" \ # Greenclip Clipboard Manager
"pkill polkit" \ # GNOME Polkit Authentication Agent