Skip to content

Commit

Permalink
change styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed May 12, 2017
1 parent 206103b commit 0b918c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions template/fluxbox/overlay
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion template/xstartup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b918c1

Please sign in to comment.