mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add icon theme cursors.
This commit is contained in:
parent
c75191edeb
commit
d89dd11b18
@ -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…
Reference in New Issue
Block a user