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:
Donovan Glover 2024-08-26 06:17:29 -04:00
parent 69e3ad3f07
commit 05a796610c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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)')" &
~/.config/${barScript} &
picom --daemon
${pkgs.nemo}/bin/nemo-desktop &
fcitx5 &
while true; do
@ -122,6 +123,10 @@ in
size = 10;
};
blur-background-exclude = [
"class_g = 'Nemo-desktop'"
];
clip-shadow-above = [
"class_g = 'dwm'"
];
@ -281,6 +286,11 @@ in
url = "https://dwm.suckless.org/patches/bar_height/dwm-bar-height-spacing-6.3.diff";
hash = "sha256-usMIMmloUG4NrX10AVbgr8kFs9ZG6Krn1NxXTVcLq70=";
})
(fetchpatch {
url = "https://raw.githubusercontent.com/bakkeby/patches/c5eae9d/dwm/dwm-desktop_icons-6.5.diff";
hash = "sha256-oIgeph9pmIWKBepnQhc+aNWU7ZHxsJbhJr5LVNTtuHc=";
})
];
};
};