commit c5a7924b7c44031acb9c5b52e013ee6c241ee672 parent 491fab5d2d09e433564b6a088f74701bdf1dafe9 Author: vin <vin@vineetk.net> Date: Sun, 23 Feb 2025 19:12:49 -0500 change wallpaper Diffstat:
| M | home.nix | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/home.nix b/home.nix @@ -916,7 +916,8 @@ interceptor.register(int_fn) # TODO import nix file that defines colorscheme bars = [ { colors = { - background = colors.current.primary.background; +# background = colors.current.primary.background; + background = "#000000"; statusline = colors.current.primary.foreground; focusedWorkspace = { background = colors.current.normal.black; @@ -1062,7 +1063,7 @@ interceptor.register(int_fn) startup = [ { command = "picom"; always = true; notification = false; } - { command = "xwallpaper --center pics/wp/wallhaven-0w92lp.jpg"; notification = false; } + { command = "xwallpaper --center pics/wp/elite_milky_way_below.png"; notification = false; } ]; terminal = "alacritty";