sway: moar Dracula, more better
also allow inclusions of partial configs from config.d subdir
This commit is contained in:
parent
356094ee98
commit
1c95ce6686
@ -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"
|
||||
|
8
.config/sway/config.d/dracula.sway
Normal file
8
.config/sway/config.d/dracula.sway
Normal 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
|
Loading…
Reference in New Issue
Block a user