no more swaync

This commit is contained in:
Benjamin Palko 2025-07-24 14:09:25 -04:00
parent 3c3c4a6913
commit f124e07cb6
5 changed files with 3 additions and 591 deletions

View file

@ -1,9 +1,9 @@
# Key ring
exec-once = gnome-keyring-daemon --start --components=secrets
# Notification Daemon
exec-once = bash ~/.config/hypr/hyprland/scripts/start-swaync.sh
# Idle Daemon
exec-once = hypridle
# Status-bar
# Lux-shell
exec-once = quickshell
# Emotes
exec-once = emote

View file

@ -1,11 +0,0 @@
#!/bin/bash
CONFIG_FILES="$HOME/.config/swaync/ $HOME/.cache/wal/"
trap "killall swaync" EXIT
swaync &
while true; do
inotifywait -e create,modify -r $CONFIG_FILES
swaync-client -R & swaync-client -rs
done