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:
Martin Duquesnoy
2008-10-20 03:05:37 +02:00
parent 5a9ac485eb
commit bfefc41d96
8 changed files with 93 additions and 47 deletions

12
wmfsrc
View File

@@ -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