From 32d63bef2581ef934860c8bcffb60001d8390dd6 Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 8 Mar 2026 18:29:23 +0800 Subject: Put wallpaper in hypr config and make hyprland scrolling --- hypr/.config/hypr/hyprland.conf | 4 ++-- hypr/.config/hypr/hyprpaper.conf | 2 +- hypr/.config/hypr/media/TealNebula.png | Bin 0 -> 17616288 bytes 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 hypr/.config/hypr/media/TealNebula.png diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 5f4d2f9..ae1faaf 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -69,7 +69,7 @@ general { resize_on_border = false allow_tearing = false - layout = dwindle + layout = scrolling } dwindle { @@ -114,7 +114,7 @@ animations { animation = border, 1, 10, default animation = borderangle, 1, 8, default animation = fade, 1, 7, default - animation = workspaces, 1, 6, default, slidefade + animation = workspaces, 1, 4, default, slidefadevert } master { diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf index f4bff53..8059747 100644 --- a/hypr/.config/hypr/hyprpaper.conf +++ b/hypr/.config/hypr/hyprpaper.conf @@ -1,6 +1,6 @@ wallpaper { monitor = eDP-1 - path = /home/bh/Pictures/Wallpapers/TealNebula.jpg + path = /home/bh/.config/hypr/media/TealNebula.png fit_mode = cover } diff --git a/hypr/.config/hypr/media/TealNebula.png b/hypr/.config/hypr/media/TealNebula.png new file mode 100644 index 0000000..ccdbd48 Binary files /dev/null and b/hypr/.config/hypr/media/TealNebula.png differ -- cgit v1.2.3