diff --git a/arch-user/config/foot/foot.ini.tmpl b/arch-user/config/foot/foot.ini.tmpl index b3d04ea..3954e4e 100644 --- a/arch-user/config/foot/foot.ini.tmpl +++ b/arch-user/config/foot/foot.ini.tmpl @@ -41,7 +41,7 @@ pad=8x4 # optionally append 'center' # name=value [bell] -# urgent=no +urgent=yes # notify=no # visual=no # command= diff --git a/arch-user/config/sway/config.tmpl b/arch-user/config/sway/config.tmpl index 9a0a7d5..5f47369 100644 --- a/arch-user/config/sway/config.tmpl +++ b/arch-user/config/sway/config.tmpl @@ -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 }}