From 96c5794d550d34bce500828f4160667d70d60681 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 17 Dec 2023 20:49:07 +0900 Subject: [PATCH] final tweak.. I hope --- config/hypr/configs/Execs.conf | 8 +++----- config/hypr/initial-boot.sh | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 03f7f43..76ec382 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -10,7 +10,8 @@ $WallpaperPath = $HOME/Pictures/wallpapers exec-once = $HOME/.config/hypr/initial-boot.sh # wallpaper stuff / More wallpaper options below -exec-once = swww query || swww init +exec-once = swww query || swww init +exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 30 minutes # Startup exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -22,7 +23,7 @@ exec-once = $scriptsDir/Polkit.sh # starup apps exec-once = waybar & exec-once = dunst & -exec-once = blueman-applet & +#exec-once = blueman-applet & exec-once = nm-applet --indicator & #exec-once = rog-control-center & @@ -40,10 +41,7 @@ exec-once = swayidle -w timeout 900 '$lock' # sway idle without lock #exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' - ## Here are list of features available but disabled by default - -#exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 30 minutes #exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper #gnome polkit for nixos diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index a992353..f0524bc 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -17,7 +17,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then # Initialize pywal printf " Initializing pywal........\n\n" - wal -i "$wallpaper" + wal -i $wallpaper -s -t # Initial symlink for Pywal Dark and Light for Rofi Themes ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi"