MX Fluxbox Screenshots
Re: MX Fluxbox Screenshots
display0.rasi
display1.rasi
Then, of course, we will need to modify the @import codes in the default config.rasi.
display1.rasi
Then, of course, we will need to modify the @import codes in the default config.rasi.
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

fluxbox, fbpanel, idesk, MX 21,
WMtheme: mx-comfort-m, theme: Matcha-light-aliz, icons: nuoveXT2
The Welcome icon is mxfb-settings.

fluxbox, fbpanel, idesk, MX 21,
WMtheme: mx-comfort-m, theme: Matcha-light-aliz, icons: nuoveXT2
The Welcome icon is mxfb-settings.
You do not have the required permissions to view the files attached to this post.
Re: MX Fluxbox Screenshots
@i_ri : thanks for sharing your desktop and configuration info
which application are you using as dropdown-menu from fbpanel? is that jgmenu?
which application are you using as dropdown-menu from fbpanel? is that jgmenu?
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
fbpanel feature menu. Can build edit.
You do not have the required permissions to view the files attached to this post.
Re: MX Fluxbox Screenshots
Winter has come to Poland (snowing, -12*C) bringing a solution for sorting rofi drun by categories.



Wanna try it with your rofi?
Just create a categories file in your ~/.config/rofi folder. Here's the content:
Edit the modi line your config.rasi file like that:
You can of course edit this code, translate the category-names to your native language or add the Awesome icons to it, change the display-drun names etc for the better effect.



Wanna try it with your rofi?
Just create a categories file in your ~/.config/rofi folder. Here's the content:
Code: Select all
#! /bin/bash
if [ x"$@" = x"Accessories" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "Utility,Accessories" -display-drun Accessories
fi
if [ x"$@" = x"Office" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "Office,TextEditor" -display-drun Office
fi
if [ x"$@" = x"Graphics" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "Graphics,Image,Photo" -display-drun Graphics
fi
if [ x"$@" = x"Games" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "Game" -display-drun Games
fi
if [ x"$@" = x"Internet" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "Network,WebBrowser" -display-drun Internet
fi
if [ x"$@" = x"Multimedia" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "Music,Sound,Video,Audio,AudioVideo,Multimedia" -display-drun Multimedia
fi
if [ x"$@" = x"MX-Tools" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "MX-Setup,MX-Maintenance,MX-Software,MX-Utilities,MX-Live" -display-drun MX-Tools
fi
if [ x"$@" = x"Settings" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "Settings" -display-drun Settings
fi
if [ x"$@" = x"Development" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "Development,TerminalEmulator" -display-drun Development
fi
if [ x"$@" = x"System" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "System" -display-drun System
fi
if [ x"$@" = x"ALL APPS" ];
then
killall rofi
sleep 0.25
rofi -show drun -drun-categories "" -display-drun drun
fi
echo "ALL APPS"
echo "Accessories"
echo "Development"
echo "Graphics"
echo "Games"
echo "Internet"
echo "Multimedia"
echo "MX-Tools"
echo "Office"
echo "Settings"
echo "System"
Code: Select all
modi: "drun,categories:~/.config/rofi/categories"
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.
Re: MX Fluxbox Screenshots
Cool. Very cool...
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
Truly awesome.
If it's such serious winter in Poland, I don't even want to think about your poor neighbors to the East.
If it's such serious winter in Poland, I don't even want to think about your poor neighbors to the East.
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
A typical day in December in the lowland in Poland is about +2* or 0*C with only a little bit snow. But sometimes we've got a couple of winter days. The photo was taken last year in mountains (there is always a little bit colder), there were 3 or 5 days in December of a real winter with -15*C but January and February was rather warm without any snow at all. I think after a couple of days the winter and snow will be over.Jerry3904 wrote: Wed Dec 14, 2022 5:23 am Truly awesome.
If it's such serious winter in Poland, I don't even want to think about your poor neighbors to the East.
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.
Re: MX Fluxbox Screenshots
Hello JayM

hello ceeslans, the fbpanel menu is flexible; it takes commands. six of the example entries are not .desktop files.
Application systemmenu is menu. With xfce panel on, the mx menu editor add entry+, turn off xfce panel, turn on fbpanel, there is the added+entry in fbpanel application systmmenu and in Applications Finder menu.
sample: featherpad as a launcher is not on the launchbar, so add to menu. moving apps to a submenu. custom toolbox is the most.list example of favorites, load yours. There is talk of rofi, so it is on the example menu. End session is exit-options.
Modified window menu with right-click on taskbar tab.
On fluxbox i use right-click and middle-click for everything. fbrun too. everything starts with rootmenu.
Just showing things of interest, variety, because my fluxbox desktop is just too empty to be interesting.
i run system tray and notifications in a xfce panel that there is not need to turn on in fluxbox. no tint2. i must watch that [single]systray situation with tint2 and fbpanel tray and xfcepanel and fluxbox systemtray.
MX has a lot of tools and choices.

hello ceeslans, the fbpanel menu is flexible; it takes commands. six of the example entries are not .desktop files.
Application systemmenu is menu. With xfce panel on, the mx menu editor add entry+, turn off xfce panel, turn on fbpanel, there is the added+entry in fbpanel application systmmenu and in Applications Finder menu.
sample: featherpad as a launcher is not on the launchbar, so add to menu. moving apps to a submenu. custom toolbox is the most.list example of favorites, load yours. There is talk of rofi, so it is on the example menu. End session is exit-options.
Modified window menu with right-click on taskbar tab.
On fluxbox i use right-click and middle-click for everything. fbrun too. everything starts with rootmenu.
Just showing things of interest, variety, because my fluxbox desktop is just too empty to be interesting.
i run system tray and notifications in a xfce panel that there is not need to turn on in fluxbox. no tint2. i must watch that [single]systray situation with tint2 and fbpanel tray and xfcepanel and fluxbox systemtray.
MX has a lot of tools and choices.