minor progress..
This commit is contained in:
@@ -184,23 +184,23 @@ exec --no-startup-id feh --bg-fill ~/dotfiles/images/blaa.jpg
|
||||
# window border style
|
||||
default_border pixel 2
|
||||
default_floating_border pixel 0
|
||||
for_window [class=".*"] border pixel 3
|
||||
for_window [class=".*"] border pixel 2
|
||||
|
||||
# gaps between windows and screen border
|
||||
gaps inner 16 px
|
||||
gaps inner 12 px
|
||||
|
||||
# defining colors
|
||||
set $bord_focus #62b9cb
|
||||
set $cyan #15D7E5
|
||||
set $indc_focus #A0A0FF
|
||||
set $back_focus #FFFFFF
|
||||
set $text_focus #000000
|
||||
set $transp #00000000
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $bord_focus $back_focus $text_focus $bord_focus $bord_focus
|
||||
client.focused_inactive $transp $back_focus $text_focus $transp $transp
|
||||
client.unfocused $transp $back_focus $text_focus $transp $transp
|
||||
client.urgent $transp $back_focus $text_focus $transp $transp
|
||||
client.placeholder $transp $back_focus $text_focus $transp $transp
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $cyan $back_focus $text_focus $cyan $cyan
|
||||
client.focused_inactive $transp $back_focus $text_focus $transp $transp
|
||||
client.unfocused $transp $back_focus $text_focus $transp $transp
|
||||
client.urgent $transp $back_focus $text_focus $transp $transp
|
||||
client.placeholder $transp $back_focus $text_focus $transp $transp
|
||||
|
||||
client.background #ffffff
|
||||
|
||||
Reference in New Issue
Block a user