Rapidweather
Group: Members
Posts: 375
Joined: Jan. 2004 |
|
Posted: July 28 2005,02:24 |
|
Look in ~/.fluxbox There you will find the "init" file, with lots of items that can be changed. Also, in ~/styles/ There will be a named file there, if you are using your own style file. I do, and named it Rapidweather (style). See my screenshots for examples of what can be done with Fluxbox. I run Fluxbox on my Knoppix remaster, but the general idea is the same for DSL. Here is the code for the Rapidweather style:
Code Sample | ! Title: Rapidweather style (Adapted from DSL Perfect Blue) ! A theme for the fluxbox window manager. ! For Rapidweather Remaster of Knoppix Linux, Beta 66. ! ! This style uses xft/fontconfig font names. ! ! ! **** Global Stuff ****
! None here
! **** Global Toolbar Stuff ****
toolbar*font: lucidasans-bold-14 toolbar*textColor: #FFFFFF
! **** Main Toolbar ****
toolbar: raised gradient pyramid
toolbar.color: #333366 toolbar.colorTo: #99CCCC
! **** Toolbar Workspace Label ****
toolbar.label: parentrelative
! **** Toolbar Window Label ****
toolbar.windowLabel: parentrelative
! **** Toolbar Clock ****
toolbar.clock: parentrelative
! **** Toolbar Button, Normal Status, Not Pressed In ****
toolbar.button: parentrelative toolbar.button.picColor: #FFFFFF
! **** Toolbar Button, Pressed In ****
toolbar.button.pressed: solid toolbar.button.pressed.color: #FF9933
! **** Toolbar Justification ****
toolbar.justify: center
! **** Global Menu Stuff ****
menu*textColor: #000000
! **** Menu Title ****
menu.title: raised gradient vertical menu.title.color: #FF9933 menu.title.colorTo: #FFCC99 menu.title.font: lucidasans-bold-14 menu.title.justify: center
! **** Menu Frame ****
menu.frame: raised gradient pyramid menu.frame.color: #333366 menu.frame.colorTo: #99CCCC ! menu.frame.disableColor: #000000 menu.frame.font: lucidasans-bold-14 menu.frame.textColor: #FFFFFF menu.frame.justify: left
! **** Menu Bullets ****
menu.bullet: diamond menu.bullet.position: right
! **** Menu Highlight ****
menu.hilite: raised gradient pyramid menu.hilite.color: #FF9933 menu.hilite.colorTo: #ffffff menu.hilite.textColor: #000000
! **** Global Window Stuff ****
! None here
! **** Title of Focused Window ****
window.title.focus: solid window.title.focus.color: #FFFFFF ! **** Title of Unfocused Window ****
window.title.unfocus: solid window.title.unfocus.color: #CCCCCC
! **** Label of Focused Window ****
window.label.focus: parentrelative window.label.focus.textColor: #000000
! **** Label of Unfocused Window ****
window.label.unfocus: parentrelative window.label.unfocus.textColor: #000000
! **** Focused Handle ****
window.handle.focus: solid window.handle.focus.color: #FFFFFF
! **** Unfocused Handle ****
window.handle.unfocus: solid window.handle.unfocus.color: #CCCCCC
! **** Focused Resize Grip ****
window.grip.focus: solid window.grip.focus.color: #FFFFFF
! **** Unfocused Resize Grip
window.grip.unfocus: solid window.grip.unfocus.color: #CCCCCC
! **** Buttons of Focused Window ****
window.button.focus: parentrelative window.button.focus.picColor: #000000
! **** Buttons of Unfocused Window ****
window.button.unfocus: parentrelative window.button.unfocus.picColor: #000000
! **** Window Button, Pressed In ****
window.button.pressed: solid window.button.pressed.color: #FF9933 ! **** Focused Window Frame ****
window.frame.focusColor: #ffffff
! **** Unfocused Window Frame ****
window.frame.unfocusColor: #CCCCCC
! **** Window Font ****
! window.font: lucidasans-bold-12
! **** Window Justification ****
window.justify: left
! **** Window Tab Font ****
window.tab.font: lucidasans-bold-12
! **** Background **** ! The default "rapidweather village" background is used, nothing needed here.
! Rapidweather style is a modified version of Perfect_Blue
|
---
-------------- Rapidweather Remaster of DSL: http://www.angelfire.com/ms/telegram/getting_started.html Rapidweather Remaster of Knoppix Linux: http://www.geocities.com/rapidweather/getting_started.html Screenshots: http://www.rapidweather.com/linuxcdsales.html
|