diff --git a/Dockerfile b/Dockerfile index 7b2b864..cbc4e43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,6 +95,13 @@ RUN curl -fsSL -o /tmp/google-chrome-stable.deb \ && rm -f /tmp/google-chrome-stable.deb /etc/apt/sources.list.d/google-chrome.list \ && rm -rf /var/lib/apt/lists/* +RUN mkdir -p /usr/share/fonts/truetype/jetbrains-mono \ + && curl -fsSL -o /tmp/jbmono.tar.xz \ + https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/JetBrainsMono.tar.xz \ + && tar xf /tmp/jbmono.tar.xz -C /usr/share/fonts/truetype/jetbrains-mono \ + && fc-cache -f \ + && rm -f /tmp/jbmono.tar.xz + RUN useradd --create-home --shell /bin/bash node \ && passwd -d node \ && mkdir -p /home/node/.ssh \ diff --git a/desktop/assets/wallpaper.png b/desktop/assets/wallpaper.png index 8e07274..d8aa6d9 100644 Binary files a/desktop/assets/wallpaper.png and b/desktop/assets/wallpaper.png differ diff --git a/desktop/xfce/terminal/terminalrc b/desktop/xfce/terminal/terminalrc index a1fbcaf..c2a0bb9 100644 --- a/desktop/xfce/terminal/terminalrc +++ b/desktop/xfce/terminal/terminalrc @@ -1,3 +1,3 @@ [Configuration] -FontName=DejaVu Sans Mono 11 +FontName=JetBrainsMono Nerd Font 11 FontUseSystem=FALSE