Files
nix/scripts/hot-reload.sh
2025-03-24 18:18:00 +02:00

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