💥 fix(autostart): generate color scheme if not exists, fixes first startup issues

This commit is contained in:
retrozinndev
2024-12-13 12:18:45 -03:00
parent f0eee502f6
commit ab899c2acb
+3 -3
View File
@@ -3,14 +3,14 @@
## AUTOSTART ## ## AUTOSTART ##
############### ###############
exec-once = /usr/lib/hyprpolkitagent # Experimental Hyprland Polkit Agent exec-once = systemctl enable --user --now hyprpolkitagent.service # Hyprland Policy Kit
exec-once = eww daemon && eww open bar # Daemon + Status Bar exec-once = eww daemon && eww open bar # Daemon + Status Bar
exec-once = dunst # Notification Daemon exec-once = dunst # Notification Daemon
exec-once = hyprpaper # Wallpaper exec-once = hyprpaper # Wallpaper
exec-once = hypridle # Idle daemon exec-once = hypridle # Idle daemon
# Load pywal from cache # Load pywal from cache || generate pywal colorscheme
exec-once = wal -R exec-once = sh -c "[[ -d $HOME/.cache/wal ]] && wal -R || wal -q -t --cols16 darken -i $(cat '$HOME/.config/hypr/hyprpaper.conf' | grep '$wallpaper =' | sed -e 's/^$wallpaper = //')"
# Clipboard manager # Clipboard manager
exec-once = wl-paste --type text --watch cliphist store # Stores text exec-once = wl-paste --type text --watch cliphist store # Stores text