20250319.1742409012

This commit is contained in:
fz0x1 2025-03-19 19:30:12 +01:00
parent db3becd9f0
commit 06fe5a1390
5 changed files with 56 additions and 61 deletions

View file

@ -7,27 +7,33 @@ idle_bg = "#1D1F21"
idle_fg = "#c3c3c3"
separator_bg = "#1D1F21"
# [icons]
# icons = "awesome4"
[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]]
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 = "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"
@ -40,32 +46,11 @@ block = "sound"
button = "left"
cmd = "pavucontrol"
[[block]]
block = "time"
interval = 5
format = " $timestamp.datetime(f:'%a %d/%m %R') "
# [[block]]
# block = "docker"
# interval = 2
# socket_path = "/run/user/1000/docker.sock"
# format = " $icon $running /$total "
[[block]]
block = "keyboard_layout"
driver = "setxkbmap"
interval = 15
[[block]]
block = "menu"
text = " MENU "
[[block.items]]
display = " -> Power Off <-"
cmd = "poweroff"
confirm_msg = "Are you sure you want to power off?"
[[block.items]]
display = " -> Reboot <-"
cmd = "reboot"
confirm_msg = "Are you sure you want to reboot?"
[block.mappings]
"En" = "us"
"Ru" = "ru"
# [[block]]
# block = "temperature"
@ -74,15 +59,11 @@ confirm_msg = "Are you sure you want to reboot?"
# interval = 10
# chip = "*-isa-*"
[[block]]
block = "xrandr"
format = " $icon $brightness $resolution "
# [[block]]
# block = "xrandr"
# format = " $icon $brightness $resolution "
[[block]]
block = "vpn"
driver = "mullvad"
interval = 10
format_connected = " VPN: $icon "
format_disconnected = " VPN: $icon "
state_connected = "good"
state_disconnected = "warning"
block = "time"
interval = 5
format = " $timestamp.datetime(f:'%a %d/%m %R') "