diff --git a/template/fluxbox/overlay b/template/fluxbox/overlay new file mode 100644 index 0000000..a9fceb8 --- /dev/null +++ b/template/fluxbox/overlay @@ -0,0 +1,9 @@ +toolbar.height: 40 +toolbar.widthPercent: 60 +toolbar.iconbar.focused.font: sans-12:bold +toolbar.iconbar.unfocused.font: sans-12 +toolbar.clock.font: sans-12 +toolbar.workspace.font: sans-12:bold +window.font: sans-12 +menu.title.font: sans-12 +menu.frame.font: sans-11 diff --git a/template/xstartup b/template/xstartup index b96d4db..11755b1 100755 --- a/template/xstartup +++ b/template/xstartup @@ -15,9 +15,10 @@ FLUXBOX_ASSETS_ROOT="${ROOT}/fluxbox" # Build Fluxbox init file cat > "${FLUXBOX_RC_FILE}" << EOT -session.screen0.toolbar.widthPercent: 60 +session.screen0.toolbar.tools: prevworkspace, workspacename, nextworkspace, iconbar, systemtray, prevwindow, nextwindow, clock session.menuFile: $FLUXBOX_ASSETS_ROOT/menu session.keyFile: $FLUXBOX_ASSETS_ROOT/keys +session.styleOverlay: $FLUXBOX_ASSETS_ROOT/overlay EOT # Export the module function for the terminal