sway: moar Dracula, more better

also allow inclusions of partial configs from config.d subdir
This commit is contained in:
surtur 2021-09-01 16:16:06 +02:00
parent 356094ee98
commit 1c95ce6686
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 9 additions and 0 deletions

View File

@ -480,5 +480,6 @@ bindsym
include /etc/sway/config.d/*
include ~/.config/sway/config.d/*
# Export environment to systemd and start services.
exec "systemctl --user import-environment; systemctl --user start sway-session.target"

View File

@ -0,0 +1,8 @@
# class border bground text indicator child_border
client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
client.background #F8F8F2