mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 07:06: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
|
|
@ -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