Page 86 of 142
Re: MX Fluxbox Screenshots
Posted: Fri Jan 06, 2023 11:20 am
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
Re: MX Fluxbox Screenshots
Posted: Fri Jan 06, 2023 3:39 pm
by Amiga-MX
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.
Re: MX Fluxbox Screenshots
Posted: Fri Jan 06, 2023 9:34 pm
by Amiga-MX

MX-21 Dev punk.
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
Posted: Tue Jan 10, 2023 5:32 pm
by kobaian
Does it look familiar to you?

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";
}
Re: MX Fluxbox Screenshots
Posted: Tue Jan 10, 2023 5:40 pm
by Jerry3904
Very fine!
Re: MX Fluxbox Screenshots
Posted: Tue Jan 10, 2023 6:40 pm
by siamhie
Amiga-MX wrote: Fri Jan 06, 2023 9:34 pm
@Amiga-MX Cool conky you have there. I've always liked using the MX-Mowgli-writes conky in my display also.
Re: MX Fluxbox Screenshots
Posted: Tue Jan 10, 2023 7:08 pm
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
Re: MX Fluxbox Screenshots
Posted: Wed Jan 11, 2023 8:12 am
by ceeslans
kobaian wrote: Tue Jan 10, 2023 5:32 pm
Does it look familiar to you?

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

Re: MX Fluxbox Screenshots
Posted: Sat Jan 14, 2023 12:49 pm
by Melber
Gone a bit MX-tangram pink crazy for some reason...
have been playing with the dock colour configs
tangram-dock.png
Re: MX Fluxbox Screenshots
Posted: Sat Jan 14, 2023 1:30 pm
by Jerry3904
Fun! And gives some ideas for MX-23.