mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-06 04:50:13 +01:00
dwm: Use solid color background by default
This commit is contained in:
parent
8438c07ab1
commit
865a954f5c
@ -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 &
|
||||
|
Loading…
Reference in New Issue
Block a user