no more swaync
This commit is contained in:
parent
3c3c4a6913
commit
f124e07cb6
5 changed files with 3 additions and 591 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue