mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
add icon theme cursors.
This commit is contained in:
parent
c75191edeb
commit
d89dd11b18
2 changed files with 5 additions and 1 deletions
|
@ -80,12 +80,16 @@ RUN set -eux; apt-get update; \
|
||||||
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
|
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
|
||||||
|
|
||||||
#
|
#
|
||||||
# copy runtime files
|
# copy runtime configs
|
||||||
COPY runtime/dbus /usr/bin/dbus
|
COPY runtime/dbus /usr/bin/dbus
|
||||||
COPY runtime/default.pa /etc/pulse/default.pa
|
COPY runtime/default.pa /etc/pulse/default.pa
|
||||||
COPY runtime/supervisord.conf /etc/neko/supervisord.conf
|
COPY runtime/supervisord.conf /etc/neko/supervisord.conf
|
||||||
COPY runtime/xorg.conf /etc/neko/xorg.conf
|
COPY runtime/xorg.conf /etc/neko/xorg.conf
|
||||||
|
|
||||||
|
#
|
||||||
|
# copy runtime folders
|
||||||
|
COPY runtime/icon-theme /home/neko/.icons/default
|
||||||
|
|
||||||
#
|
#
|
||||||
# set default envs
|
# set default envs
|
||||||
ENV USER=$USERNAME
|
ENV USER=$USERNAME
|
||||||
|
|
0
runtime/icon-theme/.gitkeep
Normal file
0
runtime/icon-theme/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue