mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-11 07:19:30 +01:00
dwm: Use solid color background by default
This commit is contained in:
parent
8438c07ab1
commit
865a954f5c
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
inherit (lib) singleton;
|
inherit (lib) singleton;
|
||||||
|
|
||||||
inherit (config.lib.stylix.colors.withHashtag)
|
inherit (config.lib.stylix.colors.withHashtag)
|
||||||
base00
|
base00
|
||||||
base02
|
base02
|
||||||
@ -9,8 +10,6 @@ let
|
|||||||
base05
|
base05
|
||||||
;
|
;
|
||||||
|
|
||||||
osu-backgrounds = pkgs.callPackage ../packages/osu-backgrounds.nix { };
|
|
||||||
|
|
||||||
barScript = "dwm/bar.fish";
|
barScript = "dwm/bar.fish";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
@ -39,7 +38,7 @@ in
|
|||||||
|
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
xset r rate 300 50
|
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} &
|
~/.config/${barScript} &
|
||||||
picom --daemon
|
picom --daemon
|
||||||
${pkgs.nemo}/bin/nemo-desktop &
|
${pkgs.nemo}/bin/nemo-desktop &
|
||||||
|
Loading…
Reference in New Issue
Block a user