From 87297c02a4848d2dc32b85d3beeb5b8655adf737 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 27 Apr 2024 11:47:46 +0900 Subject: bump to v2.2.9. Updated swww --- config/hypr/UserConfigs/Startup_Apps.conf | 4 ++-- config/hypr/UserScripts/WallpaperRandom.sh | 2 +- config/hypr/UserScripts/WallpaperSelect.sh | 2 +- config/hypr/v2.2.8 | 5 ----- config/hypr/v2.2.9 | 5 +++++ 5 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 config/hypr/v2.2.8 create mode 100644 config/hypr/v2.2.9 (limited to 'config/hypr') diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 86e40ba9..156b96e0 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 @@ -38,7 +38,7 @@ exec-once = $UserScripts/RainbowBorders.sh exec-once = hypridle # 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 diff --git a/config/hypr/UserScripts/WallpaperRandom.sh b/config/hypr/UserScripts/WallpaperRandom.sh index 52fc819d..c2467b08 100755 --- a/config/hypr/UserScripts/WallpaperRandom.sh +++ b/config/hypr/UserScripts/WallpaperRandom.sh @@ -17,7 +17,7 @@ BEZIER=".43,1.19,1,.4" SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION --transition-bezier $BEZIER" -swww query || swww-daemon --format xrgb && swww img ${RANDOMPICS} $SWWW_PARAMS +swww query || swww-daemon && swww img ${RANDOMPICS} $SWWW_PARAMS ${scriptsDir}/PywalSwww.sh diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 8aa9bdd8..c83ed8e2 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -40,7 +40,7 @@ menu() { printf "$RANDOM_PIC_NAME\n" } -swww query || swww-daemon --format xrgb +swww query || swww-daemon main() { choice=$(menu | ${rofi_command}) diff --git a/config/hypr/v2.2.8 b/config/hypr/v2.2.8 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.2.8 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.2.9 b/config/hypr/v2.2.9 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.2.9 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3 From 1bd2f4c57cd5bb17b9a5a6732e91a8d01f33284d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 27 Apr 2024 15:08:18 +0900 Subject: small hyprlock config update --- config/hypr/hyprlock.conf | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'config/hypr') diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 7e8c1845..d46a2e45 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -4,14 +4,18 @@ source = $HOME/.cache/wal/colors-hyprland +# wallpaper and picture variables # NOTE only png supported for now +$wallpaper = $HOME/.config/rofi/.current_wallpaper +$picture = $HOME/.config/rofi/.current_wallpaper + general { - grace = 1 + grace = 0.5 } background { monitor = path = screenshot # screenshot of your desktop - # path = $HOME/.config/rofi/.current_wallpaper # NOTE only png supported for now + #path = $wallpaper # set the picture path above color = $color7 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations @@ -75,7 +79,7 @@ label { # text = cmd[update:1000] echo " $(date +"%I:%M:%S %p") " # AM/PM text = cmd[update:1000] echo " $(date +"%H:%M:%S") " # 24H color = $color7 - font_size = 94 + font_size = 90 font_family = JetBrains Mono Nerd Font 10 position = 0, -150 @@ -87,7 +91,7 @@ label { monitor = text =  $USER color = $color7 - font_size = 18 + font_size = 24 font_family = Inter Display Medium position = 0, 200 @@ -119,10 +123,10 @@ label { image { monitor = - path = $HOME/.config/rofi/.current_wallpaper + path = $picture # set the picture path above size = 230 - rounding = -1 - border_size = 4 + rounding = -2 + border_size = 1 border_color = $color12 rotate = 0 reload_time = -1 -- cgit v1.2.3 From ff3474cadf2525692042790becfc8dcb90d935b4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 28 Apr 2024 00:35:26 +0900 Subject: minor update hyprlock --- config/hypr/hyprlock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr') diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index d46a2e45..94590739 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -4,7 +4,7 @@ source = $HOME/.cache/wal/colors-hyprland -# wallpaper and picture variables # NOTE only png supported for now +# wallpaper and picture variables # supports png, jpg, webp (no animations, though) $wallpaper = $HOME/.config/rofi/.current_wallpaper $picture = $HOME/.config/rofi/.current_wallpaper -- cgit v1.2.3 From c5ec8c40bfa68d46f3c9c4da064eab56a3445072 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 28 Apr 2024 13:43:52 +0900 Subject: reverted back the --format xrgb for swww as still not published the fix --- config/hypr/UserConfigs/Startup_Apps.conf | 4 ++-- config/hypr/UserScripts/WallpaperRandom.sh | 2 +- config/hypr/UserScripts/WallpaperSelect.sh | 2 +- config/hypr/v2.2.8 | 5 +++++ config/hypr/v2.2.9 | 5 ----- 5 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 config/hypr/v2.2.8 delete mode 100644 config/hypr/v2.2.9 (limited to 'config/hypr') diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 156b96e0..86e40ba9 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 query || swww-daemon --format xrgb exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes # Startup @@ -38,7 +38,7 @@ exec-once = $UserScripts/RainbowBorders.sh exec-once = hypridle # 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 query || swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper #gnome polkit for nixos #exec-once = $scriptsDir/Polkit-NixOS.sh diff --git a/config/hypr/UserScripts/WallpaperRandom.sh b/config/hypr/UserScripts/WallpaperRandom.sh index c2467b08..52fc819d 100755 --- a/config/hypr/UserScripts/WallpaperRandom.sh +++ b/config/hypr/UserScripts/WallpaperRandom.sh @@ -17,7 +17,7 @@ BEZIER=".43,1.19,1,.4" SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION --transition-bezier $BEZIER" -swww query || swww-daemon && swww img ${RANDOMPICS} $SWWW_PARAMS +swww query || swww-daemon --format xrgb && swww img ${RANDOMPICS} $SWWW_PARAMS ${scriptsDir}/PywalSwww.sh diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index c83ed8e2..8aa9bdd8 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -40,7 +40,7 @@ menu() { printf "$RANDOM_PIC_NAME\n" } -swww query || swww-daemon +swww query || swww-daemon --format xrgb main() { choice=$(menu | ${rofi_command}) diff --git a/config/hypr/v2.2.8 b/config/hypr/v2.2.8 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.2.8 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.2.9 b/config/hypr/v2.2.9 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.2.9 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3