Page 138 of 142

Re: MX Fluxbox Screenshots

Posted: Mon Mar 10, 2025 3:54 pm
by Jerry3904
That's gorgeous.

Re: MX Fluxbox Screenshots

Posted: Tue Mar 18, 2025 10:17 pm
by i_ri
Hello JayM and Everyone
It is a Redbud day. In the pink, Cercis canadensis surrounds us.
Image
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"

$HOME/.idesktop/tool_id.lnk

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


Re: MX Fluxbox Screenshots

Posted: Fri Mar 21, 2025 4:02 am
by ceeslans
Taken shortly after systemboot; viewing Lake Tahoe's sundown in nightly sissy-pink.
fluxbox menu/toolbar style is 'rugosa' by @packrat (slightly modified)

Image

Re: MX Fluxbox Screenshots

Posted: Fri Mar 21, 2025 5:47 am
by Jerry3904
Both terrific looks!

Re: MX Fluxbox Screenshots

Posted: Fri Mar 21, 2025 11:13 am
by AVLinux
Another winner!

Re: MX Fluxbox Screenshots

Posted: Mon Apr 07, 2025 8:14 am
by ceeslans
Image ... yad galore!

Re: MX Fluxbox Screenshots

Posted: Mon Apr 07, 2025 8:45 am
by Jerry3904
Nice! The scrot one particularly interests me...

Re: MX Fluxbox Screenshots

Posted: Mon Apr 07, 2025 12:42 pm
by AVLinux
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

Posted: Wed Apr 16, 2025 2:15 am
by orcrist
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

Image
Hello, gorgeous theme. Would you mind sharing the Minimo fluxbox theme? It doesn't seem to be anywhere in the Internet.

Re: MX Fluxbox Screenshots

Posted: Wed Apr 16, 2025 8:22 am
by ceeslans
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.
@orcrist It's not found on the internet no, 'cos I never published the style :)

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.
Image

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