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
wdscharff
Posts: 1110
Joined: Mon Feb 24, 2020 1:07 am

Re: MX Fluxbox Screenshots

#851 Post by wdscharff »

Ey, as a fluxbox user i use scrot of course

without delay
none Print :Exec scrot ~/screenshots/'%Y-%m-%d-%H-%M-%S_$wx$h.jpg'

with delay
alt Print :Exec scrot ~/screenshots/'%Y-%m-%d-%H-%M-%S_$wx$h.jpg' --delay 5

and installed but rarely in use the swiss knife of screenshooters : shutter
my working horse Desktop AMD Ryzen 9 3900x, 32GB Ram // SSD ... enough
mx-fluxbox, what else?

In nature there are neither rewards nor punishments.
There are consequences.


my wallpaper gallery

User avatar
Amiga-MX
Posts: 236
Joined: Sun Jan 23, 2022 4:27 pm

Re: MX Fluxbox Screenshots

#852 Post by Amiga-MX »

Thank for sharing, FBox'ers.


@siamhie Copy that. Didn't know even exists. Thank you. :cat:


@Jerry3904 Where could I find Screenshot (xfce4-screenshoter) ? I looked at repos but no presence. Also I see you have provided help solution in other thread. Nice idea. :crossfingers:


@wdscharff Right I found it, and already installed in MX21FB. I'm just figuring out how to..... :snail: Thanks.


The crown is vivid and the tuna is maguro.

User avatar
Amiga-MX
Posts: 236
Joined: Sun Jan 23, 2022 4:27 pm

Re: MX Fluxbox Screenshots

#853 Post by Amiga-MX »

:bagoverhead: MX-21 Dev punk.

Image

This is my second video clip made entirely with MX Fluxbox.
Again, a new way to make your own entertainment content for personal use.

Link to the video clip that will be available for 15 days on mediafire.

https://www.mediafire.com/file/45080r60 ... MX-21/file


Hope you liked and take a dance.

:anispider2:

Last month I met the IA.
Think we are all doomed.

MXMLGO

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

Re: MX Fluxbox Screenshots

#854 Post by kobaian »

Does it look familiar to you?

Image


Theme:

Code: Select all

/** Familiar-Start-Menu -
	//rofi theme with vertical iconbar by Kobaian.
	//It is based on sidetab-adapta (a fork of sidetab theme by deadguy) 
	//and MX-comfort theme by Melber & MX-Devs.
	//This theme has been dedicated to the public domain.
*/

* {
    // MX-familiar
    // uses flag-for-font-awesome
    // mxrr template-familiar.rasi
    //font: "Noto Sans 12";
} 


* {
	background-color: transparent;
	
    // Title background
    color01: #1D2324;
    // Title text
    color02: #CACDD0;
    // Searchbar background
    color03: #29353B;
    // Searchbar text
    color04: #ffffff;
    // Inctive tab background
    color05: #29353B;
    // Inctive tab text
    color06: #CACDD0;
    // Active tab background
    color07: #29353B;
    // Active tab text
    color08: #ffffff;
    // Active tab highlight
    color09: #0f56d9;
    // Selection background
    color10: #0f56d9;
    // Selection text 
    color11: #ffffff;
   
   font: "Noto Sans 11";
   }
   
window {
		margin: 0px 0px 0px;
        anchor:   south west;
        location: south west;
        width:    25%;
        height:   60%;
        x-offset: 0px;
        y-offset: -45px;
        background-color: @color01;
}

mainbox {
        children: [ inputbar, listbox  ];
    spacing:                     0px;
    margin:                      0px;
    padding:                     12px;
 }

inputbar {
		children: [ entry ];
		orientation: horizontal;
		expand: false;
	    background-color: @color01;
	    border:           3px 3px 0px 3px;
        border-color:     @color01;
	}
	
entry {
    border-radius:  0;
    border: 1px;
    border-color: @color09;
    border-radius:               4px;
    background-color: @color03;
    text-color: @color04;
    padding: 5px;
    margin: 0px 0px 12px 0px;
    expand: true;
}	

listbox {
	orientation: horizontal;
	children: [ listview, rightbar ];
	border: 0;
	border-radius: 0;
    border-color:     @color05;
    spacing: 0;
    background-color: @color01;    
}

rightbar {
		orientation: vertical;
		children: [ mode-switcher, custombox ];
		expand: false;
		spacing: 0;
		background-color: @color01;
		border:                      0px;
    	border-radius:               0px 0px 0px 0px;
    	margin: 0;
    	padding: 0;
}
		
custombox	{
		background-color: @color01;
        border-color:     @color01;
		expand: true;
		border:                      0px 0px 0px 2px;
        border-radius:               0px 0px 0px 0px;
        border-color:     @color09;
        spacing: 0;
}

listview {
    enabled:                     true;
    columns:                     1;
    lines:                       10;
    cycle:                       true;
    dynamic:                     true;
	scrollbar: false;
	padding: 6px 0 0 6px;
	background-color: @color07;
	spacing:                     3px;
    margin:                      0px;
    padding:                     10px;
    border:                      2px 0px 2px 2px;
    border-radius:               4px 0px 0px 4px;
    border-color:     @color09;
}


element {
    background-color: transparent;
    padding: 6;
    text-color: @color06;
}

element selected {
    background-color:	@color10;
    text-color: 		@color11;
        border:			0px 4px 0px 0px;
        border-color: 	@color09;
}

element-text {
    background-color: inherit;
    text-color: inherit;
    vertical-align: 0.5;
}

element-icon {
    size: 22;
    background-color: inherit;
    padding: 0 6px 0 0;
}

mode-switcher {
	padding: 0 0 0 0;
    spacing: 0px;
    expand: false;
    orientation: vertical;
    border:                      0px solid;
    border-radius:               0px 0px 0px 0px;
	background-color: @color01;
}

button {
    font: "FontAwesome 11";
    padding:                     12px 20px 15px 20px;
    border:                      0px 0px 0px 2px;
    border-radius:               0px 0px 0px 0px;
    background-color:            transparent;
    text-color:                  @color06;
    vertical-align:              0.5;
    horizontal-align:            0.0;
    cursor:                      pointer;
    expand:                      false;
    border-color:     			 @color09;
}


button selected {
    background-color: @color07;
    text-color:       @color08;
    border:           3px 0px 0px 0px;
    border-color:     @color09;
    border-radius:	0;
	padding:                     15px 20px 15px 20px;	
    border:                      2px 2px 2px 0px;
    border-radius:               0px 4px 4px 0px;
}
Display:

Code: Select all

configuration {
	display-drun:    "  Apps";
	display-run:     "  Run";
	display-window:  "  Window";
	display-filebrowser: "  Files";
	display-keys: "  Keys";
	display-help:   "  Help";
	display-ssh: "  SSH";
	display-calc:   "  Calc";
	display-categories: "  Categories";
}
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
Jerry3904
Administrator
Posts: 23230
Joined: Wed Jul 19, 2006 6:13 am

Re: MX Fluxbox Screenshots

#855 Post by Jerry3904 »

Very fine!
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: 3385
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#856 Post by siamhie »

Amiga-MX wrote: Fri Jan 06, 2023 9:34 pm
Image

@Amiga-MX Cool conky you have there. I've always liked using the MX-Mowgli-writes conky in my display also.
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
Amiga-MX
Posts: 236
Joined: Sun Jan 23, 2022 4:27 pm

Re: MX Fluxbox Screenshots

#857 Post by Amiga-MX »

@siamhie

I don't use it to much, just for the recording that I choose it, as is very elegant and because the squared shape and color matched. With some tweaks I believe that can be a nice playground for visual research.

Cheers

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

Re: MX Fluxbox Screenshots

#858 Post by ceeslans »

kobaian wrote: Tue Jan 10, 2023 5:32 pm Does it look familiar to you?

Image
Ohhh it does - it has that distinct iconic whisker touch... very very nice.
Thanks for sharing the theme- and display configs. In combination with your 'categories' and 'tint2launcher' scripts, it's running ever so smooth from a tint2 button here :happy:

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+

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

Re: MX Fluxbox Screenshots

#859 Post by Melber »

Gone a bit MX-tangram pink crazy for some reason...

Image


have been playing with the dock colour configs
tangram-dock.png
You do not have the required permissions to view the files attached to this post.

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

Re: MX Fluxbox Screenshots

#860 Post by Jerry3904 »

Fun! And gives some ideas for MX-23.
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

Post Reply

Return to “MX Fluxbox Official Release”