mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 22:56:20 +00:00
Added more default productivity packages
This commit is contained in:
parent
311ced1059
commit
731f4628b5
2 changed files with 27 additions and 1 deletions
|
|
@ -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' \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue