Add files via upload

This commit is contained in:
Linuxius
2026-05-03 13:16:49 +02:00
committed by GitHub
parent 63495d0b28
commit d1cd892c0f
3 changed files with 26 additions and 25 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
hl.on("hyprland.start", function ()
-- Bar, wallpaper
hl.exec_cmd("~/.config/hypr/hyprland/scripts/start_geoclue_agent.sh")
hl.exec_cmd("$HOME/.config/hypr/hyprland/scripts/start_geoclue_agent.sh")
hl.exec_cmd("qs -c $qsConfig")
hl.exec_cmd("~/.config/hypr/custom/scripts/__restore_video_wallpaper.sh")
hl.exec_cmd("$HOME/.config/hypr/custom/scripts/__restore_video_wallpaper.sh")
-- Core components (authentication, lock screen, notification daemon)
hl.exec_cmd("gnome-keyring-daemon --start --components=secrets")