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
siamhie
Global Moderator
Posts: 3217
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#1021 Post by siamhie »

AVLinux wrote: Wed Aug 23, 2023 1:18 pm
siamhie wrote: Wed Aug 23, 2023 12:37 pm New release. New desktop.

Created a horizontal conky and moved the tint2 toolbar below it. Changed the MX logo for the rofi app finder to a fluxbox logo I found here (http://www.fluxbox.org/files/propaganda/).

Added icons to my menus this time around using the <'icon'> variable (except for the System sub menu which gets over written after updates).
Nice, lots of TLC! Haha looks like we have the same Video card (or close anyway)...

Thanks. We do have similar cards. I recall your thread for GPU recommendations and I believe you settled on the RX 6750 XT card.
I looked at Powercolor's 6750 XT cards and they were $100 more than their 6700 XT cards for a minimal increase in performance.
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.

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

Re: MX Fluxbox Screenshots

#1022 Post by kobaian »

Let's make MX-Comfort a little bit more comfortable for my eyes.

First step: fixing the colors of the sidebar in Thunar:

Image

Code: Select all

.thunar .sidebar .view { background-color: #DEDFE3; 
}
.thunar .sidebar .view:hover { background-color: #B5BABC; 
}
.thunar .sidebar .view:selected { background-color: #0F56D9; 
}
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
siamhie
Global Moderator
Posts: 3217
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#1023 Post by siamhie »

Jerry3904 wrote: Wed Aug 23, 2023 12:41 pmLooks great!
Thanks @Jerry3904. I copied all the icons needed from /usr/share/icons and converted them from svg to png and backed them up to my spare drive for future use.
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.

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

Re: MX Fluxbox Screenshots

#1024 Post by Melber »

kobaian wrote: Wed Aug 23, 2023 3:46 pm Let's make MX-Comfort a little bit more comfortable for my eyes.

First step: fixing the colors of the sidebar in Thunar:

Code: Select all

.thunar .sidebar .view { background-color: #DEDFE3; 
}
.thunar .sidebar .view:hover { background-color: #B5BABC; 
}
.thunar .sidebar .view:selected { background-color: #0F56D9; 
}
@kobaian
You can also change the dropdown menu highlight colour with

Code: Select all

.thunar menuitem:hover {background: #B5BABC;}

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

Re: MX Fluxbox Screenshots

#1025 Post by ceeslans »

Finally transferred some of my MX21 conkys to MX23. Rather dark desktop, likely preparing for autumn.

Image
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

#1026 Post by kobaian »

Melber wrote: Wed Aug 23, 2023 4:20 pm @kobaian
You can also change the dropdown menu highlight colour with

Code: Select all

.thunar menuitem:hover {background: #B5BABC;}
That's a useful trick! Thanks!
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
AVLinux
Posts: 2922
Joined: Wed Jul 15, 2020 1:15 am

Re: MX Fluxbox Screenshots

#1027 Post by AVLinux »

Haha!

How do you MX-FB guys get anything done? Either the Desktop is so beautiful you don't want to cover it up with applications or you're too busy tweaking the DE configs to get any work done! :p :happy:

User avatar
siamhie
Global Moderator
Posts: 3217
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#1028 Post by siamhie »

AVLinux wrote: Wed Aug 23, 2023 6:53 pm Haha!

How do you MX-FB guys get anything done? Either the Desktop is so beautiful you don't want to cover it up with applications or you're too busy tweaking the DE configs to get any work done! :p :happy:

@AVLinux When you start poking around under the hood and see what you can do with the desktop, it gets addicting and you can't leave it well alone. :smiley2:

There's been times I've been out and about and I'll think of something new I want to try out. :laugh:
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.

User avatar
siamhie
Global Moderator
Posts: 3217
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#1029 Post by siamhie »

Melber wrote: Wed Aug 23, 2023 4:20 pm
kobaian wrote: Wed Aug 23, 2023 3:46 pm Let's make MX-Comfort a little bit more comfortable for my eyes.

First step: fixing the colors of the sidebar in Thunar:

Code: Select all

.thunar .sidebar .view { background-color: #DEDFE3; 
}
.thunar .sidebar .view:hover { background-color: #B5BABC; 
}
.thunar .sidebar .view:selected { background-color: #0F56D9; 
}
@kobaian
You can also change the dropdown menu highlight colour with

Code: Select all

.thunar menuitem:hover {background: #B5BABC;}

@kobaian @Melber Which file is being edited?
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.

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

Re: MX Fluxbox Screenshots

#1030 Post by Melber »

siamhie wrote: Wed Aug 23, 2023 8:27 pm @kobaian @Melber Which file is being edited?
I use ~/.config/gtk-3.0/gtk.css
File needs to be created.
Works like the fluxbox overlay file in that it overrides theme settings.
Entries can be commented out with a forward slash.

Or are you editing the theme directly @kobaian ?
(and if anyone knows how to change the menu radio and check buttons in thunar, please share. Just editing the colours in the svg files doesn't work.)

Post Reply

Return to “MX Fluxbox Official Release”