Add mako and update confs

This commit is contained in:
2021-11-10 15:38:52 +01:00
parent 02a9e46f96
commit 6cf171227a
23 changed files with 314 additions and 863 deletions

View File

@@ -9,11 +9,12 @@ good_bg = "#859900cc"
warning_bg = "#b58900cc"
critical_bg = "#dc322fcc"
alternating_tint_bg = "#00000000"
#separator = "<span font='14'>\ue0b2</span>"
separator = ""
[[block]]
block = "focused_window"
max_width = 100
#[[block]]
#block = "focused_window"
#max_width = 100
[[block]]
block = "music"
@@ -25,19 +26,22 @@ marquee = true
[[block]]
block = "sound"
driver = "alsa"
#device = "hw:0"
driver = "auto"
show_volume_when_muted = true
headphones_indicator = true
step_width = 3
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{Mum}MB"
format_mem = "{mem_used;M}"
clickable = false
on_click = "kitty btop"
[[block]]
block = "cpu"
interval = 1
on_click = "kitty btop"
#[[block]]
#block = "sound"
@@ -46,6 +50,23 @@ interval = 1
block = "battery"
interval = 10
[[block]]
block = "pacman"
interval = 600
format = "{both} updates available"
format_singular = "{both} update available"
format_up_to_date = "up to date"
hide_when_uptodate = true
critical_updates_regex = "(^(linux-|sway|wl)|pipewire)"
aur_command = "yay -Qua"
on_click = "kitty zsh -i -c update"
[[block]]
block = "networkmanager"
on_click = "networkmanager_dmenu"
device_format = "{icon}{ap}"
interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"]
[[block]]
block = "time"
interval = 60