MX Fluxbox Screenshots
Re: MX Fluxbox Screenshots
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
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
mx-fluxbox, what else?
In nature there are neither rewards nor punishments.
There are consequences.
my wallpaper gallery
Re: MX Fluxbox Screenshots
Thank for sharing, FBox'ers.
@siamhie Copy that. Didn't know even exists. Thank you.
@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.
@wdscharff Right I found it, and already installed in MX21FB. I'm just figuring out how to.....
Thanks.
The crown is vivid and the tuna is maguro.
@siamhie Copy that. Didn't know even exists. Thank you.

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

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

The crown is vivid and the tuna is maguro.
Re: MX Fluxbox Screenshots


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.

Last month I met the IA.
Think we are all doomed.
MXMLGO
Re: MX Fluxbox Screenshots
Does it look familiar to you?

Theme:
Display:

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;
}
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.
Re: MX Fluxbox Screenshots
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX Fluxbox Screenshots
@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.
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
@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
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
Re: MX Fluxbox Screenshots
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


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+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Re: MX Fluxbox Screenshots
You do not have the required permissions to view the files attached to this post.
Re: MX Fluxbox Screenshots
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin