From 5f827671f1b2085c40a412d2321cdd1a7a081554 Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Mon, 15 Sep 2025 18:52:54 +0000 Subject: [PATCH] config --- arch-user/config/sway/config.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch-user/config/sway/config.tmpl b/arch-user/config/sway/config.tmpl index ca9c444..377ad5b 100644 --- a/arch-user/config/sway/config.tmpl +++ b/arch-user/config/sway/config.tmpl @@ -12,10 +12,10 @@ set $right o set $bwd quotedbl ################ styles #################### -default_border pixel 1 +default_border pixel 2 smart_borders on title_align center -font pango:{{ .theme.font.name_regular }} {{ math.Sub .theme.font.size_base_pt .theme.font.size_step_pt }} +font pango:{{ .theme.font.name_regular }} {{ .theme.font.size_base_pt }} output * bg #{{ .theme.color.bg }} solid_color client.focused #{{ .theme.color.bg_accent_light }} #{{ .theme.color.bg_accent_light }} #{{ .theme.color.fg }} #{{ .theme.color.fg_accent }} #{{ .theme.color.bg_accent_light }} client.focused_tab_title #{{ .theme.color.bg_accent_light }}{{ math.Mul .theme.opacity.low 255 | conv.ToInt64 | printf "%02X" }} #{{ .theme.color.bg_accent_light }}{{ math.Mul .theme.opacity.low 255 | conv.ToInt64 | printf "%02X" }} #{{ .theme.color.fg_dark }} #{{ .theme.color.fg_accent }} #{{ .theme.color.bg_accent_light }}{{ math.Mul .theme.opacity.low 255 | conv.ToInt64 | printf "%02X" }}