all repos — fluxbox @ 46133ce0196e860302a18dd6a1162611e65c460e

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

46133ce0196e860302a18dd6a1162611e65c460e

parent

060219fca20ff02629d04fd41abfe7c8a36446be

1 files changed, 34 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -8,6 +8,40 @@ Timer.hh/cc, fluxbox.cc, Slit.hh/cc, ImageControl.hh/cc

* Added new files for Toolbar (Henrik) WorkspaceNameTool.hh/cc, ClockTool.hh/cc, ToolbarItem.hh/cc, ToolTheme.hh/cc TextTheme.hh/cc + * toolbar theme items now: + The clock: + toolbar.clock: <texture> + toolbar.clock.pixmap: <filename> + toolbar.clock.color: <color> + toolbar.clock.colorTo: <color> + toolbar.clock.textColor: <color> + toolbar.clock.font: <font> + + Workspace name: + toolbar.workspace: <texture> + toolbar.workspace.pixmap: <filename> + toolbar.workspace.color: <color> + toolbar.workspace.colorTo: <color> + toolbar.workspace.textColor: <color> + toolbar.workspace.font: <font> + + This is for an empty iconbar: + toolbar.iconbar.empty: <texture> + toolbar.iconbar.empty.pixmap: <filename> + toolbar.iconbar.empty.color: <color> + toolbar.iconbar.empty.colorTo: <color> + + Focused window in iconbar: + toolbar.iconbar.focused: <texture> + toolbar.iconbar.focused.pixmap: <filename> + toolbar.iconbar.focused.color: <color> + toolbar.iconbar.focused.colorTo: <color> + toolbar.iconbar.focused.textColor: <color> + toolbar.iconbar.focused.font: <font> + And the same for .unfocused: + toolbar.iconbar.unfocused: <texture> + etc. + *03/08/10: * Fix session.menuFile to work with ~ properly (Simon) fluxbox.hh/cc Screen.cc