MX Fluxbox Screenshots
Re: MX Fluxbox Screenshots
Playing with @sleekmason's 'random wallpaper changer'.
The script allows 'random-setting' of wallpapers at a selected time interval.
Still finetuning it for use within my mxfb setup, setting up the keybinds for starting and exiting the script action, should be easy peasy.
...Fun!
The script allows 'random-setting' of wallpapers at a selected time interval.
Still finetuning it for use within my mxfb setup, setting up the keybinds for starting and exiting the script action, should be easy peasy.
...Fun!
You do not have the required permissions to view the files attached to this post.
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
Interesting for sure, thanks for the post.
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
Now with an alternative yad-script version, setting an icon in the systemtray.ceeslans wrote: Thu Mar 24, 2022 9:11 am Playing with @sleekmason's 'random wallpaper changer'.
The script allows 'random-setting' of wallpapers at a selected time interval.
Still finetuning it for use within my mxfb setup, setting up the keybinds for starting and exiting the script action, should be easy peasy.
...Fun!
Leftclicking the icon tells feh to randomly fast-flip through - and instantly set a background from the selected image folder.
Rightclicking invokes a menu, from where an interval time can be set for the random wallpaper changer.
Works a treat...
You do not have the required permissions to view the files attached to this post.
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
@@Jerry3904 forgot to put gtk-menu-images=1 in ~/.config/gtk-3.0/settings.ini in Flux respin.ceeslans wrote: Thu Mar 24, 2022 6:40 pmNow with an alternative yad-script version, setting an icon in the systemtray.ceeslans wrote: Thu Mar 24, 2022 9:11 am Playing with @sleekmason's 'random wallpaper changer'.
The script allows 'random-setting' of wallpapers at a selected time interval.
Still finetuning it for use within my mxfb setup, setting up the keybinds for starting and exiting the script action, should be easy peasy.
...Fun!
Leftclicking the icon tells feh to randomly fast-flip through - and instantly set a background from the selected image folder.
Rightclicking invokes a menu, from where an interval time can be set for the random wallpaper changer.
Works a treat...
That's why you couldn't see the icons in right click menu for the script to shuffle desktop backgrounds.
Code: Select all
cat ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-button-images=1
gtk-cursor-theme-name=breeze_cursors
gtk-fallback-icon-theme=gnome
gtk-font-name=Noto Sans 10
gtk-icon-theme-name=breeze
gtk-menu-images=1
gtk-primary-button-warps-slider=0
gtk-theme-name=Breeze
gtk-toolbar-style=GTK_TOOLBAR_ICONS
Re: MX Fluxbox Screenshots
Hey Misko, how nice to see you around! Not sure what you're talking about here, or why I would want to use breeze as theme, but I'll take a look.
What do you think of of the respin more generally...?
What do you think of of the respin more generally...?
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
Nice to know you are still here Jerry.
I haven't tried it yet. I think I had glimpse of it even before the release,
when that icon configuration script for iDesk, if I remember the name correct, was in the early alpha stage.
I haven't tried it yet. I think I had glimpse of it even before the release,
when that icon configuration script for iDesk, if I remember the name correct, was in the early alpha stage.
Re: MX Fluxbox Screenshots
Going for maximum desktop real estate. I've got three tint2 panels going. Far left is the apps panel, dead center is the transparent toolbar and far right is the systray. Up top is a simple conky with just enough info needed.


This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
Re: MX Fluxbox Screenshots
Well, it seems that you can enable/disable this 'gtk-menu-images=1' setting, by ticking the box for "show icons in menu" in the 'other' tab of lxappearance. It could well be that this setting is enabled by default in mx-fluxbox ...misko-2083 wrote: Sat Mar 26, 2022 12:13 pm @@Jerry3904 forgot to put gtk-menu-images=1 in ~/.config/gtk-3.0/settings.ini in Flux respin.
That's why you couldn't see the icons in right click menu for the script to shuffle desktop backgrounds.Code: Select all
cat ~/.config/gtk-3.0/settings.ini [Settings] gtk-button-images=1 gtk-cursor-theme-name=breeze_cursors gtk-fallback-icon-theme=gnome gtk-font-name=Noto Sans 10 gtk-icon-theme-name=breeze gtk-menu-images=1 gtk-primary-button-warps-slider=0 gtk-theme-name=Breeze gtk-toolbar-style=GTK_TOOLBAR_ICONS
Anyway, am pleased that the issue is now resolved for me: icons are showing up correctly in the yad-notification menu - as you can see in above screen grab
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
My simple-minded approach to a beautiful FB desktop using a NASA image and recoloring the rootMenu with the new "MX Comfort" tool from @Melber that is coming through today with mxfb-accessories.


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
That's good news! This is a really great tool.Jerry3904 wrote: Tue Mar 29, 2022 6:53 am the new "MX Comfort" tool from @Melber that is coming through today with mxfb-accessories.
Desktop PC: AMD Ryzen 5 5600 3.5GHz, MSI B550M PRO-VDH, 32GB RAM, Gigabyte RX 570. Laptop: MacBook Late 2008, Core2Duo 2.0GHz, 8GB RAM. Netbook: Asus EEEPC Intel Atom 1.6GHz, 2GB RAM. System: MX23 64bit/32bit Fluxbox.