Page 55 of 142

Re: MX Fluxbox Screenshots

Posted: Sun Feb 27, 2022 6:34 pm
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

Re: MX Fluxbox Screenshots

Posted: Sun Feb 27, 2022 7:33 pm
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

Re: MX Fluxbox Screenshots

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

Thanks.

mxflux21 live.

Re: MX Fluxbox Screenshots

Posted: Sun Feb 27, 2022 10:16 pm
by siamhie
i_ri wrote: Sun Feb 27, 2022 10:03 pm Fun.

Thanks.

mxflux21 live.
101 days 😮. Impressive :yay:

Re: MX Fluxbox Screenshots

Posted: Mon Feb 28, 2022 5:11 am
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. ;)

Re: MX Fluxbox Screenshots

Posted: Mon Feb 28, 2022 3:46 pm
by Melber
ceeslans wrote: Sun Feb 27, 2022 6:18 am :mad:
+1

Image

Re: MX Fluxbox Screenshots

Posted: Mon Feb 28, 2022 3:54 pm
by Jerry3904
That should do it!

Re: MX Fluxbox Screenshots

Posted: Tue Mar 01, 2022 3:58 pm
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

Re: MX Fluxbox Screenshots

Posted: Tue Mar 01, 2022 4:05 pm
by AVLinux
Melber wrote: Mon Feb 28, 2022 3:46 pm Image
Excellent!! Yes!!!

Re: MX Fluxbox Screenshots

Posted: Wed Mar 02, 2022 2:06 pm
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