cleanup i3status rust

This commit is contained in:
foosinn 2022-02-12 01:06:57 +01:00
parent b907855018
commit 448da283ee

View file

@ -18,28 +18,31 @@ separator = "|"
[icons] [icons]
name = "none" name = "none"
[icons.overrides] [icons.overrides]
bat = "  "
bat_full = "  "
bat_charging = "   "
bat_discharging = "  "
backlight_empty = "" backlight_empty = ""
backlight_full = ""
backlight_partial1 = "" backlight_partial1 = ""
backlight_partial2 = "" backlight_partial2 = ""
backlight_partial3 = "" backlight_partial3 = ""
backlight_full = "  " bat = ""
volume_full = "  " bat_charging = " "
volume_half = "  " bat_discharging = ""
volume_empty = "  " bat_empty = ""
volume_muted= "MUTE" bat_full = ""
cogs = "" cogs = ""
memory_mem = "  " disk_space = ""
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"