Updating i3 config
This commit is contained in:
parent
29246ff2d4
commit
58077eb9b3
18
.i3/config
18
.i3/config
@ -177,12 +177,12 @@ for_window [class="Trello"] floating enable
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
#bar {
|
||||
# status_command i3status
|
||||
# tray_output primary
|
||||
#}
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
## bar {
|
||||
## status_command i3status
|
||||
## tray_output primary
|
||||
## }
|
||||
## Start i3bar to display a workspace bar (plus the system information i3status
|
||||
## finds out, if available)
|
||||
bar {
|
||||
colors {
|
||||
# Whole color settings
|
||||
@ -200,4 +200,10 @@ bar {
|
||||
position top
|
||||
# Using custom i3status.conf
|
||||
status_command i3status -c ~/.i3/i3status.conf
|
||||
#status_command i3blocks -c ~/.i3/i3blocks.conf
|
||||
}
|
||||
|
||||
#bar {
|
||||
# position top
|
||||
# status_command i3blocks -c ~/.i3/i3blocks.conf
|
||||
#}
|
||||
|
@ -61,7 +61,8 @@ run_watch VPN {
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
#format = "%Y-%m-%d %H:%M:%S"
|
||||
format = "%b-%d %H:%M"
|
||||
}
|
||||
|
||||
load {
|
||||
|
Loading…
Reference in New Issue
Block a user