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
i_ri
Posts: 1070
Joined: Tue Jun 30, 2015 12:26 am

Re: MX Fluxbox Screenshots

#541 Post by i_ri »

hi siamhie
" ...how to change tint2's toolbar from blue ..."

This can be scripted for the known, default tint2rc.
example trial (?): #mx-comfort-re2colour tPanel
viewtopic.php?p=662691#p662691

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

Re: MX Fluxbox Screenshots

#542 Post by siamhie »

i_ri wrote: Sun Feb 27, 2022 6:34 pm hi siamhie
" ...how to change tint2's toolbar from blue ..."

This can be scripted for the known, default tint2rc.
example trial (?): #mx-comfort-re2colour tPanel
viewtopic.php?p=662691#p662691
Many thanks @i_ri :number1:. This will make changing tint2's highlight color much faster.


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
i_ri
Posts: 1070
Joined: Tue Jun 30, 2015 12:26 am

Re: MX Fluxbox Screenshots

#543 Post by i_ri »

Fun.

Thanks.

mxflux21 live.
You do not have the required permissions to view the files attached to this post.

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

Re: MX Fluxbox Screenshots

#544 Post by siamhie »

i_ri wrote: Sun Feb 27, 2022 10:03 pm Fun.

Thanks.

mxflux21 live.
101 days 😮. Impressive :yay:
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

#545 Post by kobaian »


Image


And here's my idea for the MX-Comfort Rofi-theme that is a slightly modified Adapta-Sidebar-theme:

Code: Select all

/*
 * mx-comfort theme,
 * based on sidetab-adapta theme,
 * that was based on sidetab theme by deadguy.
 *
 * This theme has been dedicated to the public domain.
 *
 */

configuration {
        show-icons:   true;
        sidebar-mode: true;
}

* {
        background-color: transparent;
        text-color:                 #ffffff;

        accent-color:               #0F56D9;
        accent2-color:              #0F56D9;
        hover-color:                #29353B;
        urgent-color:               #ff5252;
        window-color:               #ffffff;

        selected-normal-foreground: @window-color;
        normal-foreground:          @text-color;
        selected-normal-background: @hover-color;
        normal-background:          @background-color;

        selected-urgent-foreground: @background-color;
        urgent-foreground:          @text-color;
        selected-urgent-background: @urgent-color;
        urgent-background:          @background-color;

        selected-active-foreground: @window-color;
        active-foreground:          @text-color;
        selected-active-background: @hover-color;
        active-background:          @accent-color;
}

#window {
		background-color:           #1D2324EE;
		margin: 0px 0px 0px;
        anchor:   south west;
        location: south west;
        width:    25%;
        height:   60%;
}

#mainbox {
        children: [ entry, listview, mode-switcher ];
}

entry {
        expand: false;
        margin: 8px;
}

element {
        padding: 8px;
}

element normal.normal {
        background-color: @normal-background;
        text-color:       @normal-foreground;
}

element normal.urgent {
        background-color: @urgent-background;
        text-color:       @urgent-foreground;
}

element normal.active {
        background-color: @active-background;
        text-color:       @active-foreground;
}

element selected.normal {
        background-color: @selected-normal-background;
        text-color:       @selected-normal-foreground;
        border:           0 4px solid 0 0;
        border-color:     @accent2-color;
}

element selected.urgent {
        background-color: @selected-urgent-background;
        text-color:       @selected-urgent-foreground;
}

element selected.active {
        background-color: @selected-active-background;
        text-color:       @selected-active-foreground;
}

element alternate.normal {
        background-color: @normal-background;
        text-color:       @normal-foreground;
}

element alternate.urgent {
        background-color: @urgent-background;
        text-color:       @urgent-foreground;
}

element alternate.active {
        background-color: @active-background;
        text-color:       @active-foreground;
}

button {
        padding: 6px;
        text-color:       #8FBCBB;
}

button selected {
        background-color: @hover-color;
        text-color:       @selected-normal-foreground;
        border:           4px solid 0 0 0;
        border-color:     @accent2-color;
}

/* vim: ft=css
For your pleasure and further improvements. ;)
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
Melber
Developer
Posts: 1199
Joined: Tue Mar 23, 2021 4:19 pm

Re: MX Fluxbox Screenshots

#546 Post by Melber »

ceeslans wrote: Sun Feb 27, 2022 6:18 am :mad:
+1

Image

User avatar
Jerry3904
Administrator
Posts: 23049
Joined: Wed Jul 19, 2006 6:13 am

Re: MX Fluxbox Screenshots

#547 Post by Jerry3904 »

That should do it!
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
siamhie
Global Moderator
Posts: 3219
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#548 Post by siamhie »

I just love Johanna's work. She posts some of the most incredible shots I've ever seen. If you happen to be on Facebook, check out her page.

https://www.facebook.com/johannafroesephotography


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
AVLinux
Posts: 2922
Joined: Wed Jul 15, 2020 1:15 am

Re: MX Fluxbox Screenshots

#549 Post by AVLinux »

Melber wrote: Mon Feb 28, 2022 3:46 pm Image
Excellent!! Yes!!!

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

Re: MX Fluxbox Screenshots

#550 Post by ceeslans »

March 2022 screeny of a fairly uncluttered fluxbox desktop.
Am using the rather monotone grey-toned 'crunchbang' theme (for gtk2/3, tint2 and fluxbox-style), which suits most backgrounds.
Conky is in its newest version (1.12.2-1 --> thanks @Stevo ), showing 'old-style' memory level set by the added ${legacymem} variable.
And joining the crowd with a wttr.in weather report... :wink:

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+

Post Reply

Return to “MX Fluxbox Official Release”