mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
More polybar changes. Removed temporary runpolybaronce in favor of more versatile 'toggle_run'
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#!/bin/zsh
|
||||
(pgrep -f "polybar music" >/dev/null && pkill -f "polybar music") || polybar music &
|
||||
3
bin/toggle_run
Executable file
3
bin/toggle_run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/zsh
|
||||
pgrep -axf $1 >/dev/null && pkill -xf $1 || eval $1 &
|
||||
exit 0
|
||||
Reference in New Issue
Block a user