From 8b7d50d34072afb58d91a98d3d7408b56be0cc47 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 17 Jun 2024 17:22:20 -0500 Subject: [PATCH] updated the pic being used for rofi and wallpaper --- config/hyprland.nix | 2 +- config/rofi/rofi.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hyprland.nix b/config/hyprland.nix index 5fa6a9e..c1114fc 100644 --- a/config/hyprland.nix +++ b/config/hyprland.nix @@ -50,7 +50,7 @@ with lib; exec-once = killall -q swaync;sleep .5 && swaync exec-once = nm-applet --indicator exec-once = lxqt-policykit-agent - exec-once = sleep 1.5 && swww img /home/${username}/Pictures/Wallpapers/zaney-wallpaper.jpg + exec-once = sleep 1.5 && swww img /home/${username}/Pictures/Wallpapers/beautifulmountainscape.jpg monitor=,preferred,auto,1 ${extraMonitorSettings} general { diff --git a/config/rofi/rofi.nix b/config/rofi/rofi.nix index 599afd7..443c700 100644 --- a/config/rofi/rofi.nix +++ b/config/rofi/rofi.nix @@ -65,7 +65,7 @@ "dummy" "mode-switcher" ]; - background-image = mkLiteral ''url("~/Pictures/Wallpapers/zaney-wallpaper.jpg", width)''; + background-image = mkLiteral ''url("~/Pictures/Wallpapers/beautifulmountainscape.jpg", width)''; }; "entry" = { enabled = true;