Skip to content

Commit

Permalink
add bg
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Oct 26, 2023
1 parent 53b8e23 commit 5c7a909
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ WORKDIR "${HOME}"
RUN jupyter serverextension enable --sys-prefix jupyter_server_proxy
RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements"

# TODO -- later on we will add some customizations here
COPY --chown=root:root setup/hunt_cloud_1440.jpg /usr/share/backgrounds
COPY --chown=root:root setup/hunt_cloud_2560.jpg /usr/share/backgrounds
COPY --chown=root:root setup/xfce4-desktop.xml /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml

USER "${NB_USER}"
WORKDIR "${HOME}"
Expand Down
Binary file added setup/hunt_cloud_1440.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added setup/hunt_cloud_2560.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions setup/xfce4-desktop.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>

<channel name="xfce4-desktop" version="1.0">
<property name="desktop-icons" type="empty">
<property name="style" type="empty"/>
<property name="file-icons" type="empty">
<property name="show-home" type="empty"/>
<property name="show-filesystem" type="empty"/>
<property name="show-removable" type="empty"/>
<property name="show-trash" type="empty"/>
</property>
</property>
<property name="backdrop" type="empty">
<property name="screen0" type="empty">
<property name="monitor0" type="empty">
<property name="workspace0" type="empty">
<property name="color-style" type="empty"/>
<property name="image-style" type="empty"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="empty"/>
<property name="image-style" type="empty"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
</property>
<property name="workspace2" type="empty">
<property name="color-style" type="empty"/>
<property name="image-style" type="empty"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
</property>
<property name="workspace3" type="empty">
<property name="color-style" type="empty"/>
<property name="image-style" type="empty"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
</property>
</property>
<property name="monitorVNC-0" type="empty">
<property name="workspace0" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
</property>
<property name="workspace2" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
</property>
<property name="workspace3" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
</property>
</property>
</property>
</property>
</channel>

0 comments on commit 5c7a909

Please sign in to comment.