work
This commit is contained in:
parent
698e0b6ec2
commit
49ae5f3981
10 changed files with 129 additions and 107 deletions
|
@ -1,5 +1,5 @@
|
|||
[theme]
|
||||
name = "plain"
|
||||
theme = "plain"
|
||||
[theme.overrides]
|
||||
idle_bg = "#fafafa"
|
||||
idle_fg = "#000000"
|
||||
|
@ -17,49 +17,45 @@ separator = "|"
|
|||
|
||||
|
||||
[icons]
|
||||
name = "none"
|
||||
icons = "none"
|
||||
[icons.overrides]
|
||||
backlight_empty = ""
|
||||
backlight_full = ""
|
||||
backlight_partial1 = ""
|
||||
backlight_partial2 = ""
|
||||
backlight_partial3 = ""
|
||||
bat = ""
|
||||
bat_charging = ""
|
||||
bat_discharging = ""
|
||||
bat_empty = ""
|
||||
bat_quarter = ""
|
||||
bat_half = ""
|
||||
bat_three_quarters = ""
|
||||
bat_full = ""
|
||||
cogs = "龍"
|
||||
disk_drive = ""
|
||||
headphones = " "
|
||||
memory_mem = ""
|
||||
net_down = "DOWN"
|
||||
net_up = "UP"
|
||||
backlight = [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
]
|
||||
bat = [
|
||||
" ",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
]
|
||||
bat_charging = ""
|
||||
cogs = ""
|
||||
disk_drive = ""
|
||||
headphones = " "
|
||||
memory_mem = ""
|
||||
net_down = ""
|
||||
net_up = ""
|
||||
net_vpn = " "
|
||||
net_wired = ""
|
||||
net_wireless = " "
|
||||
thermometer = " "
|
||||
time = ""
|
||||
volume_empty = ""
|
||||
volume_full = ""
|
||||
volume_half = ""
|
||||
volume_muted= " MUTE"
|
||||
|
||||
net_wireless = " "
|
||||
thermometer = " "
|
||||
time = ""
|
||||
volume_muted = " MUTE"
|
||||
volume = [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
]
|
||||
|
||||
[[block]]
|
||||
block = "net"
|
||||
device = "wg"
|
||||
hide_inactive = true
|
||||
hide_missing = true
|
||||
|
||||
[[block]]
|
||||
block = "net"
|
||||
device = "wlo1"
|
||||
hide_inactive = true
|
||||
hide_missing = true
|
||||
device = "wlp166s0"
|
||||
format = " $icon $ip$frequency "
|
||||
|
||||
[[block]]
|
||||
block = "custom"
|
||||
|
@ -69,23 +65,19 @@ command = '''echo " $(cat /sys/class/thermal/thermal_zone0/temp | head -c 2)
|
|||
block = "disk_space"
|
||||
path = "/"
|
||||
info_type = "available"
|
||||
unit = "GB"
|
||||
format = "{icon} {available}"
|
||||
format = " $icon $available "
|
||||
interval = 20
|
||||
warning = 20.0
|
||||
alert = 10.0
|
||||
|
||||
[[block]]
|
||||
block = "memory"
|
||||
display_type = "memory"
|
||||
format_mem = "{mem_total_used_percents}"
|
||||
icons_format = " {icon}"
|
||||
clickable = false
|
||||
format = " $icon $mem_used/$mem_total "
|
||||
|
||||
[[block]]
|
||||
block = "load"
|
||||
interval = 1
|
||||
format = "{1m}"
|
||||
format = " $icon $1m "
|
||||
|
||||
[[block]]
|
||||
block = "sound"
|
||||
|
@ -98,11 +90,9 @@ block = "backlight"
|
|||
block = "battery"
|
||||
device = "BAT1"
|
||||
interval = 10
|
||||
format = "{percentage} ({time})"
|
||||
full_format = "{percentage} ({time}) "
|
||||
icons_format = " {icon} "
|
||||
format = " $icon $percentage ($time) "
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
interval = 60
|
||||
format = "%Y-%m-%d %H:%M"
|
||||
format = " $timestamp.datetime(f:'%Y-%m-%d %H:%M') "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue