cleanup i3status rust
This commit is contained in:
parent
b907855018
commit
448da283ee
1 changed files with 31 additions and 19 deletions
|
@ -18,28 +18,31 @@ separator = "|"
|
||||||
[icons]
|
[icons]
|
||||||
name = "none"
|
name = "none"
|
||||||
[icons.overrides]
|
[icons.overrides]
|
||||||
bat = " "
|
backlight_empty = ""
|
||||||
bat_full = " "
|
backlight_full = ""
|
||||||
bat_charging = " "
|
backlight_partial1 = ""
|
||||||
bat_discharging = " "
|
backlight_partial2 = ""
|
||||||
backlight_empty = " "
|
backlight_partial3 = ""
|
||||||
backlight_partial1 = " "
|
bat = ""
|
||||||
backlight_partial2 = " "
|
bat_charging = " "
|
||||||
backlight_partial3 = " "
|
bat_discharging = ""
|
||||||
backlight_full = " "
|
bat_empty = ""
|
||||||
volume_full = " "
|
bat_full = ""
|
||||||
volume_half = " "
|
cogs = ""
|
||||||
volume_empty = " "
|
disk_space = ""
|
||||||
volume_muted= "MUTE"
|
|
||||||
cogs = " "
|
|
||||||
memory_mem = " "
|
|
||||||
headphones = " "
|
headphones = " "
|
||||||
net_wireless = " "
|
memory_mem = ""
|
||||||
|
net_down = "DOWN"
|
||||||
|
net_up = "UP"
|
||||||
net_vpn = " "
|
net_vpn = " "
|
||||||
net_wired = ""
|
net_wired = ""
|
||||||
net_up = "UP"
|
net_wireless = " "
|
||||||
net_down = "DOWN"
|
|
||||||
thermometer = " "
|
thermometer = " "
|
||||||
|
time = ""
|
||||||
|
volume_empty = ""
|
||||||
|
volume_full = ""
|
||||||
|
volume_half = ""
|
||||||
|
volume_muted= " MUTE"
|
||||||
|
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
|
@ -72,6 +75,7 @@ alert = 10.0
|
||||||
block = "memory"
|
block = "memory"
|
||||||
display_type = "memory"
|
display_type = "memory"
|
||||||
format_mem = "{mem_total_used_percents}"
|
format_mem = "{mem_total_used_percents}"
|
||||||
|
icons_format = " {icon}"
|
||||||
clickable = false
|
clickable = false
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
|
@ -90,7 +94,15 @@ block = "backlight"
|
||||||
block = "battery"
|
block = "battery"
|
||||||
device = "BAT0"
|
device = "BAT0"
|
||||||
interval = 10
|
interval = 10
|
||||||
format = "{percentage}% {time}"
|
format = "{percentage} ({time})"
|
||||||
|
icons_format = " {icon} "
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "battery"
|
||||||
|
device = "BAT1"
|
||||||
|
interval = 10
|
||||||
|
format = "{percentage} ({time})"
|
||||||
|
icons_format = " {icon} "
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "time"
|
block = "time"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue