15 lines
294 B
Bash
Executable File
15 lines
294 B
Bash
Executable File
#!/bin/bash
|
|
|
|
trap "pkill -9 waybar" EXIT
|
|
|
|
hyprctl dispatch exec "GTK_THEME=Adwaita waybar -c ~/config/config/waybar/config -s ~/config/config/waybar/style.css" &
|
|
hyprctl reload
|
|
|
|
ROBLOX_PID="$(pidof sober)"
|
|
|
|
echo ${#ROBLOX_PID}
|
|
|
|
if [ ${#ROBLOX_PID} -lt 1 ]; then
|
|
rm /tmp/.regretevator_state
|
|
fi
|