diff --git a/i3/Dockerfile b/i3/Dockerfile index 1f68d9e..4294381 100644 --- a/i3/Dockerfile +++ b/i3/Dockerfile @@ -22,7 +22,11 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \ && pacman -Su --ask 4 --needed ${addpkg} \ sudo bash bash-completion \ tigervnc \ - i3-wm i3status dmenu konsole kate dolphin breeze-icons ttf-dejavu \ + i3-wm i3status dmenu konsole kate kcalc dolphin breeze-icons \ + firefox firefox-decentraleyes firefox-ublock-origin ttf-dejavu \ + torbrowser-launcher \ + shotwell ffmpegthumbs ark okular \ + remmina libvncserver \ && pacman -Scc --ask 4 \ && useradd --create-home --gid users --shell /usr/bin/bash user \ && printf '%s\n' 'user ALL=(ALL:ALL) NOPASSWD: /usr/bin/pacman' \ diff --git a/i3/entrypoint b/i3/entrypoint index 10f77e9..5c8aacb 100755 --- a/i3/entrypoint +++ b/i3/entrypoint @@ -67,5 +67,27 @@ echo -e '\ngaps inner 8 gaps outer 4 # for_window [class="^.*"] border pixel 2' >> ~/.config/i3/config +# i3 status +cat >~/.i3status.conf <<- 'i3status' +# i3status configuration file. +# see "man i3status" for documentation. + +# It is important that this file is edited as UTF-8. +# The following line should contain a sharp s: +# ß +# If the above line is not correctly displayed, fix your editor first! + +general { + colors = true + interval = 5 +} + +order += "tztime local" + +tztime local { + format = "%Y-%m-%d %H:%M:%S" +} +i3status + # Launch Tigervnc /usr/bin/dbus-launch vncserver :0