From 5fdd7e3f208f0992af3f2afcf63848f424ab7442 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 13 May 2024 11:47:09 +0900 Subject: [PATCH 1/5] Updated Startup_apps.conf --- config/hypr/UserConfigs/Startup_Apps.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 2f529d6..91e0cac 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -9,7 +9,7 @@ $lock = $scriptsDir/LockScreen.sh $SwwwRandom = $UserScripts/WallpaperAutoChange.sh # wallpaper stuff / More wallpaper options below -exec-once = swww query || swww-daemon --format xrgb +exec-once = swww query || swww-daemon exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes # Startup @@ -41,7 +41,7 @@ exec-once = hypridle & exec-once = pypr & # Here are list of features available but disabled by default -# exec-once = swww query || swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper +# exec-once = swww query || swww-daemon && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper #gnome polkit for nixos #exec-once = $scriptsDir/Polkit-NixOS.sh From d91872fe3f30f500479f563ed894f261f0e787f5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 13 May 2024 11:53:32 +0900 Subject: [PATCH 2/5] rofi-beats menu small adjustment --- config/rofi/config-rofi-Beats-menu.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index 9abbe67..6cdd6e9 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -5,13 +5,13 @@ /* ---- Entry ---- */ entry { - width: 17%; + width: 20%; placeholder: "📻 Choose Music Source"; } /* ---- Window ---- */ window { - width: 20%; + width: 24%; } /* ---- Listview ---- */ From a45b2e1f5028288887c9fc731388677e0a59cec1 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Mon, 13 May 2024 12:38:11 +0900 Subject: [PATCH 3/5] Update copy.sh --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 83e06f3..76dcd38 100755 --- a/copy.sh +++ b/copy.sh @@ -293,7 +293,7 @@ while true; do done # symlinks for waybar style -ln -sf "$waybar_Style" "$HOME/.config/waybar/style.css" && \ +ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" && \ # initialize wallust to avoid config error on hyprland wallust run -s $wallpaper 2>&1 | tee -a "$LOG" From 7d4c2a0b2d9729a2e81b3919b8e3d5fe25cfbf55 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 13 May 2024 20:58:00 +0900 Subject: [PATCH 4/5] to resolve conflict --- config/hypr/UserConfigs/Startup_Apps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 91e0cac..02989c4 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -9,7 +9,7 @@ $lock = $scriptsDir/LockScreen.sh $SwwwRandom = $UserScripts/WallpaperAutoChange.sh # wallpaper stuff / More wallpaper options below -exec-once = swww query || swww-daemon +exec-once = swww-daemon --format xrgb exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes # Startup From e3c05fca01d1a31a23af27c7b2a3ab2e2f0b620e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 13 May 2024 20:58:59 +0900 Subject: [PATCH 5/5] resolve conflict --- config/hypr/UserConfigs/Startup_Apps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 02989c4..5fe8277 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -41,7 +41,7 @@ exec-once = hypridle & exec-once = pypr & # Here are list of features available but disabled by default -# exec-once = swww query || swww-daemon && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper +# exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper #gnome polkit for nixos #exec-once = $scriptsDir/Polkit-NixOS.sh