Added border colors for testing

This commit is contained in:
Roger Gonzalez 2020-04-13 10:18:19 -03:00
parent e162da8188
commit e15c221e48

View File

@ -51,7 +51,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
# Disable titlebars
for_window [class=".*"] border pixel 0
for_window [class=".*"] border pixel 2
# Use gaps
# smart_gaps on
@ -254,9 +254,8 @@ exec --no-startup-id /usr/bin/mullvad connect
# Window colors
# class border backgr. text indicator child_border
client.focused #000000 #75D85A #424242 #2e9ef4 #000000
client.focused_inactive #000000 #5f676a #ffffff #484e50 #000000
client.unfocused #000000 #204D14 #424242 #292d2e #000000
client.urgent #000000 #900000 #ffffff #900000 #000000
client.placeholder #000000 #0c0c0c #ffffff #000000 #000000
client.focused #75D85A #75D85A #424242 #2e9ef4 #75D85A
client.focused_inactive #75D85A #5f676a #ffffff #484e50 #75D85A
client.unfocused #75D85A #204D14 #424242 #292d2e #75D85A
client.urgent #75D85A #900000 #ffffff #900000 #75D85A
client.placeholder #75D85A #0c0c0c #ffffff #000000 #75D85A