diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-19 12:42:57 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-19 12:42:57 +0300 |
commit | a68febd54a55e9954c92d5d42d098530fbbc24d4 (patch) | |
tree | b01c70bb8e6d0390e2233136e22747df496ffbc8 /dotfiles/.config/sway/config | |
parent | f35f43c2ce2ed7f72f3b0aa4446df706f24f1701 (diff) | |
download | swayrice-a68febd54a55e9954c92d5d42d098530fbbc24d4.tar.gz swayrice-a68febd54a55e9954c92d5d42d098530fbbc24d4.zip |
font change
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 24 |
1 files changed, 13 insertions, 11 deletions
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" |