From e195de129256be05ecb69bb4594dbcda5d3671ca Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 20 Jul 2025 13:33:59 +0200 Subject: [PATCH] Modules/Hyprland: Update wallpapers --- home/modules/hyprland/options.nix | 5 +---- home/modules/rofi/default.nix | 7 +++++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home/modules/hyprland/options.nix b/home/modules/hyprland/options.nix index 0a558e46..0a996d41 100644 --- a/home/modules/hyprland/options.nix +++ b/home/modules/hyprland/options.nix @@ -23,15 +23,12 @@ type = lib.types.listOf lib.types.str; description = "Available wallpapers"; - # Run eza -1 | sd ".png" "" | sd "^" "\"" | sd "\$" "\"" | sd "\"\"" "" | wl-copy + # Run eza -1 | sd ".jpg" "" | sd "^" "\"" | sd "\$" "\"" | sd "\"\"" "" | wl-copy # in ~/NixFlake/wallpapers/ default = [ - "Blade-Runner-Atari" - "Blade-Runner-Coca-Cola" "Blade-Runner-Downwards" "Blade-Runner-Upwards" "City-Outlook" - "Cozy-Bedroom" "Everest-Fishing" "Foggy-Lake" "Three-Bears" diff --git a/home/modules/rofi/default.nix b/home/modules/rofi/default.nix index 881fb526..9bd3c9bf 100644 --- a/home/modules/rofi/default.nix +++ b/home/modules/rofi/default.nix @@ -41,6 +41,9 @@ in { inherit (config.lib.formats.rasi) mkLiteral; trans = "rgba(0, 0, 0, 0)"; + + paddingInner = "5px"; + paddingOuter = "10px"; in { "element-text,element-icon,mode-switcher" = { background-color = mkLiteral "inherit"; @@ -49,7 +52,7 @@ in { "window" = { height = "50%"; - width = "50%"; + width = "33%"; border = mkLiteral "2 solid 2 solid 2 solid 2 solid"; border-radius = 6; border-color = mkLiteral color.hexS.accent; @@ -160,7 +163,7 @@ in { wallpaper-menu = let setWallpaperOnMonitor = name: monitor: "hyprctl hyprpaper wallpaper " - + "${monitor},${config.paths.nixflake}/wallpapers/${name}.png"; + + "${monitor},${config.paths.nixflake}/wallpapers/${name}.jpg"; setWallpaperOnMonitors = monitors: name: { ${name} =