From d89dd11b1824aacafb665f841bbee240c7cb2de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Tue, 12 Jan 2021 16:37:44 +0100 Subject: [PATCH] add icon theme cursors. --- Dockerfile | 6 +++++- runtime/icon-theme/.gitkeep | 0 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 runtime/icon-theme/.gitkeep diff --git a/Dockerfile b/Dockerfile index 639a6263..98fc5b07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,12 +80,16 @@ RUN set -eux; apt-get update; \ rm -rf /var/lib/apt/lists/* /var/cache/apt/* # -# copy runtime files +# copy runtime configs COPY runtime/dbus /usr/bin/dbus COPY runtime/default.pa /etc/pulse/default.pa COPY runtime/supervisord.conf /etc/neko/supervisord.conf COPY runtime/xorg.conf /etc/neko/xorg.conf +# +# copy runtime folders +COPY runtime/icon-theme /home/neko/.icons/default + # # set default envs ENV USER=$USERNAME diff --git a/runtime/icon-theme/.gitkeep b/runtime/icon-theme/.gitkeep new file mode 100644 index 00000000..e69de29b