icons_format = "{icon}" [theme] theme = "plain" [theme.overrides] idle_bg = "#1D1F21" idle_fg = "#c3c3c3" separator_bg = "#1D1F21" [icons] icons = "awesome4" # [icons.overrides] # bat = ["|E|", "|_|", "|=|", "|F|"] # bat_charging = "|^| " [[block]] block = "focused_window" [block.format] full = "🪟 $title.str(max_w:50) |" short = "🪟 $title.str(max_w:10) |" [block.theme_overrides] idle_fg = "#ee5253" [[block]] block = "cpu" info_cpu = 20 warning_cpu = 50 critical_cpu = 90 # [[block]] # block = "disk_space" # path = "/" # info_type = "available" # alert_unit = "GB" # interval = 20 # warning = 20.0 # alert = 10.0 # format = " /:$available.eng(w:2) " [[block]] block = "memory" format = " $icon $mem_total_used_percents.eng(w:2) " format_alt = " $icon_swap $swap_used_percents.eng(w:2) " [[block]] block = "sound" [[block.click]] button = "left" cmd = "pavucontrol" [[block]] block = "keyboard_layout" [block.mappings] "En" = "us" "Ru" = "ru" # [[block]] # block = "temperature" # format = " $icon $max max " # format_alt = " $icon $min min, $max max, $average avg " # interval = 10 # chip = "*-isa-*" # [[block]] # block = "xrandr" # format = " $icon $brightness $resolution " [[block]] block = "time" interval = 5 format = " $timestamp.datetime(f:'%a %d/%m %R') " [[block]] block = "custom" command = "echo ''" interval = "once" [[block.click]] button = "left" cmd = "telegram-desktop" # [[block.click]] # button = "left" # action = "cycle"