reice a lot

This commit is contained in:
foosinn 2022-02-13 00:28:15 +01:00
parent beb7d2def1
commit 4146b5aece
3 changed files with 31 additions and 16 deletions

View file

@ -23,22 +23,25 @@ backlight_full = ""
backlight_partial1 = ""
backlight_partial2 = ""
backlight_partial3 = ""
bat = ""
bat_charging = " "
bat_discharging = ""
bat_empty = ""
bat_full = ""
cogs = ""
disk_space = ""
bat = ""
bat_charging = ""
bat_discharging = ""
bat_empty = ""
bat_quarter = ""
bat_half = ""
bat_three_quarters = ""
bat_full = ""
cogs = "龍"
disk_drive = ""
headphones = "  "
memory_mem = ""
memory_mem = ""
net_down = "DOWN"
net_up = "UP"
net_vpn = " "
net_wired = ""
net_wireless = " "
thermometer = "  "
time = ""
time = ""
volume_empty = ""
volume_full = ""
volume_half = ""
@ -64,9 +67,9 @@ command = '''echo " $(cat /sys/class/thermal/thermal_zone0/temp | head -c 2)
[[block]]
block = "disk_space"
path = "/"
alias = " /"
info_type = "available"
unit = "GB"
format = "{icon} {available}"
interval = 20
warning = 20.0
alert = 10.0
@ -95,6 +98,7 @@ block = "battery"
device = "BAT0"
interval = 10
format = "{percentage} ({time})"
full_format = "{percentage} ({time}) "
icons_format = " {icon} "
[[block]]
@ -102,6 +106,7 @@ block = "battery"
device = "BAT1"
interval = 10
format = "{percentage} ({time})"
full_format = "{percentage} ({time}) "
icons_format = " {icon} "
[[block]]