!********************************************************************** !** fluxter.bb: Style file for fluxter when using Blackbox ** !********************************************************************** ! ** auto reconfigure when config-file has changed ** !fluxter.autoConfig: False ! ** number of seconds between checks ** !fluxter.autoConfig.checkTimeout: 10 !** position of fluxter window ** fluxter.position: -160+0 !** width and height of the pagers model of the desktop windows ** fluxter.desktop.width: 40 fluxter.desktop.height: 30 !** define the number of columns, the number of row will grow as !** desktops are added (vertical orientation) !fluxter.columns: 1 !** define the number of rows, the number of columns will grow as !** desktops are added (horizontal orientation) !fluxter.rows: 1 !** fluxter on top of other windows ** fluxter.raised: True !** set the window docus style none, border or texture !fluxter.window.focusStyle: texture !**define focused desktop style none, border or texture !fluxter.desktop.focusStyle: border !** focused desktop !fluxter.desktop.focus: Raised Gradient Vertical Bevel1 !fluxter.desktop.focus.color: darkslategrey !fluxter.desktop.focus.colorTo: slategrey !** change mouse button action, !** button 1 = left mouse button, 2 middle, 3 right etc. !** you can define mutiple functions to a mouse button, like raise & focus !fluxter.desktopChangeButton: 2 !fluxter.windowMoveButton: 1 !fluxter.windowFocusButton: 3 !fluxter.windowRaiseButton: 3 ! ************************************************************* ! ** By default the values below this point are taken from ** ! ** the Blackbox style. ** ! ** If you want to override something just uncomment it ** ! ** and change the value ** ! ************************************************************* !** set bevelwidth !fluxter.bevelWidth: 4 !** define frame style ** fluxter.frame: Flat Bevel1 fluxter.frame.color: #000000 fluxter.frame.colorTo: #000000 !** define pager-desktop window style ** fluxter.desktop: Flat Bevel1 fluxter.desktop.color: #000000 fluxter.desktop.colorTo: #000000 !** define pager-window style ** fluxter.window: Flat Bevel1 fluxter.window.color: #dddccd fluxter.window.colorTo: #000000 !** define pager-window style ** fluxter.window.focus: Flat Bevel1 fluxter.window.focus.color: rgb:c/9/6 fluxter.window.focus.colorTo: rgb:8/6/4 !fluxter.active.window.borderColor: lightgrey !fluxter.inactive.window.borderColor: black !fluxter.active.desktop.borderColor: lightgrey !** background changes ** !fluxter.workspace0.rootCommand: bsetroot -solid red !fluxter.workspace1.rootCommand: bsetroot -solid green !fluxter.workspace2.rootCommand: bsetroot -solid blue !fluxter.workspace3.rootCommand: bsetroot -solid yellow