i3, i3status: Add bar, but also disable it
This commit is contained in:
31
.config/i3status/config
Normal file
31
.config/i3status/config
Normal file
@@ -0,0 +1,31 @@
|
||||
general {
|
||||
colors = true
|
||||
color_good = "#b8bb26"
|
||||
color_degraded = "#fabd2f"
|
||||
color_bad = "#fb4934"
|
||||
interval = 1
|
||||
}
|
||||
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "battery all"
|
||||
order += "tztime local"
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "WLAN: %ip"
|
||||
format_down = "WLAN"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
format_up = "ETH: %ip"
|
||||
format_down = "ETH"
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "BAT: %percentage"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%a %I:%M %p"
|
||||
}
|
||||
|
Reference in New Issue
Block a user