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'