Skip to content

Instantly share code, notes, and snippets.

@TBog
Last active July 29, 2020 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TBog/16458da478209d630328ce248f0b0b2f to your computer and use it in GitHub Desktop.
Save TBog/16458da478209d630328ce248f0b0b2f to your computer and use it in GitHub Desktop.
Fluxbox setup
gist name file path
.Xresources ~/.Xresources
apt preferences.d /etc/apt/preferences.d/99debian
lock.sh ~/lock.sh
init ~/.fluxbox/init
keys ~/.fluxbox/keys
menu ~/.fluxbox/menu
startup ~/.fluxbox/startup
theme.cfg ~/.fluxbox/styles/05-Crunchy-green_SQ/theme.cfg
windowmenu ~/.Fluxbox/windowmenu
sources.list /etc/apt/sources.list

Issue:

Xft.dpi: 108
! special
*.foreground: #c5c8c6
*.background: #1d1f21
*.cursorColor: #c5c8c6
! black
*.color0: #1d1f21
*.color8: #969896
! red
*.color1: #cc6666
*.color9: #cc6666
! green
*.color2: #b5bd68
*.color10: #b5bd68
! yellow
*.color3: #f0c674
*.color11: #f0c674
! blue
*.color4: #81a2be
*.color12: #81a2be
! magenta
*.color5: #b294bb
*.color13: #b294bb
! cyan
*.color6: #8abeb7
*.color14: #8abeb7
! white
*.color7: #c5c8c6
*.color15: #ffffff
!alttab
alttab.tile.geometry: 132x200
alttab.icon.geometry: 128x128
alttab.icon.source: 1
alttab.theme: breeze
alttab.background: #3c3b37
alttab.foreground: #70AE6C
alttab.framecolor: #D9D6C7
alttab.font: xft:PxPlus\ IBM\ VGA8-10
Package: *
Pin: release n=buster
Pin-Priority: 500
Package: *
Pin: release n=buster-backports
Pin-Priority: 500
Package: fluxbox
Pin: release n=experimental
Pin-Priority: 500
Package: alttab
Pin: release n=experimental
Pin-Priority: 500
session.screen0.toolbar.height: 0
session.screen0.toolbar.layer: Dock
session.screen0.toolbar.autoHide: false
session.screen0.toolbar.tools: prevworkspace, workspacename, nextworkspace, iconbar, systemtray, clock
session.screen0.toolbar.maxOver: false
session.screen0.toolbar.widthPercent: 100
session.screen0.toolbar.onhead: 1
session.screen0.toolbar.placement: TopCenter
session.screen0.toolbar.alpha: 255
session.screen0.toolbar.visible: true
session.screen0.slit.autoHide: false
session.screen0.slit.onhead: 2
session.screen0.slit.layer: Dock
session.screen0.slit.acceptKdeDockapps: true
session.screen0.slit.maxOver: true
session.screen0.slit.placement: RightCenter
session.screen0.slit.alpha: 255
session.screen0.iconbar.usePixmap: true
session.screen0.iconbar.mode: {static groups} (workspace)
session.screen0.iconbar.alignment: Relative
session.screen0.iconbar.iconWidth: 128
session.screen0.iconbar.iconTextPadding: 10
session.screen0.clientMenu.usePixmap: true
session.screen0.titlebar.left: Stick
session.screen0.titlebar.right: Minimize Maximize Close
session.screen0.menu.alpha: 255
session.screen0.tab.rotatevertical: true
session.screen0.tab.height: 22
session.screen0.tab.alignment: relative
session.screen0.tab.width: 220
session.screen0.tab.placement: LeftTop
session.screen0.window.focus.alpha: 255
session.screen0.window.unfocus.alpha: 200
session.screen0.tabs.usePixmap: true
session.screen0.tabs.intitlebar: true
session.screen0.tabs.maxOver: false
session.screen0.windowMenu: /home/x99s/.fluxbox/windowmenu
session.screen0.rowPlacementDirection: LeftToRight
session.screen0.focusNewWindows: true
session.screen0.allowRemoteActions: false
session.screen0.tooltipDelay: 500
session.screen0.strftimeFormat: %d %b, %a %02k:%M:%S
session.screen0.autoRaise: true
session.screen0.windowPlacement: RowMinOverlapPlacement
session.screen0.workspaceNames: Default,Temp,Remote,Android,
session.screen0.maxDisableResize: false
session.screen0.showwindowposition: false
session.screen0.tabs: true
session.screen0.defaultDeco: normal
session.screen0.maxDisableMove: false
session.screen0.opaqueMove: true
session.screen0.focusModel: ClickFocus
session.screen0.clickRaises: true
session.screen0.menuDelay: 200
session.screen0.fullMaximization: false
session.screen0.maxIgnoreIncrement: true
session.screen0.workspaces: 4
session.screen0.demandsAttentionTimeout: 500
session.screen0.tabFocusModel: ClickToTabFocus
session.screen0.workspacewarping: false
session.screen0.noFocusWhileTypingDelay: 0
session.screen0.edgeSnapThreshold: 15
session.screen0.focusSameHead: false
session.screen0.colPlacementDirection: TopToBottom
session.forcePseudoTransparency: false
session.cacheMax: 200
session.ignoreBorder: false
session.tabsAttachArea: Window
session.autoRaiseDelay: 250
session.keyFile: ~/.fluxbox/keys
session.slitlistFile: /home/x99s/.fluxbox/slitlist
session.colorsPerChannel: 4
session.configVersion: 13
session.tabPadding: 0
session.styleFile: /home/x99s/.fluxbox/styles/05-Crunchy-green_SQ
session.menuSearch: itemstart
session.styleOverlay: /home/x99s/.fluxbox/overlay
session.doubleClickInterval: 250
session.cacheLife: 5
session.menuFile: ~/.fluxbox/menu
session.appsFile: /home/x99s/.fluxbox/apps
# click on the desktop to get menus
OnDesktop Mouse1 :HideMenus
OnDesktop Mouse2 :WorkspaceMenu
OnDesktop Mouse3 :RootMenu
# Win + Space to show FB menu
Mod4 space :RootMenu
# scroll on the desktop to change workspaces
#OnDesktop Mouse4 :PrevWorkspace
#OnDesktop Mouse5 :NextWorkspace
# scroll on the toolbar to change current window
OnToolbar Mouse4 :PrevWindow {static groups} (iconhidden=no)
OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
# Win + left/right click to move/resize a window
OnWindow Mod4 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
OnWindowBorder Move1 :StartMoving
OnWindow Mod4 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCornerOrEdge}
OnLeftGrip Move1 :StartResizing bottomleft
OnRightGrip Move1 :StartResizing bottomright
# control-click a window's titlebar and drag to attach windows
OnTitlebar Control Mouse1 :StartTabbing
# double click on the titlebar to shade
OnTitlebar Double Mouse1 :Shade
# left click on the titlebar to move the window
OnTitlebar Mouse1 :MacroCmd {Raise} {Focus} {ActivateTab}
OnTitlebar Move1 :StartMoving
# middle click on the titlebar to lower
OnTitlebar Mouse2 :Lower
# Win + middle click for window menu
OnWindow Mod4 Mouse2 :WindowMenu
# right click on the titlebar for a menu of options
OnTitlebar Mouse3 :WindowMenu
# alt + space to open the window menu
#Mod1 space :WindowMenu
# alt-tab
#Mod1 Tab :NextWindow {groups} (workspace=[current])
#Mod1 Shift Tab :PrevWindow {groups} (workspace=[current])
# cycle through tabs in the current window
Mod4 Tab :NextTab
Mod4 Shift Tab :PrevTab
# go to a specific tab in the current window
Mod4 1 :Tab 1
Mod4 2 :Tab 2
Mod4 3 :Tab 3
Mod4 4 :Tab 4
Mod4 5 :Tab 5
Mod4 6 :Tab 6
Mod4 7 :Tab 7
Mod4 8 :Tab 8
Mod4 9 :Tab 9
# open a terminal
Mod1 F1 :Exec x-terminal-emulator
# open a dialog to run programs
Mod1 F2 :Exec fbrun
Mod4 r :Exec fbrun
Mod4 e :Exec dolphin
Mod4 l :Exec ~/lock.sh
# volume settings, using common keycodes
# if these don't work, use xev to find out your real keycodes
176 :Exec amixer sset Master,0 1+
174 :Exec amixer sset Master,0 1-
160 :Exec amixer sset Master,0 toggle
# current window commands
Mod1 F4 :Close
Mod1 F5 :Kill
Mod1 F9 :Minimize
Mod1 F10 :Maximize
Mod1 F11 :Fullscreen
Mod4 t :ToggleDecor
Mod4 d :MacroCmd {DetachClient} {SetDecor normal}
Mod4 m :MaximizeWindow
Mod4 n :Iconify
# ctrl + alt + delete to exit fluxbox
Control Mod1 Delete :Exit
# change to previous/next workspace
#Control Mod1 Left :PrevWorkspace
#Control Mod1 Right :NextWorkspace
# send the current window to previous/next workspace
# Mod4 Left :SendToPrevWorkspace
# Mod4 Right :SendToNextWorkspace
# snap current window to screen
Mod4 Left :MacroCmd {ResizeTo 50% 100%} {MoveTo 0 0 TopLeft}
Mod4 Right :MacroCmd {ResizeTo 50% 100%} {MoveTo 0 0 TopRight}
Mod4 Up :ToggleCmd {MacroCmd {ResizeTo 100% 50%} {MoveTo 0 0 TopLeft}} {MacroCmd {ResizeTo 90% 50%} {MoveTo 5% 5% TopLeft}} {MacroCmd {ResizeTo 80% 90%} {MoveTo 0 0 Center}}
Mod4 Down :ToggleCmd {MacroCmd {ResizeTo 100% 50%} {MoveTo 0 0 BottomLeft}} {MacroCmd {ResizeTo 90% 50%} {MoveTo 5% 5% BottomLeft}} {MacroCmd {ResizeTo 80% 90%} {MoveTo 0 0 Center}}
# alt + Win + direction = send current window to other screen
Mod1 Mod4 Left :SetHead 1
Mod1 Mod4 Right :SetHead 2
# send the current window and follow it to previous/next workspace
Control Mod4 Left :TakeToPrevWorkspace
Control Mod4 Right :TakeToNextWorkspace
# change to a specific workspace
Mod4 F1 :Workspace 1
Mod4 F2 :Workspace 2
Mod4 F3 :Workspace 3
Mod4 F4 :Workspace 4
Mod4 F5 :Workspace 5
Mod4 F6 :Workspace 6
Mod4 F7 :Workspace 7
Mod4 F8 :Workspace 8
Mod4 F9 :Workspace 9
Mod4 F10 :Workspace 10
Mod4 F11 :Workspace 11
Mod4 F12 :Workspace 12
# send the current window to a specific workspace
#Mod4 F1 :SendToWorkspace 1
#Mod4 F2 :SendToWorkspace 2
#Mod4 F3 :SendToWorkspace 3
#Mod4 F4 :SendToWorkspace 4
#Mod4 F5 :SendToWorkspace 5
#Mod4 F6 :SendToWorkspace 6
#Mod4 F7 :SendToWorkspace 7
#Mod4 F8 :SendToWorkspace 8
#Mod4 F9 :SendToWorkspace 9
#Mod4 F10 :SendToWorkspace 10
#Mod4 F11 :SendToWorkspace 11
#Mod4 F12 :SendToWorkspace 12
# send the current window and change to a specific workspace
Control Mod4 F1 :TakeToWorkspace 1
Control Mod4 F2 :TakeToWorkspace 2
Control Mod4 F3 :TakeToWorkspace 3
Control Mod4 F4 :TakeToWorkspace 4
Control Mod4 F5 :TakeToWorkspace 5
Control Mod4 F6 :TakeToWorkspace 6
Control Mod4 F7 :TakeToWorkspace 7
Control Mod4 F8 :TakeToWorkspace 8
Control Mod4 F9 :TakeToWorkspace 9
Control Mod4 F10 :TakeToWorkspace 10
Control Mod4 F11 :TakeToWorkspace 11
Control Mod4 F12 :TakeToWorkspace 12
#!/bin/bash
i3lock -e -f -p win -t -i ~/Pictures/Wallpaper/lock.png
[begin] (FluxBox)
[submenu] (Wallpaper)
[exec] (Next image) {variety --next}
[exec] (Previous image) {variety --previous}
[separator]
[exec] (Copy to Favorites) {variety --favorite}
[exec] (Delete to trash) {variety --trash}
[separator]
[exec] (Pause on image) {variety --pause}
[exec] (Resume changing) {variety --resume}
[separator]
[exec] (Show History) {variety --history}
[exec] (Show Downloads) {variety --downloads}
[exec] (Wallpaper selector) {variety --selector}
[exec] (Preferences) {variety --show-preferences}
[end]
[submenu] (Development)
[exec] (Android Studio) {/opt/android-studio/studio_no_ibus.sh}
[exec] (GDB) {xterm -e gdb}
[exec] (GitKraken) {gitkraken}
[exec] (Meld) {meld}
[end]
[submenu] (Editors)
[exec] (Kate) {kate}
[exec] (KWrite) {kwrite}
[exec] (Nano) {xterm -e nano}
[exec] (Pico) {xterm -e pico}
[exec] (Vi) {xterm -e vi}
[exec] (Xedit) {xedit}
[end]
[submenu] (Games)
[submenu] (Amusement)
[exec] (Oclock) {oclock}
[exec] (Xclock [analog]) {xclock -analog}
[exec] (Xclock [digital]) {xclock -digital -update 1}
[exec] (Xeyes) {xeyes}
[exec] (Xlogo) {xlogo}
[end]
[exec] (FaceRig) {steam steam://rungameid/274920}
[end]
[submenu] (Graphics)
[exec] (Display-im6.q16) {display-im6.q16}
[exec] (GNU Image Manipulation Program) {gimp-2.10}
[exec] (Gwenview) {gwenview}
[exec] (Wordview) {wordview}
[exec] (Xditview) {xditview}
[end]
[submenu] (Multimedia)
[exec] (ALSA mixer) {xterm -e alsamixer}
[exec] (Dragon Player) {dragon}
[exec] (JuK) {juk}
[exec] (K3b) {k3b}
[end]
[submenu] (Network)
[exec] (AnyConnect) {/opt/cisco/anyconnect/bin/vpnui}
[exec] (Akregator) {akregator}
[exec] (Google Chrome) {google-chrome-stable}
[exec] (KDE Connect Indicator) {kdeconnect-indicator}
[exec] (Konqueror) {konqueror}
[exec] (Kopete) {kopete}
[exec] (Mail) {xterm -e mail}
[exec] (Persepolis Download Manager) {persepolis}
[exec] (Remmina) {remmina-file-wrapper}
[exec] (Remote Desktop Viewer) {vinagre}
[exec] (Steam) {steam}
[exec] (Telnet) {xterm -e telnet}
[exec] (Transmission) {transmission-gtk}
[exec] (Zoom) {zoom}
[end]
[submenu] (Office)
[exec] (Contact Print Theme Editor) {contactprintthemeeditor}
[exec] (Contact Theme Editor) {contactthemeeditor}
[exec] (KAddressBook) {kaddressbook}
[exec] (KMail) {kmail}
[exec] (KMail Header Theme Editor) {headerthemeeditor}
[exec] (KOrganizer) {korganizer}
[exec] (KTnef) {ktnef}
[exec] (LibreOffice Impress) {libreoffice}
[exec] (Okular) {okular}
[exec] (PIM Setting Exporter) {pimsettingexporter}
[exec] (Sieve Editor) {sieveeditor}
[exec] (Xbiff) {xbiff}
[end]
[submenu] (Other)
[exec] (Help) {khelpcenter}
[exec] (Telnet) {xterm -e telnet.netkit}
[end]
[submenu] (Shells)
[exec] (Bash) {xterm -e bash --login}
[exec] (Dash) {xterm -e dash -i}
[exec] (Dolphin) {dolphin}
[exec] (GIT) {xterm -e git}
[exec] (Konsole) {konsole}
[exec] (PlayOnLinux) {playonlinux}
[exec] (Sh) {xterm -e sh --login}
[exec] (UXTerm) {uxterm}
[exec] (Xterm) {xterm}
[end]
[submenu] (System)
[submenu](Wallpapers)
[wallpapers] (~/.config/variety/Favorites/) {fbsetbg -A}
[wallpapers] (~/Pictures/Wallpaper) {fbsetbg -A}
[end]
[submenu] (Settings)
[exec] (Apper) {apper}
[exec] (IBus Preferences) {ibus-setup}
[exec] (Input Method) {im-config}
[exec] (KDE Connect Settings) {kcmshell5 kcm_kdeconnect}
[exec] (KDE System Settings) {systemsettings5}
[exec] (NVIDIA X Server Settings) {nvidia-settings}
[exec] (Print Settings) {system-config-printer}
[exec] (Xfontsel) {xfontsel}
[exec] (Xvidtune) {xvidtune}
[end]
[exec] (Debian Task selector) {xterm -e su-to-root -c tasksel}
[exec] (Discover) {plasma-discover}
[exec] (Editres) {editres}
[exec] (GParted) {pkexec /usr/sbin/gparted}
[exec] (Htop) {xterm -e htop}
[exec] (Info Center) {kinfocenter}
[exec] (KSysGuard) {ksysguard}
[exec] (KWalletManager) {kwalletmanager5}
[exec] (Pstree) {xterm -e pstree.x11}
[exec] (Top) {xterm -e top}
[exec] (WoeUSB) {woeusbgui}
[exec] (Xclipboard) {xclipboard}
[exec] (Xev) {x-terminal-emulator -e xev}
[exec] (Xkill) {xkill}
[exec] (Xload) {xload}
[exec] (Xrefresh) {xrefresh}
[end]
[submenu] (Utilities)
[exec] (Ark) {ark}
[exec] (Help) {yelp}
[exec] (KCalc) {kcalc}
[exec] (KFind) {kfind}
[exec] (Klipper) {klipper}
[exec] (KMag) {kmag}
[exec] (KMouseTool) {kmousetool}
[exec] (KMouth) {kmouth}
[exec] (KNotes) {knotes}
[exec] (Spectacle) {spectacle}
[exec] (Sweeper) {sweeper}
[exec] (Variety) {variety}
[exec] (Xcalc) {xcalc}
[exec] (Xman) {xman}
[end]
[separator]
[submenu] (FluxBox)
[exec] (Toggle Effects) {~/xcomp-toggle.sh}
[workspaces] (Workspaces)
[submenu] (Styles)
[stylesdir] (/usr/share/fluxbox/styles)
[stylesdir] (~/.fluxbox/styles)
[end]
[config] (Configure)
[reconfig] (Apply config)
[restart] (Restart Fluxbox)
[separator]
[exit] (Exit to login)
[end]
[exec] (Lock screen) {~/lock.sh}
[end]
#
# deb cdrom:[Debian GNU/Linux 10.3.0 _Buster_ - Official amd64 NETINST 20200208-12:07]/ buster main
# deb cdrom:[Debian GNU/Linux 10.3.0 _Buster_ - Official amd64 NETINST 20200208-12:07]/ buster main
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free
deb http://deb.debian.org/debian buster-backports main contrib non-free
deb-src http://deb.debian.org/debian buster-backports main contrib non-free
deb http://deb.debian.org/debian experimental main
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main
deb-src http://deb.debian.org/debian/ buster-updates main
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
# wine hq repo for eoan
# deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ eoan main
#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.
# Change your keymap:
xmodmap "/home/x99s/.Xmodmap"
# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
# idesk &
#
variety &
wmcpuload &
wmmemload &
wmtemp &
# make pkexec work
/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1 &
# Debian-local change:
# - fbautostart has been added with a quick hack to check to see if it
# exists. If it does, we'll start it up by default.
which fbautostart > /dev/null
if [ $? -eq 0 ]; then
fbautostart
fi
# We need some apps to run after fluxbox starts, and so we sleep
# Probably the most easily-overlooked change here is the line fluxbox &, especially the & character. This will start fluxbox in the background and is required so that the other later programs will start! Note how we save fluxbox's pid in the shell variable $fbpid and then at the very end use wait to prevent us from exiting this script until fluxbox exits.
fluxbox &
fbpid=$!
sleep 3
{
# Applications you want to run after fluxbox has started
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN & AT THE END.
# ipager &
# gkrellm2 &
alttab &
} &
wait $fbpid
############################################################
# This work is licensed under the Creative Commons #
# Attribution-NonCommercial-ShareAlike 2.5 License. #
# To view a copy of this license, visit #
# http://creativecommons.org/licenses/by-sa/2.5/ #
# or send a letter to Creative Commons, #
# 559 Nathan Abbott Way, Stanford, California 94305, USA. #
############################################################
! name: Ambiance Crunchy
! made: frombenny [AT] gmail [DOT] com
! from scratch (all sources in 00-Customizations)
! date: oct-2014 (rewritten)
!_______________________________________________________________________
*alpha: 255
*color: #59574e
*colorTo: #3c3b37
*unfocus.color: #59574e
*unfocus.colorTo: #3c3b37
*textColor: #dfd8c8
*unfocus.textColor: #948c86
! WINDOW OPTIONS
!---------------
window.title.height: 26
window.bevelWidth: 3
window.font: lucidasans-10:bold
window.justify: center
window.borderWidth: 1
window.borderColor: #3c3b37
window.roundCorners: TopLeft TopRight
!window.button.focus: <texture type>
!window.button.focus.color: <color>
!window.button.focus.colorTo: <color>
!window.button.focus.picColor: <color>
window.button.focus.pixmap: menu-focus.xpm
!window.button.pressed: <texture type>
!window.button.pressed.color: <color>
!window.button.pressed.colorTo: <color>
window.button.pressed.pixmap: menu-pressed.xpm
!window.button.unfocus: <texture type>
!window.button.unfocus.color: <color>
!window.button.unfocus.colorTo: <color>
!window.button.unfocus.picColor: <color>
window.button.unfocus.pixmap: menu-unfocus.xpm
window.close.pixmap: close-focus.xpm
window.close.unfocus.pixmap: close-unfocus.xpm
window.close.pressed.pixmap: close-pressed.xpm
!window.frame.focusColor: <color>
!window.frame.unfocusColor: <color>
window.grip.focus: solid
window.grip.focus.color: #E6E6E3
!window.grip.focus.colorTo: <color>
!window.grip.focus.pixmap: <filename>
window.grip.unfocus: solid
window.grip.unfocus.color: #E6E6E3
!window.grip.unfocus.colorTo: <color>
!window.grip.unfocus.pixmap: <filename>
window.handle.focus: solid
window.handle.focus.color: #E6E6E3
!window.handle.focus.colorTo: <color>
!window.handle.focus.pixmap: <filename>
window.handle.unfocus: solid
window.handle.unfocus.color: #E6E6E3
!window.handle.unfocus.colorTo: <color>
!window.handle.unfocus.pixmap: <filename>
window.handleWidth: 2
window.iconify.pixmap: minimize-focus.xpm
window.iconify.unfocus.pixmap: minimize-unfocus.xpm
window.iconify.pressed.pixmap: minimize-pressed.xpm
!window.label.active: <texture type>
!window.label.active.textColor: <color>
!window.label.focus: <texture type>
!window.label.focus.color: <color>
!window.label.focus.colorTo: <color>
window.label.focus.pixmap: label-background.xpm
!window.label.unfocus: <texture type>
!window.label.unfocus.color: <color>
!window.label.unfocus.colorTo: <color>
window.label.unfocus.pixmap: label-background.xpm
window.label.focus.textColor: #dfd8c8
window.label.unfocus.textColor: #dfd8c8
window.maximize.pixmap: maximize-focus.xpm
window.maximize.unfocus.pixmap: maximize-unfocus.xpm
window.maximize.pressed.pixmap: maximize-pressed.xpm
window.shade.pixmap: shade-focus.xpm
window.shade.unfocus.pixmap: shade-unfocus.xpm
window.shade.pressed.pixmap: shade-pressed.xpm
window.stick.pixmap: stick-focus.xpm
window.stick.unfocus.pixmap: stick-unfocus.xpm
window.stick.pressed.pixmap: stick-pressed.xpm
window.stuck.pixmap: unstick-focus.xpm
window.stuck.unfocus.pixmap: unstick-unfocus.xpm
window.stuck.pressed.pixmap: unstick-pressed.xpm
!window.lhalf.pixmap: <filename>
!window.lhalf.unfocus.pixmap: <filename>
!window.rhalf.pixmap: <filename>
!window.rhalf.unfocus.pixmap: <filename>
window.title.focus: raised bevel1 gradient vertical
!window.title.focus.color: <color>
!window.title.focus.colorTo: <color>
window.title.focus.pixmap: title-background.xpm
window.title.unfocus: raised bevel1 gradient vertical
!window.title.unfocus.color: <color>
!window.title.unfocus.colorTo: <color>
window.title.unfocus.pixmap: title-background.xpm
window.unshade.pixmap: unshade-focus.xpm
window.unshade.unfocus.pixmap: unshade-unfocus.xpm
window.unshade.pressed.pixmap: unshade-pressed.xpm
! MENU OPTIONS
!-------------
menu.bevelWidth: 3
menu.borderColor: #333330
menu.borderWidth: 1
! bullet -> empty|square|triangle|diamond
menu.bullet: triangle
menu.bullet.position: right
menu.frame: raised bevel1 gradient horizontal
menu.frame.color: #3c3b37
menu.frame.colorTo: #59574e
menu.frame.disableColor: #858178
menu.frame.font: lucidasans-10
menu.frame.justify: left
!menu.frame.pixmap: <filename>
menu.frame.textColor: #D9D6C7
menu.hilite: flat gradient vertical
menu.hilite.color: #70AE6C
menu.hilite.colorTo: #3E613C
!menu.hilite.font: lucidasans-10
!menu.hilite.justify: <{left|center|right}>
!menu.hilite.pixmap: <filename>
menu.hilite.textColor: #ffffff
menu.itemHeight: 10
menu.title: raised bevel1 gradient Elliptic
menu.title.color: #3E613C
menu.title.colorTo: #3c3b37
menu.title.font: lucidasans-9
!menu.title.pixmap: <filename>
menu.title.textColor: #D9D6C7
menu.title.justify: center
menu.titleHeight: 11
menu.roundCorners: TopLeft TopRight
!menu.selected.pixmap: <filename>
!menu.sub!menu.pixmap: <filename>
!menu.unselected.pixmap: <filename>
! BACKGROUND
!-----------
!background: centered|aspect|tiled|fullscreen|random|solid|gradient <texture>|mod|none|unset
!background.pixmap: <file or directory>
!background.color: <color>
!background.colorTo: <color>
!background.modX: <integer>
!background.modY: <integer>
! SLIT (~ panel)
!---------------
!slit: <texture type>
!slit.color: <color>
!slit.colorTo: <color>
!slit.pixmap: <filename>
slit.borderWidth: 1
slit.borderColor: #262523
slit.bevelWidth: 2
! TOOLBAR OPTIONS
!----------------
toolbar.height: 20
!toolbar: <texture type>
!toolbar.color: <color>
!toolbar.colorTo: <color>
toolbar.pixmap: toolbar-background.xpm
toolbar.bevelWidth: 2
!toolbar.borderColor: #59574e
toolbar.borderWidth: 0
!toolbar.button.scale: <integer>
!toolbar.clock: <texture type>
!toolbar.clock.color: <color>
!toolbar.clock.colorTo: <color>
toolbar.clock.pixmap: label-background.xpm
!toolbar.clock.borderWidth: <integer>
!toolbar.clock.borderColor: <color>
toolbar.clock.font: lucidasans-10:bold
toolbar.clock.justify: Center
!toolbar.clock.textColor: <color>
toolbar.iconbar.focused: sunken gradient vertical
toolbar.iconbar.focused.color: #3c3b37
toolbar.iconbar.focused.colorTo: #3E613C
!toolbar.iconbar.focused.pixmap: <filename>
toolbar.iconbar.unfocused: raised gradient Pipecross
!toolbar.iconbar.unfocused.color: <color>
!toolbar.iconbar.unfocused.colorTo: <color>
!toolbar.iconbar.unfocused.pixmap: <filename>
!toolbar.iconbar.empty: <texture type>
!toolbar.iconbar.empty.color: <color>
!toolbar.iconbar.empty.colorTo: <color>
toolbar.iconbar.empty.pixmap: label-background.xpm
toolbar.iconbar.focused.borderWidth: 1
toolbar.iconbar.focused.borderColor: #3c3b37
toolbar.iconbar.unfocused.borderWidth: 1
toolbar.iconbar.unfocused.borderColor: #3c3b37
toolbar.iconbar.borderWidth: 0
!toolbar.iconbar.borderColor: #3c3b37
toolbar.iconbar.focused.font: lucidasans-10
!toolbar.iconbar.focused.justify: <{Left|Right|Center}>
!toolbar.iconbar.focused.textColor: <color>
toolbar.iconbar.unfocused.font: lucidasans-10
!toolbar.iconbar.unfocused.justify: <{Left|Right|Center}>
!toolbar.iconbar.unfocused.textColor: <color>
!toolbar.shaped: <boolean>
toolbar.workspace.font: lucidasans-10
!toolbar.workspace.justify: <{Left|Right|Center}>
!toolbar.workspace.textColor: <color>
!toolbar.workspace: <texture type>
!toolbar.workspace.borderWidth: <integer>
!toolbar.workspace.borderColor: <color>
!toolbar.workspace.color: <color>
!toolbar.workspace.colorTo: <color>
!toolbar.workspace.pixmap: <filename>
[begin]
[stick] (Stick / Pin)
[maximize] (Maximize)
[iconify] (Minimize)
[toggledecor] (Decorations)
[settitledialog]
[sendto]
[layer]
[alpha]
[extramenus]
[separator]
[close]
[end]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment