From e86ddbcf2a6695feffd0e63ea492eee84d70e149 Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 15 Jun 2020 00:59:19 +0200 Subject: [PATCH] sway adjust colors --- dotfiles/sway/.config/sway/config | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index ab949d5..adb4077 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -208,12 +208,23 @@ bar { status_command /home/lub/.statuscommand colors { - statusline #ffffff + statusline #77ff77 background #323232 inactive_workspace #32323200 #32323200 #5c5c5c } } + +# colors for window title bar +# class border backgr. text indicator border +client.focused #006633 #006633 #ffffff #336600 #008833 +client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a +client.unfocused #333333 #222222 #ffffff #292d2e #222222 +client.urgent #2f343a #900000 #ffffff #900000 #900000 +client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c +client.background #ffffff + + bindsym $mod+ctrl+shift+l exec 'lockscreen' bindsym $mod+ctrl+alt+shift+l exec 'lockscreen suspend'