30 lines
916 B
Text
30 lines
916 B
Text
################----------------THEMING----------------################
|
|
|
|
#don't show gaps if there's only one window on the desktop
|
|
smart_gaps on
|
|
|
|
# Window borders
|
|
default_border pixel 2
|
|
|
|
# Disable borders if there is only one window
|
|
smart_borders on
|
|
|
|
# Default gaps interval
|
|
gaps inner 6
|
|
|
|
# Tittle bar font
|
|
font pango:Noto Sans 12
|
|
|
|
# Fonts
|
|
set $term-font Hack 11
|
|
set $gui-font Noto Sans 12
|
|
|
|
# Sway colors. You can change default color scheme in ~/.config/sway/config
|
|
|
|
# target title bg text indicator border
|
|
client.focused $blue $mantle $text $rosewater $blue
|
|
client.focused_inactive $subtext0 $base $text $rosewater $subtext0
|
|
client.unfocused $subtext0 $base $text $rosewater $subtext0
|
|
client.urgent $peach $base $peach $overlay0 $peach
|
|
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
|
client.background $base
|