MX Fluxbox Screenshots
Re: MX Fluxbox Screenshots
That's gorgeous.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX Fluxbox Screenshots
Hello JayM and Everyone
It is a Redbud day. In the pink, Cercis canadensis surrounds us.

Pointer hover gumby idesk ToolTip
is printed from $HOME/.fluxbox/init session.screen0.toolbar.tools:
click on this idesk icon runs a command to update its own ToolTip
textual reminder map of the $HOME/.fluxbox/init toolbar Layout.
sample data idesk icon
$HOME/.ideskrc
set true, ToolTip.CaptionOnHover: true
$HOME/.fluxbox/scripts/toolbarIdregion
$HOME/.idesktop/tool_id.lnk
It is a Redbud day. In the pink, Cercis canadensis surrounds us.

Pointer hover gumby idesk ToolTip
is printed from $HOME/.fluxbox/init session.screen0.toolbar.tools:
click on this idesk icon runs a command to update its own ToolTip
textual reminder map of the $HOME/.fluxbox/init toolbar Layout.
sample data idesk icon
$HOME/.ideskrc
set true, ToolTip.CaptionOnHover: true
$HOME/.fluxbox/scripts/toolbarIdregion
Code: Select all
#!/bin/bash
joe="$(grep toolbar.tools ~/.fluxbox/init |cut -d: -f2)"
sed -i "s/.*ToolTip.Caption:.*/ ToolTip.Caption: $joe/" ~/.idesktop/tool_id.lnk
idesktoggle idesk refresh
xmessage -timeout 11 -nearmouse "$joe"
Code: Select all
table Icon
Caption: tool id
ToolTip.Caption: Layout
Icon: /usr/share/icons/mxflux.png
Width: 148
Height: 8
X: 12
Y: 1015
Command[0]: ideskrun $HOME/.fluxbox/scripts/toolbarIdregion
Command[1]: mx-idesktool tool_id.lnk
Command[2]: ideskmenu
end
You do not have the required permissions to view the files attached to this post.
Re: MX Fluxbox Screenshots
Taken shortly after systemboot; viewing Lake Tahoe's sundown in nightly sissy-pink.
fluxbox menu/toolbar style is 'rugosa' by @packrat (slightly modified)

fluxbox menu/toolbar style is 'rugosa' by @packrat (slightly modified)

Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Re: MX Fluxbox Screenshots
Both terrific looks!
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX Fluxbox Screenshots
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Re: MX Fluxbox Screenshots
Nice! The scrot one particularly interests me...
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX Fluxbox Screenshots
YAD is awesome! Cool stuff in the Screenshot! Even people with rudimentary scripting abilities (ie me) can manage to make useful utils and convenience features. Fortunately for us @Melber here is also a black belt YADmaster and when you see some of the BunsenLabs and LiliDog stuff it's pretty inspiring!
Re: MX Fluxbox Screenshots
Hello, gorgeous theme. Would you mind sharing the Minimo fluxbox theme? It doesn't seem to be anywhere in the Internet.ceeslans wrote: Mon Mar 10, 2025 3:28 pm fluxbox style+toolbar : Minimo
gtk2/3 theme: Shades-of-gray
conky: Sidebar Diagnostics v/2.0 with awesome icon glyphs
rofi-drun: archcraft-launcher
screenshooter: scrot-options (yad)
fetch: minimal ufetch
![]()
Re: MX Fluxbox Screenshots
@orcrist It's not found on the internet no, 'cos I never published the style :)orcrist wrote: Wed Apr 16, 2025 2:15 am>snip<
Would you mind sharing the Minimo fluxbox theme? It doesn't seem to be anywhere in the Internet.
Attached zip contains the ~/.fluxbox/styles/Minimo folder, with the theme.cfg and the required pixmaps for the rootmenu (the style basically uses Fluxbox' default min/max/close buttons). Of course, the toolbar is configured using colors matching the rootmenu and window decorations.
Two further observations:
- the style obviously only configures the native fluxbox toolbar - and NOT the (MXFB default) tint2 panel --> latter needs its own tint2rc .
- when applied on a more-or-less-vanilla MXFB fluxbox install, the toolbar will likely only show tasks, systray and time/date (see below screenshot).
All additional elements as shown in my March10 (Devuan) screenshot, will need to be added/configured in your ~/.fluxbox/init and ~/.fluxbox/overlay files.
I'm referring to items like:
- application menu button
- launcher buttons (file mgr | terminal | browser)
- workspace switcher
- logout|reboot|shutdown button
- hide|show desktop button
- toolbar spacers etc
Let me know if you need some further information or suggestions for such additional configuration.

EDIT: Sorry.... the 'theme.cfg' file in the zip is an older version - and not displaying the correct style colors in rootmenu.
Attached please find the updated zip
You do not have the required permissions to view the files attached to this post.
Last edited by ceeslans on Wed Apr 16, 2025 12:49 pm, edited 2 times in total.
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+