Dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

52 lines
698 B

# vim: ft=toml
theme = "solarized-dark"
icons = "awesome5"
[[block]]
block = "networkmanager"
on_click = "foot -e nmtui"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{mem_used_percents}"
format_swap = "{swap_used_percents}"
[[block]]
block = "cpu"
interval = 5
[[block]]
block = "disk_space"
path = "/"
alias = "/"
info_type = "available"
unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
[[block]]
block = "time"
interval = 5
format = "%a %d/%m %R"
[[block]]
block = "sound"
[[block]]
block = "backlight"
#[[block]]
#block = "hueshift"
#hue_shifter = "gammastep"
[[block]]
block = "battery"
interval = 30
device = "axp288_fuel_gauge"
[[block]]
block = "notify"