dwm: Use solid color background by default

This commit is contained in:
Donovan Glover 2024-08-26 13:47:30 -04:00
parent 8438c07ab1
commit 865a954f5c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,6 +2,7 @@
let
inherit (lib) singleton;
inherit (config.lib.stylix.colors.withHashtag)
base00
base02
@ -9,8 +10,6 @@ let
base05
;
osu-backgrounds = pkgs.callPackage ../packages/osu-backgrounds.nix { };
barScript = "dwm/bar.fish";
in
{
@ -39,7 +38,7 @@ in
xrdb -merge ~/.Xresources
xset r rate 300 50
feh --bg-fill "$(fish -c 'random choice (fd . ${osu-backgrounds}/2024-07-15-Aerial-Antics-Art-Contest-All-Entries --follow -e jpg -e png)')" &
feh --no-fehbg --bg-scale ${config.stylix.image}
~/.config/${barScript} &
picom --daemon
${pkgs.nemo}/bin/nemo-desktop &