feat: cpu frequency control bind
This commit is contained in:
9
hypr/scripts/toggle_waybar.sh
Executable file
9
hypr/scripts/toggle_waybar.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
PROGRAM="waybar"
|
||||
|
||||
if pgrep -x "$PROGRAM" > /dev/null; then
|
||||
pkill -x $PROGRAM
|
||||
else
|
||||
$PROGRAM &
|
||||
fi
|
||||
Reference in New Issue
Block a user