Gaps
This commit is contained in:
parent
ae04bc9745
commit
2dde14b6c7
|
@ -58,14 +58,14 @@ bar bar-1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
# gaps
|
# gaps
|
||||||
gaps inner 3
|
gaps inner 10
|
||||||
gaps outer 1
|
gaps outer 0
|
||||||
|
|
||||||
# Color definitions
|
# Color definitions
|
||||||
include $HOME/.dotfiles/sway/colorscheme
|
include $HOME/.dotfiles/sway/colorscheme
|
||||||
|
|
||||||
# Assign colors to elements (TODO: actually name the colors for better readability)
|
# Assign colors to elements (TODO: actually name the colors for better readability)
|
||||||
client.background $base00
|
client.background $base07
|
||||||
# Property Name Border BG Text Indicator Child Border
|
# Property Name Border BG Text Indicator Child Border
|
||||||
client.focused $base05 $base0D $base00 $base0D $base0D
|
client.focused $base05 $base0D $base00 $base0D $base0D
|
||||||
client.focused_inactive $base01 $base01 $base05 $base03 $base01
|
client.focused_inactive $base01 $base01 $base05 $base03 $base01
|
||||||
|
@ -74,7 +74,6 @@ client.urgent $base08 $base08 $base00 $base08 $base08
|
||||||
# Feature request placed for this, but it does not exist as of 1.7
|
# Feature request placed for this, but it does not exist as of 1.7
|
||||||
#client.sticky $base08 $base08 $base00 $base08 $base08
|
#client.sticky $base08 $base08 $base00 $base08 $base08
|
||||||
client.placeholder $base00 $base00 $base05 $base00 $base00
|
client.placeholder $base00 $base00 $base05 $base00 $base00
|
||||||
client.background $base07
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Bindings
|
# Bindings
|
||||||
|
|
Loading…
Reference in New Issue