Code: Select all
[submenu] (Wallpapers)
[wallpapers] (/stuff/wallpaper) {fbsetbg -f}
[end]Code: Select all
$full|/usr/wallpaper/Gentoo Lightning|:0
$full|/usr/wallpaper/Infinity|:0.0ROX-Filer is just a file manager and it's seperate from the rest of ROX. It's by far the lowest resource file manager I've seen outside of terminal apps like mc.Nemein wrote:I'm currently using Fluxbox and have been loving it since day one. A question I would like to ask you all is what file manager seems to be the lighest in terms of usage of system resources that can be put into function harmoniously with fluxbox? I've taken a brief look at ROX and Evidence and ROX seems to be a bit more than a filemanager (more like a WM itself) and what I'm just looking for is a slim, good-looking and fully functional file manager for Flux. What would you guys suggest?
Thanks, just was I was looking for... I remembered this from last time I used fluxbox (~2 months ago), but couldn't remember the format, and "man fluxbox" didn't help much...Arainach wrote:OK, I need some help here. I love the Auto-select wallpaper menu. For reference, here's the syntax from my menu:Now, I can change backgrounds just fine.Code: Select all
[submenu] (Wallpapers) [wallpapers] (/stuff/wallpaper) {fbsetbg -f} [end]
Code: Select all
[submenu] (backgrounds)
[submenu] (anime)
[submenu] (ecchi)
[wallpapers] (~/.fluxbox/backgrounds/anime/ecchi/) {fbsetbg -f}
[end]
[submenu] (chobits)
[wallpapers] (~/.fluxbox/backgrounds/anime/chobits/) {fbsetbg -f}
[end]
[wallpapers] (~/.fluxbox/backgrounds/anime/) {fbsetbg -f}
[end]
[submenu] (linux)
[wallpapers] (~/.fluxbox/backgrounds/linux/) {fbsetbg -f}
[end]
[submenu] (backdrops)
[wallpapers] (~/.fluxbox/backgrounds/backdrops/) {fbsetbg -f}
[end]
[wallpapers] (~/.fluxbox/backgrounds/) {fbsetbg -f}
[end]ROX-Filer isn't seperate from the rest of ROX. the pinboard and panel are run by the same executable, just with different switches. i used to run the pinboard with openbox, but it has a long ways to go. the filer is pro tho.Morbo wrote:ROX-Filer is just a file manager and it's seperate from the rest of ROX. It's by far the lowest resource file manager I've seen outside of terminal apps like mc.
Code: Select all
root@z10n # emerge genlop
root@z10n # nano -w .torsmorc
...
${execi 30 genlop -c | grep /}
...Code: Select all
root@z10n # emerge unmerge eterm
root@z10n # emerge feh
...and recommendably:
root@z10n # emerge atermCode: Select all
FILE: ~/.fluxbox/menu
...
[submenu] (wallpapers)
[exec] (random) {feh -r --bg-scale ~/.fluxbox/backgrounds/}
[wallpapers] (~/.fluxbox/backgrounds/) {feh --bg-scale}
[end]
...
Code: Select all
FILE: ~/.fluxbox/init
...
session.screen0.rootCommand: feh -r --bg-scale ~/.fluxbox/backgrounds/
...
i like it.novalis wrote:I also felt in love with fluxbox and so I created a little configuration tool, that makes the configuration of flux easy.
http://www.makoe.com/fluxbox
Perhaps it helps to raise the popularity of flux
Code: Select all
echo "########################################"
echo "# This script will install FluxCenter. #"
echo "# (Please run as root) #"
echo "########################################"
mkdir -p /usr/share/fluxcenter/libI tried this, it's pretty nice, what caught my eye was the cpu temp guage, but for soem reason mines not registereing any cpu temps.. is there soemthing i need to set in the kernel or another module to load?vla_do wrote:http://torsmo.sourceforge.net/Code: Select all
emerge torsmo
Code: Select all
rox --pinboard=Default &Code: Select all
root@box # emerge feh
user@box $ feh --bg-scale ~/pics/whatever.jpg
Code: Select all
exec `cat ~/.fehbg` &
You can read the ACPI info - herefore you have to enable ACPI in your kernelMandr4ke wrote:I tried this, it's pretty nice, what caught my eye was the cpu temp guage, but for soem reason mines not registereing any cpu temps.. is there soemthing i need to set in the kernel or another module to load?vla_do wrote:http://torsmo.sourceforge.net/Code: Select all
emerge torsmo
Thanks
Code: Select all
CONFIG_ACPI=y
CONFIG_ACPI_THERMAL=yCode: Select all
Temp: ${color}${acpitemp}°${color black}There is a file called ~/.fluxbox/apps which stores the dimensions of windows according to the app name. For example,dirtyepic wrote:maybe another fluxboxer can help solve my biggest annoyance.
is there any way to turn off window grouping? not tabbing, but like when you open, say, the preferences panel in firefox, it always opens with the dimensions of the main window. i know it's probably due to the remember option matching the subwindow, but is there any way of stopping it?
Code: Select all
[app] (Gecko)
[Dimensions] {1015 779}
[Position] {0 18}
[end]Code: Select all
...
session.screen0.toolbar.placement: BottomRight
...
session.screen0.toolbar.tools: workspacename
session.screen0.toolbar.layer: AboveDock
session.screen0.toolbar.widthPercent: 4
...
session.screen0.workspaceNames: one,two,three,four,five,six,seven,eight,nine,ten,eleven,twelve
session.screen0.workspaces: 12
...Code: Select all
[exec] (Configure fluxbox menu) {gedit ~/.fluxbox/menu}