titlebar: Massive change for the titlebar : Add a titlebar section in the configuration file + text alignement : left / center / right. Remove the titlebar border (useless)
This commit is contained in:
12
wmfsrc
12
wmfsrc
@@ -12,7 +12,6 @@ misc
|
||||
raisefocus = false
|
||||
raiseswitch = true
|
||||
border_height = 1
|
||||
titlebar_height = 12
|
||||
tag_border_width = 1
|
||||
}
|
||||
|
||||
@@ -34,10 +33,15 @@ colors
|
||||
#Layout
|
||||
layout_fg = "#191919"
|
||||
layout_bg = "#7E89A2"
|
||||
}
|
||||
|
||||
#Titlebar
|
||||
titlebar_text_focus = "#D4D4D4"
|
||||
titlebar_text_normal = "#D4D4D4"
|
||||
titlebar
|
||||
{
|
||||
height = 12
|
||||
bg = "#191919"
|
||||
fg_normal = "#D4D4D4"
|
||||
fg_focus = "#D4D4D4"
|
||||
text_align = "center"
|
||||
}
|
||||
|
||||
layouts
|
||||
|
||||
Reference in New Issue
Block a user