replace ags with quickshell!!!!

This commit is contained in:
Benjamin Palko 2025-07-24 14:05:48 -04:00
parent ae398eac24
commit 3c3c4a6913
6 changed files with 4 additions and 15 deletions

View file

@ -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

View file

@ -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