All work and no play makes fluxbox a dull WM.
MX Fluxbox Screenshots
Re: MX Fluxbox Screenshots
I use ~/.config/gtk-3.0/gtk.css
Code: Select all
.thunar menuitem:hover {background: #6d7578;}
/*would like to reduce the line spacing of my context menu*/
.thunar menuitem { padding-top: 0px; padding-bottom: 0px; }
menuitem { padding-top: 0px; padding-bottom: 0px; }
menuitem:hover {background: #6d7578;}
/* 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: #adad85; }
/* status bar */
.thunar grid paned grid { background-color: #a1a8aa;}
/* toolbar */
.thunar toolbar, .thunar toolbar entry { background-color: #a1a8aa; }
Last edited by tequila on Thu Aug 24, 2023 2:27 pm, edited 1 time in total.
Re: MX Fluxbox Screenshots
Melber wrote: ↑Thu Aug 24, 2023 5:26 amI 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.)
Thanks @Melber

After some searching I found out the code I needed to change the main window is
Code: Select all
.thunar .standard-view .view { background-color: red; }
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.
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
tequila wrote: ↑Thu Aug 24, 2023 8:42 am I use ~/.config/gtk-3.0/gtk.cssCode: Select all
.thunar menuitem:hover {background: #6d7578;} /* 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: #adad85; } /* status bar */ .thunar grid paned grid { background-color: #a1a8aa;} /* toolbar */ .thunar toolbar, .thunar toolbar entry { background-color: #a1a8aa; }
Thanks @tequila. I'll use this as a reference to tweak thunar further.
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
@Melber I've gotten as far as blacking everything out so far. Still more to learn.
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.
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
I found something, is that what you mean?
Code: Select all
menuitem:hover {background: #6d7578;}
.thunar menuitem { background-color: #ff66ff; }
menuitem { background-color: #ff66ff; }
Re: MX Fluxbox Screenshots
I've made a copy of the theme in ~/.themes directory, then I've created a file: thunar.css in gtk-3.0 subdirectory in the theme folder where I've written the code, then I've added to gtk.css the following line:
Code: Select all
@import url("thunar.css");
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.
Re: MX Fluxbox Screenshots
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.
Re: MX Fluxbox Screenshots
Very cool. I especially like the logo and the "see you later" exit message.
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
Haha! Great logo! I've never had a Mac but that look takes me back to that KDE theme from years ago that emulated that brushed metal Mac look with the progress and scroll bars that looked like Blue toothpaste..
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..
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..