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
Melber
Developer
Posts: 1197
Joined: Tue Mar 23, 2021 4:19 pm

Re: MX Fluxbox Screenshots

#1041 Post by Melber »

Oh man @kobaian,
I managed to convince Jerry to banish those brushed metal icons from exit-options and then you come along with a brushed metal desktop...All hail pancake UI's.

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

Re: MX Fluxbox Screenshots

#1042 Post by kobaian »

Melber wrote: Fri Aug 25, 2023 10:02 am Oh man @kobaian,
I managed to convince Jerry to banish those brushed metal icons from exit-options and then you come along with a brushed metal desktop...All hail pancake UI's.
This retro-theme match the aluminum case of my machine very well. I didn't like the icons together with MX-Comfort, but I like them together with some retro styles like this one: https://www.pling.com/p/1016687 . It is a pity, that it is rather easy to find a good retro gtk2-theme, but it is so hard to find a matching retro gtk3-theme... That's why I prefer mostly modern themes, but for that particular macbook I make an exemption. ;)
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: 3216
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#1043 Post by siamhie »

AVLinux wrote: Fri Aug 25, 2023 9:51 am It's a funny thing that back when computers were so limited for CPU (and GPU) power the GUI's were so rich and image heavy with depth, now we all have blazing fast CPU/GPU/memory and the UX world is flat as a pancake..

I sure miss the icons from yesteryear.

kde1.png
You do not have the required permissions to view the files attached to this post.
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: 3216
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#1044 Post by siamhie »

tequila wrote: Thu Aug 24, 2023 3:24 pm
siamhie wrote: Thu Aug 24, 2023 2:13 pm
Melber wrote: Thu Aug 24, 2023 5:26 am (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.)

@Melber I've gotten as far as blacking everything out so far. Still more to learn.


thunar.png
I found something, is that what you mean?

Code: Select all

menuitem:hover {background: #6d7578;}
.thunar menuitem { background-color:  #ff66ff; }
menuitem { background-color:  #ff66ff; }

@tequila That seems to work for me.

Code: Select all

.thunar .standard-view .view { background-color: #000000; }
.thunar .standard-view .view:selected { background-color: #0F56D9; }
.thunar .sidebar .view { background-color: #000000; }
.thunar .sidebar .view:selected { background-color: #0F56D9; }
.thunar toolbar, .thunar toolbar entry  { background-color: #000000; }
.thunar menubar, .thunar menubar entry  { background-color: #000000; }
.thunar menuitem { background-color:  #0F56D9; }
blacknblue.png
You do not have the required permissions to view the files attached to this post.
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
AVLinux
Posts: 2922
Joined: Wed Jul 15, 2020 1:15 am

Re: MX Fluxbox Screenshots

#1045 Post by AVLinux »

It's funny I don't really have a preference, I love a good simple flat theme like @Melber when all of the attributes pull together cohesively, but I also love the Enlightenment 'Dark' theme on some of my installs where it is very textured and skeumorphic but all fits togther so well with so much attention to detail. I agree with @kobaian that sometime the machine and it's purpose kind of dictate what the theme should look like.

It is sad that GTK3/4 themes don't have some variety of choice and that there are virtually no icon sets that are remotely 3D looking (as @siamhie said) For me it's not so much the old style of the icons, just that they are more dimensional. I would say of modern themes, Faenza and Evolvere are the best options but they are also 90% flat..

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

Re: MX Fluxbox Screenshots

#1046 Post by Melber »

Melber wrote: Thu Aug 24, 2023 5:26 am ...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.
@tequila thanks for the suggestions, not quite what I was looking for.
What I meant were the little tick and circle icons in the drop down menus.
I think I've got it now

Code: Select all

.thunar radio:checked {-gtk-icon-source: -gtk-scaled(url("assets/radio-checked.svg")) }

.thunar check:checked {-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.svg")) }
The colours in the referenced svg's have been edited.
Non MX-Comfort themes sometimes use different file names or png instead of svg.

230825-thunar.png
You do not have the required permissions to view the files attached to this post.

tequila
Posts: 34
Joined: Thu Dec 31, 2020 6:42 am

Re: MX Fluxbox Screenshots

#1047 Post by tequila »

I had some fun, the result:~/.config/gtk-3.0/gtk.css

Code: Select all

.thunar menuitem:hover {background: #5c5a57;}
.thunar menuitem { background-color:  #00e6ac; }
.thunar menuitem { padding-top: 0px; padding-bottom: 0px; }
/*would like to reduce the line spacing of my context menu*/
menuitem { padding-top: 0px; padding-bottom: 0px; }
menuitem:hover {background: #6d7578;}
menuitem { background-color: #00ccff; }
/* sidebar */
.thunar .sidebar .view { background-color: #66ccff; }
.thunar .sidebar .view:hover { background-color: #B5BABC; }
.thunar .sidebar .view:selected { background-color: #0F56D9; }
/* main view */
.thunar .standard-view .view { background-color: #b8b894; }
/* status bar */
.thunar grid paned grid  { background-color: #a1a8aa;}
/* toolbar */
.thunar toolbar, .thunar toolbar entry  { background-color: #a1a8aa; }
.thunar :focus, :drop(active) { border: 2px solid #ADFF08; }
/*.thunar {font-size:18pt }  /*set size font */
.thunar .view:selected { background-color: #997300; }  

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

Re: MX Fluxbox Screenshots

#1048 Post by siamhie »

I was able to find some 3D icons on gnome-look that I like. https://www.gnome-look.org/p/2039492

3D-icons.png
You do not have the required permissions to view the files attached to this post.
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
AVLinux
Posts: 2922
Joined: Wed Jul 15, 2020 1:15 am

Re: MX Fluxbox Screenshots

#1049 Post by AVLinux »

siamhie wrote: Sat Aug 26, 2023 1:01 pm I was able to find some 3D icons on gnome-look that I like. https://www.gnome-look.org/p/2039492
I often find those kinds of themes (also the Steampunk ones) often are lacking so many Icons for current apps and mimetypes that they are kind of unusable because if your fallback is Papirus or Breeze the mismatched look is pretty hideous.. Of course all just opinion.. Have you found anything that does a reasonable job as as fallback with those?

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

Re: MX Fluxbox Screenshots

#1050 Post by siamhie »

AVLinux wrote: Sat Aug 26, 2023 3:04 pm
siamhie wrote: Sat Aug 26, 2023 1:01 pm I was able to find some 3D icons on gnome-look that I like. https://www.gnome-look.org/p/2039492
I often find those kinds of themes (also the Steampunk ones) often are lacking so many Icons for current apps and mimetypes that they are kind of unusable because if your fallback is Papirus or Breeze the mismatched look is pretty hideous.. Of course all just opinion.. Have you found anything that does a reasonable job as as fallback with those?

@AVLinux I looked at the total count of 32x32 icons in LTF and it is just over 3600 files compared to the Papirus count of 8300 files. It seems there are a ton of sym linked icons in Papirus tho.



What I was not expecting to see in this icon set were these MX specific icons. :number1:

mx-icons.jpg
You do not have the required permissions to view the files attached to this post.
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.

Post Reply

Return to “MX Fluxbox Official Release”