Lots of scripts
This commit is contained in:
7
.local/bin/station-toggle-waybar
Executable file
7
.local/bin/station-toggle-waybar
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if pgrep -x waybar >/dev/null; then
|
||||
pkill -x waybar
|
||||
else
|
||||
uwsm-app -- waybar >/dev/null 2>&1 &
|
||||
fi
|
||||
Reference in New Issue
Block a user