theme ctl
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
ps aux | grep "$@" | awk '{print $2}' | xargs kill -9
|
||||
{ ps aux | grep "$@" | awk '{print $2}' | xargs kill -9; } > /dev/null 2>&1
|
||||
|
||||
Binary file not shown.
@@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
fuck polybar
|
||||
pywal-discord &
|
||||
pywalfox update &
|
||||
spicetify update &
|
||||
bspc wm -r &
|
||||
killall dunst
|
||||
dunst &
|
||||
Reference in New Issue
Block a user