modifying DSL desktopForum: X and Fluxbox Topic: modifying DSL desktop started by: ewok Posted by ewok on May 27 2006,02:55
HiJust got some questions about the DSL desktop: how do you modify the system monitor in the top right of the screen? how can you get rid of the boxes that show multiple desktops? and how can you make windows to not cover the toolbar when they are maximised and how can you keep the toolbar always on top? thanks Posted by kerry on May 27 2006,04:21
#1. "how do you modify the system monitor in the top right of the screen?"the file is called .torsmorc its a hidden file in your home directory, you make most of the changes in the bottom half. #2. "how can you get rid of the boxes that show multiple desktops?" you need to comment(#) out the line in .initrc.-> fluxter &>/dev/null & you could also put it in the dock instead by changing it to this -> fluxter -w &>/dev/null & remove it completly by changing to this-> #fluxter &>/dev/null & #3. "how can you make windows to not cover the toolbar" rightclick desktop>desktop> configuration>unclick the full maximization #4. "how can you keep the toolbar always on top?" same place as #3 Posted by ewok on May 27 2006,04:29
thanks alot
Posted by kerry on May 27 2006,04:53
Let me know if there somthing in peticular you want a how to on, i've gotten pretty good at changing the look's-> < http://img139.imageshack.us/img139/3741/modified9pg.png >this is my current desktop. Posted by pr0f3550r on May 27 2006,12:00
cool, how did you do that? Look pretty much like fwvm.
Posted by kerry on May 27 2006,16:39
Are talking about the toolbar? I just changed the line in /.fluxbox/init to this-> session.screen0.toolbar.tools: iconbar, systemtray, clock Posted by desnotes on May 27 2006,17:32
What style are you using? How did you remove the Workspaces frm the toolbar and then move the workspace boxes to the right middle? That is adecent rendition of Fluxbox and I usually hate using Fluxbox.desNotes Posted by kerry on May 27 2006,21:09
The style i'm using is called "Xbox" . The workspace name is removed by changing the line in .fluxbox/init to "session.screen0.toolbar.tools: iconbar, systemtray, clock". The boxes are moved to the dock by changing the line in .xinitrc to read like this "fluxter -w &>/dev/null &". Right click the dock and choose placement right center.Here's the Xbox style with the original background-> < http://img45.imageshack.us/img45/135/desk4kd.png > Here's the background you can right click and save as -> < http://img45.imageshack.us/img45/720/fluxbox1dz.png > Here's the style you can copy and paste to a empty text document-> style.name: fluXbox style.author: edited by style.date: style.comments: toolbar.borderWidth: 3 toolbar: raised bevel gradient vertical toolbar.color: #525252 toolbar.colorTo: #1e1e1e toolbar.justify: center toolbar.textcolor: #77c21d toolbar.shaped: TRUE toolbar.button: raised bevel gradient vertical toolbar.button.color: #bddb01 toolbar.button.colorTo: #1f6612 toolbar.button.picColor: #000000 toolbar.button.pressed: sunken bevel gradient vertical toolbar.button.pressed.color: #1e1e1e toolbar.button.pressed.colorTo: #525252 toolbar.clock: raised bevel gradient vertical toolbar.clock.color: #525252 toolbar.clock.colorTo: #1e1e1e toolbar.clock.textColor: #77c21d toolbar.label: raised bevel gradient vertical toolbar.label.color: #525252 toolbar.label.colorTo: #1e1e1e toolbar.label.textColor: #77c21d toolbar.windowLabel: raised bevel gradient vertical toolbar.windowLabel.color: #525252 toolbar.windowLabel.colorTo: #1e1e1e toolbar.windowLabel.textColor: #77c21d menu.title: raised bevel gradient vertical menu.title.color: #525252 menu.title.colorTo: #1e1e1e menu.title.textColor: #77c21d menu.title.justify: center menu.frame: raised bevel gradient vertical menu.frame.color: #1e1e1e menu.frame.colorTo: #525252 menu.frame.textColor: #77c21d menu.frame.justify: left menu.hilite: raised bevel gradient vertical menu.hilite.color: #bddb01 menu.hilite.colorTo: #1e1e1e menu.hilite.textColor: #000000 menu.roundCorners: topleft topright bottomright bottomleft menu.bullet: triangle menu.bullet.position: right window.justify: center window.title.height: 24 window.title.focus: raised bevel gradient vertical window.title.focus.color: #525252 window.title.focus.colorTo: #1e1e1e window.title.unfocus: raised bevel gradient vertical window.title.unfocus.color: #525252 window.title.unfocus.colorTo: #1e1e1e window.label.focus: raised bevel gradient vertical window.label.focus.color: #bddb01 window.label.focus.colorTo: #1f6612 window.label.focus.textColor: #000000 window.label.unfocus: sunken bevel gradient vertical window.label.unfocus.color: #2e2e2e window.label.unfocus.colorTo: #616161 window.label.unfocus.textColor: #77c21d window.button.focus: raised bevel gradient vertical window.button.focus.color: #616161 window.button.focus.colorTo: #2e2e2e window.button.focus.picColor: #77c21d window.button.unfocus: raised bevel gradient vertical window.button.unfocus.color: #616161 window.button.unfocus.colorTo: #2e2e2e window.button.unfocus.picColor: #77c21d window.button.pressed: sunken bevel gradient vertical window.button.pressed.color: #1e1e1e window.button.pressed.colorTo: #525252 window.frame.focusColor: #1e1e1e window.frame.unfocusColor: #525252 window.handleWidth: 8 window.handle.focus: raised bevel gradient vertical window.handle.focus.color: #616161 window.handle.focus.colorTo: #2e2e2e window.handle.unfocus: raised bevel gradient vertical window.handle.unfocus.color: #616161 window.handle.unfocus.colorTo: #2e2e2e window.grip.focus: raised bevel gradient vertical window.grip.focus.color: #bddb01 window.grip.focus.colorTo: #1f6612 window.grip.unfocus: raised bevel gradient vertical window.grip.unfocus.color: #525252 window.grip.unfocus.colorTo: #1e1e1e borderColor: #2e2e2e window.roundCorners: TopRight TopLeft BottomRight BottomLeft bevelWidth: 4 borderWidth: 1 handleWidth: 5 *Font: -*-helvetica-*-r-*-*-12-*-*-*-*-*-*-* rootCommand: xsri --scale-width=100 --scale-height=100 ~/.fluxbox/backgrounds/fluXBOX.png |