From 3362015a8766ee20c690f3f6f27853f2eb87e087 Mon Sep 17 00:00:00 2001 From: Nick Boughton Date: Fri, 23 Apr 2021 08:52:21 +0100 Subject: [PATCH] slimmer borders in sway --- sway/config | 4 ++-- wal/templates/colors-mako | 2 +- wofi/style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sway/config b/sway/config index c50f98b..e6912b9 100644 --- a/sway/config +++ b/sway/config @@ -69,7 +69,7 @@ for_window [title="Firefox — Sharing Indicator"] floating enable for_window [app_id=file-roller] floating enable for_window [title="Open Files"] floating enable for_window [app_id=gedit] floating enable -for_window [app_id=".*"] border pixel 5 +for_window [app_id=".*"] border pixel 2 ### Key bindings # @@ -246,7 +246,7 @@ smart_gaps off # Titlebars # font pango:KanitMedium 10 -default_border pixel 5 +default_border pixel 2 default_floating_border normal hide_edge_borders none titlebar_border_thickness 2 diff --git a/wal/templates/colors-mako b/wal/templates/colors-mako index ab4da1a..2cd308c 100644 --- a/wal/templates/colors-mako +++ b/wal/templates/colors-mako @@ -7,7 +7,7 @@ icon-path=~/.icons/DarK-svg width=400 height=150 margin=20 -border-size=5 +border-size=2 border-radius=10 max-icon-size=32 diff --git a/wofi/style.css b/wofi/style.css index a4bb8eb..6e7f339 100644 --- a/wofi/style.css +++ b/wofi/style.css @@ -2,7 +2,7 @@ #window { border-radius: 10px; - border: 5px solid @color6; + border: 2px solid @color6; } #text {