update status bars
This commit is contained in:
parent
d48269ebb2
commit
9d841fb4c7
12
.i3/config
12
.i3/config
|
@ -116,11 +116,15 @@ assign [class=".*\ -\ Oracle\ VM\ Virtualbox$"] $WS5
|
|||
assign [class="^Thunderbird$"] $WS4
|
||||
assign [class=".*KeePass.*"] $WS8
|
||||
|
||||
workspace $WS1 output VGA-1
|
||||
workspace $WS2 output VGA-1
|
||||
# https://faq.i3wm.org/question/3726/workspace-output-multiple-values/index.html%3Fanswer=3731.html#post-id-3731
|
||||
set $OUTPUT1 LVDS-1
|
||||
set $OUTPUT2 VGA-1
|
||||
|
||||
workspace $WS1 output $OUTPUT2
|
||||
workspace $WS2 output $OUTPUT2
|
||||
workspace $WS3 output LVDS-1
|
||||
workspace $WS4 output LVDS-1
|
||||
workspace $WS5 output VGA-1
|
||||
workspace $WS5 output $OUTPUT2
|
||||
workspace $WS8 output LVDS-1
|
||||
workspace $WS9 output LVDS-1
|
||||
|
||||
|
@ -209,7 +213,7 @@ bar {
|
|||
}
|
||||
|
||||
bar {
|
||||
output VGA-1
|
||||
output $OUTPUT2
|
||||
output DP-1
|
||||
output HDMI-1
|
||||
status_command i3status --config ~/.i3/status_small.conf
|
||||
|
|
|
@ -14,6 +14,7 @@ general {
|
|||
order += "disk /"
|
||||
order += "disk /var"
|
||||
order += "disk /home"
|
||||
order += "disk /media/driveBay"
|
||||
#order += "run_watch Docker"
|
||||
#order += "run_watch DHCP"
|
||||
order += "path_exists VPN"
|
||||
|
@ -96,6 +97,10 @@ disk "/home" {
|
|||
format = "/ %avail"
|
||||
}
|
||||
|
||||
disk "/media/driveBay" {
|
||||
format = "/ %avail"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = " %volume"
|
||||
format_muted = " %volume"
|
||||
|
|
|
@ -9,6 +9,12 @@
|
|||
general {
|
||||
colors = true
|
||||
interval = 15
|
||||
|
||||
color_good = "#56F5B2"
|
||||
color_degraded = "#CEB746"
|
||||
color_bad = "#EE6B6F"
|
||||
color_separator = "#334E8F"
|
||||
|
||||
}
|
||||
|
||||
order += "run_watch Docker"
|
||||
|
|
Loading…
Reference in New Issue