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
alanc_2222
Posts: 4
Joined: Tue Feb 22, 2022 10:32 am

Re: MX Fluxbox Screenshots

#531 Post by alanc_2222 »

Thanks @Jerry3904 and @siamhie , great to be here!

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

Re: MX Fluxbox Screenshots

#532 Post by siamhie »

Going with a Blood Red theme. Just need to figure out how to change tint2's toolbar from blue to red.

style: bloodStains
widget: DarkBlood
icons: MB-Cherry-Suru-GLOW
xmms skin: Red_Advance
conky color: #af3333


Image
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: 1311
Joined: Tue Mar 23, 2021 4:19 pm

Re: MX Fluxbox Screenshots

#533 Post by Melber »

@siamhie

Quick and dirty method: open tint2 manager, select edit, search and replace #0f56d9 (assuming the blue is the default mx-comfort blue) with the hex code for your red colour, save as "newfilename", close and reopen tint2 manager, select "newfilename" and apply

Fun method: start tint2settings and play around with settings in the background tab (2nd from top). Then get curious and start fiddling around with the settings in all the other tabs...

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

Re: MX Fluxbox Screenshots

#534 Post by siamhie »

@Melber Seems I went with your fun method last night.

After searching online for 10 minutes I found an arch suggestion that said to modify the rc file. Looking at the file I noticed a lot of sections at the top (Background 1, Background 2, Background 3, etc.) so I reopened tint2 settings and went into config and played around with the Background settings. I modified all 8 entries and removed all traces of blue with red. I even changed the dark grayish toolbar color to a solid black. Now I have just a red line above visible tasks with the active window having a slightly thicker border and non active windows with no border color.


Image
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
ceeslans
Posts: 829
Joined: Sun Apr 14, 2019 3:48 am

Re: MX Fluxbox Screenshots

#535 Post by ceeslans »

Image

:mad:
Last edited by ceeslans on Sun Feb 27, 2022 7:14 am, edited 2 times in total.
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
Jerry3904
Administrator
Posts: 23224
Joined: Wed Jul 19, 2006 6:13 am

Re: MX Fluxbox Screenshots

#536 Post by Jerry3904 »

Agreed.
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

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

Re: MX Fluxbox Screenshots

#537 Post by kobaian »


Image


A picture taken today for wallpaper...
I've replaced launcher icons with Awesome-font characters.
And here's the new weather-executor script that solves the problem of too long error messages:

Code: Select all

#!/bin/bash

wtr=`curl -s wttr.in/?format=1 | awk '{print $1 " " $2}'`

if [[ $wtr != Unknown* ]] ; then
echo "$wtr"
else 
echo "😕 Oops!"
fi
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.

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

Re: MX Fluxbox Screenshots

#538 Post by ceeslans »

Wow... that's a beautiful desktop.
How are you calling the awesome-font characters in the launcher's *.desktop files? or did you create icons from these characters?
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: 369
Joined: Fri Jan 03, 2020 5:49 am

Re: MX Fluxbox Screenshots

#539 Post by kobaian »

ceeslans wrote: Sun Feb 27, 2022 1:57 pm Wow... that's a beautiful desktop.
Thanks!
ceeslans wrote: Sun Feb 27, 2022 1:57 pm How are you calling the awesome-font characters in the launcher's *.desktop files? or did you create icons from these characters?
No.
There's a package in stable-repos called "fonts-font-awesome". I've made tint2 buttons that have a font-character instead of an icon e.g.

Code: Select all

# Button 2
button = new
button_text = 
button_tooltip = Menedżer Ustawień | Motyw | Menedżer Tint2
button_lclick_command = custom-toolbox /etc/custom-toolbox/mxfb-settings.list -r
button_rclick_command = mxfb-tint2-manager
button_mclick_command = lxappearance
button_uwheel_command = 
button_dwheel_command = 
button_font = FontAwesome 18
button_font_color = #ffffff 100
button_padding = 6 0
button_background_id = 8
button_centered = 1
button_max_icon_size = 28
I've found the proper characters using the gnome font-manager:

Image
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.

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

Re: MX Fluxbox Screenshots

#540 Post by ceeslans »

Ahh yes, these are buttons - not the 'launchers' that are initiated as "L" in panel_items. Clever...
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+

Post Reply

Return to “MX Fluxbox Official Release”