MX Fluxbox Screenshots

Help for MX Fluxbox
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
ceeslans
Posts: 811
Joined: Sun Apr 14, 2019 3:48 am

Re: MX Fluxbox Screenshots

#991 Post by ceeslans »

kobaian wrote: Sat Aug 12, 2023 11:19 am Perhaps this will be my final desktop for this summer.


Image

I really like the Matcha dark themes and I think it is a pity, there are no official repositiories for the themes, as it was in MX21.

I've also finally fixed the problem of translucent borders of Thunar, Firefox and terminal apps, that appears after lauching compton.
I've just added a line:

Code: Select all

window.borderWidth: 0
to the overlay file.
As always, an impressive and beautifully balanced desktop.
As to the translucent borders for terminal and firefox, I wonder what's causing this in fluxbox; it doesn't happen in other window managers, eg openbox.
And yes, eliminating the window borders is a clever workaround, but they look kinda naked without it --> and I really need a 2-3px border, for picom to display rounded corners in an acceptable way.
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+

User avatar
kobaian
Posts: 365
Joined: Fri Jan 03, 2020 5:49 am

Re: MX Fluxbox Screenshots

#992 Post by kobaian »

ceeslans wrote: Mon Aug 14, 2023 2:36 pm As always, an impressive and beautifully balanced desktop.
Thanks!
ceeslans wrote: Mon Aug 14, 2023 2:36 pm As to the translucent borders for terminal and firefox, I wonder what's causing this in fluxbox; it doesn't happen in other window managers, eg openbox.
And yes, eliminating the window borders is a clever workaround, but they look kinda naked without it --> and I really need a 2-3px border, for picom to display rounded corners in an acceptable way.
For some styles and themes this solution could work:

Code: Select all

window.borderWidth: 0
window.bevelWidth: 1
or

Code: Select all

window.borderWidth: 0
window.bevelWidth: 2
etc.
It doesn't work for that particular themes and styles I've just shown on my screenshot, but for some light themes I've tested it replaces the hidden borders successfully.
Desktop PC: Intel Core i5-4670K, Gigabyte H81M-S2PV, 16GB RAM, NVIDIA Quadro K2000. Laptop: MacBook Late 2008, Core2Duo 2.0GHz, 8GB RAM. Netbook: Asus EEEPC Intel Atom 1.6GHz, 2GB RAM. System: MX23 64bit/32bit Fluxbox.

User avatar
ceeslans
Posts: 811
Joined: Sun Apr 14, 2019 3:48 am

Re: MX Fluxbox Screenshots

#993 Post by ceeslans »

@kobaian thanks for feedback.
To get rid of those translucent borders on my system, I need to set window.borderWidth: 0.
But after changing shadow-radius/opacity/offset values in picom.conf, the compositor now creates a quasi-borderlike shadow around the windows.
Also, by increasing the window.bevelWidth value, the 'close' button is still in harmony with the rounded corner.
Will play a bit with these settings, trying them out on a number of suitable styles, but I think this will do nicely.

Image

ps: if you want to add some padding to terminal output (so it won't show up at pixel 1.1 of the terminal window), you can add this in ~/.config/gtk-3.0/gtk.css

Code: Select all

VteTerminal,
TerminalScreen,
vte-terminal {
    padding: 8px 8px 8px 8px;
    -VteTerminal-inner-border: 8px 8px 8px 8px;
}
Change the padding/border values to your own preferences
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+

User avatar
kobaian
Posts: 365
Joined: Fri Jan 03, 2020 5:49 am

Re: MX Fluxbox Screenshots

#994 Post by kobaian »

ceeslans wrote: Wed Aug 16, 2023 8:40 am ps: if you want to add some padding to terminal output (so it won't show up at pixel 1.1 of the terminal window), you can add this in ~/.config/gtk-3.0/gtk.css

Code: Select all

VteTerminal,
TerminalScreen,
vte-terminal {
    padding: 8px 8px 8px 8px;
    -VteTerminal-inner-border: 8px 8px 8px 8px;
}
Change the padding/border values to your own preferences
Thank you! It works well to me.
Desktop PC: Intel Core i5-4670K, Gigabyte H81M-S2PV, 16GB RAM, NVIDIA Quadro K2000. Laptop: MacBook Late 2008, Core2Duo 2.0GHz, 8GB RAM. Netbook: Asus EEEPC Intel Atom 1.6GHz, 2GB RAM. System: MX23 64bit/32bit Fluxbox.

User avatar
kobaian
Posts: 365
Joined: Fri Jan 03, 2020 5:49 am

Re: MX Fluxbox Screenshots

#995 Post by kobaian »

@ceeslans
More investigations from me about the window borders:
If the window bevel looks bad with the current fluxbox-style,
e.g. like that:

Image

you need to add also these two parameters:

Code: Select all

window.title.focus.color: <desired color-value>
window.title.unfocus.color: <desired color-value>
---

I like your tint2 panel configuration. Can you share the scripts you use for memory and temperature executors, please?
Desktop PC: Intel Core i5-4670K, Gigabyte H81M-S2PV, 16GB RAM, NVIDIA Quadro K2000. Laptop: MacBook Late 2008, Core2Duo 2.0GHz, 8GB RAM. Netbook: Asus EEEPC Intel Atom 1.6GHz, 2GB RAM. System: MX23 64bit/32bit Fluxbox.

User avatar
ceeslans
Posts: 811
Joined: Sun Apr 14, 2019 3:48 am

Re: MX Fluxbox Screenshots

#996 Post by ceeslans »

More investigations from me about the window borders:
If the window bevel looks bad with the current fluxbox-style, >...< you need to add also these two parameters:

Code: Select all

window.title.focus.color: <desired color-value>
window.title.unfocus.color: <desired color-value>
Yeah, already at that... I don't maintain many styles anymore, only using neutral styles - none of which use window pixmaps (only fluxbox generic buttons).
>...<
I like your tint2 panel configuration. Can you share the scripts you use for memory and temperature executors, please?
Sure! attached an archive with battery & cpu & memory executors. The ones that have a -txt extension, all use the iconfont.
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+

User avatar
kobaian
Posts: 365
Joined: Fri Jan 03, 2020 5:49 am

Re: MX Fluxbox Screenshots

#997 Post by kobaian »

ceeslans wrote: Thu Aug 17, 2023 7:07 am Sure! attached an archive with battery & cpu & memory executors. The ones that have a -txt extension, all use the iconfont.
Thank you very much! Really nice executors!
Here's my current "meter-bar" after some modifications, with my rofi-weather-widget:

Image
Desktop PC: Intel Core i5-4670K, Gigabyte H81M-S2PV, 16GB RAM, NVIDIA Quadro K2000. Laptop: MacBook Late 2008, Core2Duo 2.0GHz, 8GB RAM. Netbook: Asus EEEPC Intel Atom 1.6GHz, 2GB RAM. System: MX23 64bit/32bit Fluxbox.

User avatar
ceeslans
Posts: 811
Joined: Sun Apr 14, 2019 3:48 am

Re: MX Fluxbox Screenshots

#998 Post by ceeslans »

[searching for the like button] where's the like button... [ain't there]
@kobaian: looks great!
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+

User avatar
richb
Administrator
Posts: 10844
Joined: Wed Jul 12, 2006 2:17 pm

Re: MX Fluxbox Screenshots

#999 Post by richb »

ceeslans wrote: Thu Aug 17, 2023 10:44 am [searching for the like button] where's the like button... [ain't there]
@kobaian: looks great!
This is not Facebook. Just post you like it. Which you already did.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
Melber
Developer
Posts: 1197
Joined: Tue Mar 23, 2021 4:19 pm

Re: MX Fluxbox Screenshots

#1000 Post by Melber »

First fiddlings with mxfb 23.
I am really liking the Materia gtk theme at the moment, so took that as inspiration for a flat look.

Image

Post Reply

Return to “MX Fluxbox Official Release”