mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-30 17:48:40 +01:00
dwm: Add desktop icons patch with nemo-desktop
Makes the desktop more useful. Note that nemo-desktop was chosen over alternatives like pcmanfm due to its superior icon positioning and support for feh, among other benefits.
This commit is contained in:
parent
69e3ad3f07
commit
05a796610c
@ -42,6 +42,7 @@ in
|
|||||||
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 --bg-fill "$(fish -c 'random choice (fd . ${osu-backgrounds}/2024-07-15-Aerial-Antics-Art-Contest-All-Entries --follow -e jpg -e png)')" &
|
||||||
~/.config/${barScript} &
|
~/.config/${barScript} &
|
||||||
picom --daemon
|
picom --daemon
|
||||||
|
${pkgs.nemo}/bin/nemo-desktop &
|
||||||
fcitx5 &
|
fcitx5 &
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
@ -122,6 +123,10 @@ in
|
|||||||
size = 10;
|
size = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
blur-background-exclude = [
|
||||||
|
"class_g = 'Nemo-desktop'"
|
||||||
|
];
|
||||||
|
|
||||||
clip-shadow-above = [
|
clip-shadow-above = [
|
||||||
"class_g = 'dwm'"
|
"class_g = 'dwm'"
|
||||||
];
|
];
|
||||||
@ -281,6 +286,11 @@ in
|
|||||||
url = "https://dwm.suckless.org/patches/bar_height/dwm-bar-height-spacing-6.3.diff";
|
url = "https://dwm.suckless.org/patches/bar_height/dwm-bar-height-spacing-6.3.diff";
|
||||||
hash = "sha256-usMIMmloUG4NrX10AVbgr8kFs9ZG6Krn1NxXTVcLq70=";
|
hash = "sha256-usMIMmloUG4NrX10AVbgr8kFs9ZG6Krn1NxXTVcLq70=";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://raw.githubusercontent.com/bakkeby/patches/c5eae9d/dwm/dwm-desktop_icons-6.5.diff";
|
||||||
|
hash = "sha256-oIgeph9pmIWKBepnQhc+aNWU7ZHxsJbhJr5LVNTtuHc=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user