Rework sway configuration
This commit is contained in:
parent
f27fa828f0
commit
f8d84d44ab
26 changed files with 271 additions and 0 deletions
11
config/sway/conf.d/theme.config
Normal file
11
config/sway/conf.d/theme.config
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Appareance
|
||||
# ----------
|
||||
|
||||
gaps inner 5
|
||||
|
||||
font pango:FuraCode Nerd Font Mono 10
|
||||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
title_align center
|
||||
client.focused #f268b3 #a82d70 #ffffff #f268b3 #f268b3
|
||||
client.unfocused #000000 #4d3d46 #cccccc #000000 #000000
|
Reference in a new issue