From 76cdc825be5a9cceb1ecb2df96788ecbd71ec3c5 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sat, 6 Jan 2024 09:01:22 +0800 Subject: [PATCH] fixup! nixos: home: change wallpaper --- users/guanranwang/home-manager/applications/bspwm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/guanranwang/home-manager/applications/bspwm/default.nix b/users/guanranwang/home-manager/applications/bspwm/default.nix index ab141a4..ca41d30 100644 --- a/users/guanranwang/home-manager/applications/bspwm/default.nix +++ b/users/guanranwang/home-manager/applications/bspwm/default.nix @@ -17,7 +17,7 @@ enable = true; startupPrograms = [ "pgrep -x sxhkd > /dev/null || sxhkd" - "pgrep -x feh > /dev/null || feh --no-fehbg --bg-fill ~/.local/share/backgrounds/aqua.png" + "pgrep -x feh > /dev/null || feh --no-fehbg --bg-fill ~/.local/share/backgrounds/Minato-Aqua-Dark.png" ]; monitors = { eDP-1 = ["I" "II" "III" "IV" "V" "VI" "VII" "VIII" "IX" "X"];