diff --git a/bbstylemaker.rc b/bbstylemaker.rc index 6d87838..9b32b8b 100644 --- a/bbstylemaker.rc +++ b/bbstylemaker.rc @@ -1,107 +1,107 @@ -# ---------------------------------------------------------------- -# bbStyleMaker.rc - configuration file for bbStyleMaker 1.3 -# -# Put this file in the same directory as bbStyleMaker.exe -# - -# ---------------------------------------------------------------- -# styleinfo defaults: - -# author -bbstylemaker.style.author: - -# date format - see the bblean docs for date formats -bbstylemaker.date.format: %d %b %Y - -# date language locale - empty or C or it, fr, sp, us, uk, ru ... -bbstylemaker.date.locale: C - -# ---------------------------------------------------------------- -# stylefile output modes: - -# style syntax to use: '065' or '070' or 'style' -bbstylemaker.syntax: 070 - -# how to write the colors: 'html' or 'rgb' -bbstylemaker.colorMode: html - -# how to output the font spec's: -# 1 = separate values "font:", "fontHeight:", "fontWeight:" (default) -# 2 = xoblite format "snap/12/normal" -# 3 = linux-like simple format "lucida-12-bold" -# 4 = linux-like xfd format "-*-facename-weight-r-*-*-height-*-*-*-*-*-*-*" -# Note: 3 and 4 will not work with dashes in the font name, e.g. 'mints-mild'. -bbstylemaker.fontMode: 1 - -# align right side on column: true or false -bbstylemaker.tabify: false - -# EOL mode: 'dos' or 'unix' -bbstylemaker.eolMode: dos - -# ---------------------------------------------------------------- -# bbstylemaker appearance - -# window size -bbstylemaker.widthPercent: 92 -bbstylemaker.heightPercent: 92 - -# window position (auto saved) -bbstylemaker.xpos: 382 -bbstylemaker.ypos: 355 - -# true for default windows caption bar: -bbstylemaker.captionbar: false - -# guistyle for bbstylemaker (default: this file, see below) -bbstylemaker.guistyle: - -# style editor (default: the 'blackbox editor' from extensions.rc) -! bbstylemaker.editor: bbnote.exe - -# ---------------------------------------------------------------- -# style for bbstylemaker itself - subset of a blackbox style - -# font to use -*font: verdana -*fontHeight: 12 -*fontWeight: normal -*title.fontWeight: bold - -# main and group titles -menu.title.appearance: parentrelative border -menu.title.textColor: #000000 -menu.title.borderColor: #222 -menu.title.borderWidth: 2 -menu.title.marginWidth: 2 -menu.title.alignment: left - -# option groups -menu.frame.appearance: solid border -menu.frame.backgroundColor: #bbb -menu.frame.foregroundColor: #000 -menu.frame.textColor: #000 -menu.frame.disabledColor: #999 -menu.frame.borderColor: #777 -menu.frame.borderWidth: 0 - -# checked options -menu.active.appearance: sunken solid -menu.active.backgroundColor: #ddd -menu.active.foregroundColor: #000 -menu.active.textColor: #000 -menu.active.borderColor: #888 - -# buttons and slider knobs -toolbar.button.appearance: solid border -toolbar.button.backgroundColor: #000 -toolbar.button.foregroundColor: #ccc -toolbar.button.borderColor: #ccc -toolbar.button.borderWidth: 1 - -# pressed buttons -toolbar.button.pressed.appearance: sunken solid -toolbar.button.pressed.backgroundColor: #aaa -toolbar.button.pressed.foregroundColor: #444 - -# ---------------------------------------------------------------- +# ---------------------------------------------------------------- +# bbStyleMaker.rc - configuration file for bbStyleMaker 1.3 +# +# Put this file in the same directory as bbStyleMaker.exe +# + +# ---------------------------------------------------------------- +# styleinfo defaults: + +# author +bbstylemaker.style.author: + +# date format - see the bblean docs for date formats +bbstylemaker.date.format: %d %b %Y + +# date language locale - empty or C or it, fr, sp, us, uk, ru ... +bbstylemaker.date.locale: C + +# ---------------------------------------------------------------- +# stylefile output modes: + +# style syntax to use: '065' or '070' or 'style' +bbstylemaker.syntax: 070 + +# how to write the colors: 'html' or 'rgb' +bbstylemaker.colorMode: html + +# how to output the font spec's: +# 1 = separate values "font:", "fontHeight:", "fontWeight:" (default) +# 2 = xoblite format "snap/12/normal" +# 3 = linux-like simple format "lucida-12-bold" +# 4 = linux-like xfd format "-*-facename-weight-r-*-*-height-*-*-*-*-*-*-*" +# Note: 3 and 4 will not work with dashes in the font name, e.g. 'mints-mild'. +bbstylemaker.fontMode: 1 + +# align right side on column: true or false +bbstylemaker.tabify: false + +# EOL mode: 'dos' or 'unix' +bbstylemaker.eolMode: dos + +# ---------------------------------------------------------------- +# bbstylemaker appearance + +# window size +bbstylemaker.widthPercent: 92 +bbstylemaker.heightPercent: 92 + +# window position (auto saved) +bbstylemaker.xpos: 382 +bbstylemaker.ypos: 355 + +# true for default windows caption bar: +bbstylemaker.captionbar: false + +# guistyle for bbstylemaker (default: this file, see below) +bbstylemaker.guistyle: + +# style editor (default: the 'blackbox editor' from extensions.rc) +! bbstylemaker.editor: bbnote.exe + +# ---------------------------------------------------------------- +# style for bbstylemaker itself - subset of a blackbox style + +# font to use +*font: verdana +*fontHeight: 12 +*fontWeight: normal +*title.fontWeight: bold + +# main and group titles +menu.title.appearance: parentrelative border +menu.title.textColor: #000000 +menu.title.borderColor: #222 +menu.title.borderWidth: 2 +menu.title.marginWidth: 2 +menu.title.alignment: left + +# option groups +menu.frame.appearance: solid border +menu.frame.backgroundColor: #bbb +menu.frame.foregroundColor: #000 +menu.frame.textColor: #000 +menu.frame.disabledColor: #999 +menu.frame.borderColor: #777 +menu.frame.borderWidth: 0 + +# checked options +menu.active.appearance: sunken solid +menu.active.backgroundColor: #ddd +menu.active.foregroundColor: #000 +menu.active.textColor: #000 +menu.active.borderColor: #888 + +# buttons and slider knobs +toolbar.button.appearance: solid border +toolbar.button.backgroundColor: #000 +toolbar.button.foregroundColor: #ccc +toolbar.button.borderColor: #ccc +toolbar.button.borderWidth: 1 + +# pressed buttons +toolbar.button.pressed.appearance: sunken solid +toolbar.button.pressed.backgroundColor: #aaa +toolbar.button.pressed.foregroundColor: #444 + +# ---------------------------------------------------------------- diff --git a/blackbox.rc b/blackbox.rc index 8ebbd4b..cc62022 100644 --- a/blackbox.rc +++ b/blackbox.rc @@ -1,54 +1,54 @@ -# ------------------------------------------ -# bblean 1.17 - blackbox.rc - basic settings - -# Lines starting with # or ! are ignored -# All items are configurable from the menu - -# - the toolbar - -session.screen0.toolbar.enabled: false -session.screen0.toolbar.placement: BottomCenter -session.screen0.toolbar.widthPercent: 66 -session.screen0.toolbar.onTop: true -session.screen0.toolbar.autoHide: false -session.screen0.toolbar.pluginToggle: true -session.screen0.toolbar.alpha.enabled: false -session.screen0.toolbar.alpha.value: 224 - -# - the menu - -session.menu.position.x: 280 -session.menu.position.y: 148 -session.menu.maxWidth: 300 -session.menu.popupDelay: 100 -session.menu.mouseWheelFactor: 3 -session.menu.alpha.enabled: false -session.menu.alpha.value: 216 -session.menu.onTop: false -session.menu.sticky: true -session.menu.snapWindow: true -session.menu.pluginToggle: true -session.menu.openDirection: bullet -session.menu.sortbyExtension: false -session.menu.drawSeparators: true -session.menu.dropShadows: true - -# - the slit - -session.screen0.slit.placement: TopRight -session.screen0.slit.direction: Horizontal -session.screen0.slit.autoHide: false -session.screen0.slit.ontop: true -session.screen0.slit.toggle: false - -# - other options - -session.screen0.workspaces: 3 -session.screen0.workspacenames: alpha,beta,gamma,delta -session.screen0.focusModel: ClickToFocus -session.screen0.fullMaximization: false -session.screen0.strftimeformat: %H:%M %a %d %b - -session.autoraisedelay: 250 -session.opaqueMove: true -session.imageDither: true - -# - menu & style - -session.menufile: menu.rc -session.styleFile: styles\joshs3colours\red +# ------------------------------------------ +# bblean 1.17 - blackbox.rc - basic settings + +# Lines starting with # or ! are ignored +# All items are configurable from the menu + +# - the toolbar - +session.screen0.toolbar.enabled: false +session.screen0.toolbar.placement: BottomCenter +session.screen0.toolbar.widthPercent: 66 +session.screen0.toolbar.onTop: true +session.screen0.toolbar.autoHide: false +session.screen0.toolbar.pluginToggle: true +session.screen0.toolbar.alpha.enabled: false +session.screen0.toolbar.alpha.value: 224 + +# - the menu - +session.menu.position.x: 280 +session.menu.position.y: 148 +session.menu.maxWidth: 300 +session.menu.popupDelay: 100 +session.menu.mouseWheelFactor: 3 +session.menu.alpha.enabled: false +session.menu.alpha.value: 216 +session.menu.onTop: false +session.menu.sticky: true +session.menu.snapWindow: true +session.menu.pluginToggle: true +session.menu.openDirection: bullet +session.menu.sortbyExtension: false +session.menu.drawSeparators: true +session.menu.dropShadows: true + +# - the slit - +session.screen0.slit.placement: TopRight +session.screen0.slit.direction: Horizontal +session.screen0.slit.autoHide: false +session.screen0.slit.ontop: true +session.screen0.slit.toggle: false + +# - other options - +session.screen0.workspaces: 3 +session.screen0.workspacenames: alpha,beta,gamma,delta +session.screen0.focusModel: ClickToFocus +session.screen0.fullMaximization: false +session.screen0.strftimeformat: %H:%M %a %d %b + +session.autoraisedelay: 250 +session.opaqueMove: true +session.imageDither: true + +# - menu & style - +session.menufile: menu.rc +session.styleFile: styles\joshs3colours\red diff --git a/bsetroot.rc b/bsetroot.rc index fcfddb2..79b7a41 100644 --- a/bsetroot.rc +++ b/bsetroot.rc @@ -1,12 +1,12 @@ -# -------------------------------------------------------------- -# bsetroot.rc - options and image searchpath for bsetroot 2.1 - -# Options are read just like commandline switches. -# Lines starting with # or ! are ignored. -# Paths containing spaces need to have quotes. - -# Example: (uncomment to use) -! -path c:\some\path\to\images -! -path c:\another\path\to\images - --quiet +# -------------------------------------------------------------- +# bsetroot.rc - options and image searchpath for bsetroot 2.1 + +# Options are read just like commandline switches. +# Lines starting with # or ! are ignored. +# Paths containing spaces need to have quotes. + +# Example: (uncomment to use) +! -path c:\some\path\to\images +! -path c:\another\path\to\images + +-quiet diff --git a/extensions.rc b/extensions.rc index 04f073a..e8d410e 100644 --- a/extensions.rc +++ b/extensions.rc @@ -1,151 +1,151 @@ -# ----------------------------------------------------- -# bblean 1.17 - extensions.rc - -# Lines starting with # or ! are ignored - -# ----------------------------------------------------- -# Favorite Tool - -# The default editor for menu, styles and settings -blackbox.editor: C:\apps\Vim\vim73\gvim.exe - - -# ----------------------------------------------------- -# Appearance - -# Bullet size: true=4px, false=6px -blackbox.appearance.bullet.unix: false - -# arrow bullets: -blackbox.appearance.arrow.unix: false - -# Menu drag cursor -blackbox.appearance.cursor.usedefault: false - -# Alternative menu bullets (a template is in 'docs') -! blackbox.appearance.bullet.bitmap: menu-bullets.bmp - - -# ----------------------------------------------------- -# Background Wallpaper options - -# Execute any style-rootCommands at all? -blackbox.background.enabled: true - -# Load the background into bbLean's own desktopwindow? -blackbox.background.smartWallpaper: true - -# Drag'n-dropped background images are saved here -blackbox.background.rootCommand: style - - -# ----------------------------------------------------- -# Workspace options - -# Alternate workspace method (windows are hidden rather than moved away). -# (This is compatible only with latest bbpager 1.13b5) -blackbox.workspaces.altMethod: true - -# Try this if maximized windows refuse to switch workspaces -# with StyleXP or Vista Design. (This is not compatible with -# bbpager currently) -blackbox.workspaces.styleXPFix: false - -# Automatically switch workspace to active task -blackbox.workspaces.followActive: true - - -# ----------------------------------------------------- -# Desktop settings - -# Desktop margins for special desktop setups. -1 means -# automatic margins (with tool-/systembar) -blackbox.desktop.marginTop: -1 -blackbox.desktop.marginBottom: -1 -blackbox.desktop.marginLeft: -1 -blackbox.desktop.marginRight: -1 - -# 2nd, ... monitor -! blackbox.desktop.2.marginTop: ... -!... - -# Edge and Plugin Snap -blackbox.snap.threshold: 7 -blackbox.snap.padding: 4 -blackbox.snap.toPlugins: true - - -# ----------------------------------------------------- -# Desktop Mouse Clicks - -# General: blackbox.desktop.[]