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]
|
||||
name = "none"
|
||||
[icons.overrides]
|
||||
bat = " "
|
||||
bat_full = " "
|
||||
bat_charging = " "
|
||||
bat_discharging = " "
|
||||
backlight_empty = " "
|
||||
backlight_partial1 = " "
|
||||
backlight_partial2 = " "
|
||||
backlight_partial3 = " "
|
||||
backlight_full = " "
|
||||
volume_full = " "
|
||||
volume_half = " "
|
||||
volume_empty = " "
|
||||
volume_muted= "MUTE"
|
||||
cogs = " "
|
||||
memory_mem = " "
|
||||
backlight_empty = ""
|
||||
backlight_full = ""
|
||||
backlight_partial1 = ""
|
||||
backlight_partial2 = ""
|
||||
backlight_partial3 = ""
|
||||
bat = ""
|
||||
bat_charging = " "
|
||||
bat_discharging = ""
|
||||
bat_empty = ""
|
||||
bat_full = ""
|
||||
cogs = ""
|
||||
disk_space = ""
|
||||
headphones = " "
|
||||
net_wireless = " "
|
||||
memory_mem = ""
|
||||
net_down = "DOWN"
|
||||
net_up = "UP"
|
||||
net_vpn = " "
|
||||
net_wired = ""
|
||||
net_up = "UP"
|
||||
net_down = "DOWN"
|
||||
net_wireless = " "
|
||||
thermometer = " "
|
||||
time = ""
|
||||
volume_empty = ""
|
||||
volume_full = ""
|
||||
volume_half = ""
|
||||
volume_muted= " MUTE"
|
||||
|
||||
|
||||
[[block]]
|
||||
|
@ -72,6 +75,7 @@ alert = 10.0
|
|||
block = "memory"
|
||||
display_type = "memory"
|
||||
format_mem = "{mem_total_used_percents}"
|
||||
icons_format = " {icon}"
|
||||
clickable = false
|
||||
|
||||
[[block]]
|
||||
|
@ -90,7 +94,15 @@ block = "backlight"
|
|||
block = "battery"
|
||||
device = "BAT0"
|
||||
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 = "time"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue