[theme] name = "plain" [theme.overrides] idle_bg = "#2d2a2e" idle_fg = "#eeeeee" info_bg = "#2d2a2e" info_fg = "#eeeeee" good_bg = "#2d2a2e" good_fg = "#a9dc76" warning_bg = "#2d2a2e" warning_fg = "#ffd866" critical_bg = "#2a2e38" critical_fg = "#ff665c" separator_bg = "#2d2a2e" separator_fg = "#555555" 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 = "  " headphones = "  " net_wireless = " " net_vpn = " " net_wired = "" net_up = "UP" net_down = "DOWN" thermometer = "  " [[block]] block = "net" device = "wg" ip = true ssid = false speed_up = false speed_down = false hide_inactive = true hide_missing = true [[block]] block = "net" device = "wlo1" ip = true ssid = true speed_up = false speed_down = false hide_inactive = true hide_missing = true [[block]] block = "custom" command = '''echo " $(cat /sys/class/thermal/thermal_zone0/temp | head -c 2) °C"''' [[block]] block = "disk_space" path = "/" alias = " /" info_type = "available" unit = "GB" interval = 20 warning = 20.0 alert = 10.0 [[block]] block = "memory" display_type = "memory" format_mem = "{Mup}%" clickable = false [[block]] block = "load" interval = 1 format = "{1m}" [[block]] block = "sound" driver = "pulseaudio" [[block]] block = "backlight" [[block]] block = "battery" device = "BAT0" interval = 10 format = "{percentage}% {time}" [[block]] block = "time" interval = 60 format = "%Y-%m-%d %H:%M"