This commit is contained in:
Yuri Zamyatin 2025-04-10 23:30:48 +00:00
parent 3a8ad3022e
commit 5ceab463cc
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ pad=8x4 # optionally append 'center'
# name=value
[bell]
# urgent=no
urgent=yes
# notify=no
# visual=no
# command=

View File

@ -21,6 +21,7 @@ client.focused #{{ .theme.color.bg_accent_light }} #{{ .theme.color.bg_accent_li
client.focused_tab_title #{{ .theme.color.bg_accent_light }}{{ math.Mul .theme.opacity.med 255 | conv.ToInt64 | printf "%02X" }} #{{ .theme.color.bg_accent_light }}{{ math.Mul .theme.opacity.med 255 | conv.ToInt64 | printf "%02X" }} #{{ .theme.color.fg_dark }} #{{ .theme.color.fg_accent }} #{{ .theme.color.bg_accent_light }}
client.focused_inactive #{{ .theme.color.bg_accent_dark }} #{{ .theme.color.bg_accent_dark }} #{{ .theme.color.fg_dark }} #{{ .theme.color.fg_accent }} #{{ .theme.color.bg_accent_light }}{{ math.Mul .theme.opacity.low 255 | conv.ToInt64 | printf "%02X" }}
client.unfocused #{{ .theme.color.bg_accent_dark }} #{{ .theme.color.bg_accent_dark }} #{{ .theme.color.fg_dark }} #{{ .theme.color.fg_accent }} #{{ .theme.color.bg_accent_light }}{{ math.Mul .theme.opacity.low 255 | conv.ToInt64 | printf "%02X" }}
client.urgent #{{ .theme.color.fg_accent }} #{{ .theme.color.fg_accent }} #{{ .theme.color.fg }} #{{ .theme.color.fg_accent }} #{{ .theme.color.fg_accent }}
bar {
position top
font pango:{{ .theme.font.name_regular }} {{ .theme.font.size_base_pt }}