user/bspwm: remove declarative wallpaper

so i can use other wallpapers without feeling weird for including it in
a cc0 repo
This commit is contained in:
LavaDesu 2022-03-22 23:11:19 +07:00
parent 16c091ecfc
commit ed93b93c43
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }: {
{ config, pkgs, ... }: {
xsession.windowManager.bspwm = {
enable = true;
monitors = { eDP-1 = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0"]; };
@ -9,7 +9,7 @@
top_padding = 25;
};
extraConfig = ''
feh --no-fehbg --bg-fill ${config.xdg.configHome}/xorg/wallpaper.png
${pkgs.feh}/bin/feh --no-fehbg --bg-fill ~/Pictures/Wallpapers/current
systemctl --user restart polybar # home-manager loads this too early
'';
};

View file

@ -7,7 +7,6 @@
};
xdg.configFile."xorg/xinitrc".source = ../../scripts/xinitrc;
xdg.configFile."xorg/wallpaper.png".source = ../../res/wallpaper.png;
xresources = {
path = "${config.xdg.configHome}/xorg/xresources";
properties = {