File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d/svc-de Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
7979 apt-get update && \
8080 DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
81+ breeze-cursor-theme \
8182 ca-certificates \
8283 cmake \
8384 console-data \
Original file line number Diff line number Diff line change 7878 curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
7979 apt-get update && \
8080 DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
81+ breeze-cursor-theme \
8182 ca-certificates \
8283 cmake \
8384 console-data \
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ s6-setuidgid abc xrandr --output screen --mode "1024x768" --dpi 96
6565# set xresources
6666if [ -f "${HOME}/.Xresources" ]; then
6767 xrdb "${HOME}/.Xresources"
68+ else
69+ echo "Xcursor.theme: breeze" > "${HOME}/.Xresources"
70+ xrdb "${HOME}/.Xresources"
6871fi
6972
7073# run
You can’t perform that action at this time.
0 commit comments