replace ags with quickshell!!!!
This commit is contained in:
parent
ae398eac24
commit
3c3c4a6913
6 changed files with 4 additions and 15 deletions
|
|
@ -4,8 +4,7 @@ exec-once = bash ~/.config/hypr/hyprland/scripts/start-swaync.sh
|
|||
# Idle Daemon
|
||||
exec-once = hypridle
|
||||
# Status-bar
|
||||
# exec-once = bash ~/.config/hypr/scripts/start-waybar.sh
|
||||
exec-once = bash ~/dotfiles/hypr/hyprland/scripts/run-ags.sh
|
||||
exec-once = quickshell
|
||||
# Emotes
|
||||
exec-once = emote
|
||||
# Wallpaper Daemon
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
CONFIG_FILES="$HOME/dotfiles/ags"
|
||||
while true; do
|
||||
sleep 1.6
|
||||
ags run --gtk4 -d "$CONFIG_FILES" &
|
||||
inotifywait -e create,modify -r "$CONFIG_FILES"
|
||||
killall gjs
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue