Some changes
This commit is contained in:
@ -36,3 +36,9 @@ case "${choice}" in
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ "${XDG_CURRENT_DESKTOP}" == 'river' ]]; then
|
||||
eww -c "${HOME}/.config/river/config/" update swayidle="$(( ! ${choice} ))"
|
||||
elif [[ "${XDG_CURRENT_DESKTOP}" == 'Hyprland' ]]; then
|
||||
pkill -SIGRTMIN+1 waybar
|
||||
fi
|
||||
|
Reference in New Issue
Block a user