From a68febd54a55e9954c92d5d42d098530fbbc24d4 Mon Sep 17 00:00:00 2001
From: Yaroslav <contact@yaroslavps.com>
Date: Sat, 19 Sep 2020 12:42:57 +0300
Subject: font change

---
 dotfiles/.config/sway/config | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

(limited to 'dotfiles/.config/sway/config')

diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index 21068f1..4df35f5 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -20,7 +20,19 @@ default_floating_border pixel 2
 
 # Font for window titles. Will also be used by the bar unless a different font
 # is used in the bar {} block below.
-font pango:monospace 8
+font pango:monospace 9
+
+# Theme colors
+# class                   border  backgr. text    indic.  child_border
+  client.focused          #7FAC96 #7FAC96 #1B1E25 #D8DEE9 #7FAC96
+  client.focused_inactive #3B4252 #3B4252 #7FAC96 #1d2021 #3B4252
+  client.unfocused        #2B2C2B #3B4252 #D8DEE9 #1d2021 #3B4252
+  client.urgent           #CB4B16 #FDF6E3 #1ABC9C #268BD2 #CB4B16
+  client.placeholder      #FFFFFF #0C0C0C #FFFFFF #FFFFFF #3F6E90
+
+  client.background       #2B2C2B
+
+titlebar_padding 5 2
 
 # Use Mouse+$mod to drag floating windows
 floating_modifier $mod
@@ -90,16 +102,6 @@ for_window [app_id="telegramdesktop"] floating enable, sticky enable
 for_window [title="^ddterminal$"] floating enable, sticky enable
 for_window [title="^ddterminal$"] border none
 
-# Theme colors
-# class                   border  backgr. text    indic.  child_border
-  client.focused          #7FAC96 #7FAC96 #1B1E25 #D8DEE9 #7FAC96
-  client.focused_inactive #3B4252 #3B4252 #7FAC96 #1d2021 #3B4252
-  client.unfocused        #2B2C2B #3B4252 #D8DEE9 #1d2021 #3B4252
-  client.urgent           #CB4B16 #FDF6E3 #1ABC9C #268BD2 #CB4B16
-  client.placeholder      #FFFFFF #0C0C0C #FFFFFF #FFFFFF #3F6E90
-
-  client.background       #2B2C2B
-
 # Laptop lid
 bindswitch --reload --locked lid:on exec "swaysession suspend"
 
-- 
cgit v1.2.3