MX-Fluxbox

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

Re: MX-Fluxbox

#211 Post by i_ri »

Hello Jerry3904 and Everyone
xfdashboard MX19_64
When hotcorner set to active in the xfdashboard settings
in the xfce session the hotcorner works because xfdashboard is startup.
in the fluxbox session the hotcorner works after commanding xfdashboard to daemon mode. Running the xfdashboard daemon will allow its hotcorner feature to be available.

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

Re: MX-Fluxbox

#212 Post by Jerry3904 »

Interesting, thanks. I've not had much interest in or luck with either of these, but may need to look again.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
i_ri
Posts: 1153
Joined: Tue Jun 30, 2015 12:26 am

Re: MX-Fluxbox

#213 Post by i_ri »

Hello Jerry3904 and Everyone
MX19_64
idesk
the background [wallpaper] parts of idesk seem to work here. for source plugged in /backgrounds/ path. for single file plugged in a /Pictures/ path. Background changed every three specified minutes. set interval to zero, source to None and the single file showed. file set back to None and idesk is off the background control.

tequila
Posts: 34
Joined: Thu Dec 31, 2020 6:42 am

Re: Want to create a set of tint2 configs for MX-21

#214 Post by tequila »

Code: Select all

#!/bin/bash

yad --form --columns 1 --width=300 --title "Tisztitok" --borders=8 --window-icon="gtk-quit" --center \
    --field="<span font='Monospace'>Bleachbit   </span>!bleachbit!_bleachbit":fbtn "bleachbit" \
    --field="<span font='Monospace'>BleachbitRoot  </span>!_bleachbit":fbtn "su-to-root -X -c bleachbit" \
    --field="<span font='Monospace'>MX Cleanup   </span>!_cleanup":fbtn "su-to-root -X -c mx-cleanup" \
    --field="<span font='Monospace'>Sweeper </span>!_sweeper":fbtn "sweeper"\
    --field="<span font='Monospace'>Stacer </span>!_stacer":fbtn "stacer" \
    --field="<span font='Monospace'>Adblock </span>!_adblock":fbtn "su-to-root -X -c block-advert.sh" \
    --button=gtk-cancel:1 \
exit 0
A little script, In one place all the programs that can be important.
You do not have the required permissions to view the files attached to this post.

tequila
Posts: 34
Joined: Thu Dec 31, 2020 6:42 am

Re: Want to create a set of tint2 configs for MX-21

#215 Post by tequila »

Maybe someone is interested, on new laptop I did not find conky disk temperature.
I found a solution for tint2 panel:

Code: Select all

#!/bin/bash
temp1=$(sensors acpitz-acpi-0 | grep 'temp1'| tr -d '(),+' | awk '{printf("%.0f"),$2}')
temp2=$(sensors coretemp-isa-0000 | grep 'Core 0'| tr -d '(),+' | awk '{printf("%.0f"),$3}')
temp3=$(nvidia-smi -q -d TEMPERATURE | grep "GPU Current Temp" | awk -F ' ' '{ print $5 }')
temp4=$(hddtemp -n /dev/sda | cut -d " " -f3)
temp5=$(hddtemp -n /dev/sdb | cut -d " " -f3)
rpm=$(sensors | grep -i fan | head -n1 | sed -r 's/.*?:\s+(.*?)\s+RPM/\1/')
echo "$temp1°C"
echo "$temp2°P"
echo "$temp3°V"
echo "$temp4°D"
echo "$temp5°B"
printf "$rpm"
You do not have the required permissions to view the files attached to this post.

tequila
Posts: 34
Joined: Thu Dec 31, 2020 6:42 am

Re: Want to create a set of tint2 configs for MX-21

#216 Post by tequila »

with nvme disk:

Code: Select all

#!/bin/bash
temp3=$(sensors acpitz-acpi-0 | grep 'temp1'| tr -d '(),+' | awk '{printf("%.0f"),$2}')
temp2=$(sensors k10temp-pci-00c3 | grep -i "Tctl" | tr -d '(),+' | awk '{printf("%.0f"),$2}')
temp4=$(sensors amdgpu-pci-0500 | grep -i "edge" | tr -d '(),+' | awk '{printf("%.0f"),$2}')
temp1=$(sensors nvme-pci-0400 | grep -i "Composite" | tr -d '(),+' | awk '{printf("%.0f"),$2}')
rpm=$(sensors | grep -i fan | head -n1 | sed -r 's/.*?:\s+(.*?)\s+RPM/\1/')
echo "$temp3°P"
echo "$temp2°P"
echo "$temp4°V"
echo "$temp1°D"
printf "$rpm"

User avatar
3az
Posts: 19
Joined: Thu Jan 20, 2022 8:04 am

Re: MX-Fluxbox

#217 Post by 3az »

Hello friends, I hope this is the appropriate place to include this post.
I've created some themes for MX-Fluxbox, which I think look great.
I want to share it with you, I hope you like it. I made them thinking that one day, at least one of them will be considered to be included in the official realease.
I hope you like it. If you have a good comment, I will be grateful.

themes:

Simple-ArcDark --> https://www.pling.com/p/1690655
Stylish-Arc - Dark --> https://www.pling.com/p/1690652
Stylish-Adwaita - Light --> https://www.pling.com/p/1685944
Stylish-Adwaita - Dark --> https://www.pling.com/p/1685480
Simple-AdwaitaDark --> https://www.pling.com/p/1686462
Simple-AdwaitaLight --> https://www.pling.com/p/1686456

walls:

BrickWall --> https://www.pling.com/p/1690639
CrossAndFrames - Light --> https://www.pling.com/p/1685945
CrossAndFrames - Dark --> https://www.pling.com/p/1685468

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

Re: MX-Fluxbox

#218 Post by Jerry3904 »

Hey, welcome to the Forum! That is a great collection of themes for MX-Fluxbox, and we really appreciate your contributing them for all of us to enjoy.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: MX-Fluxbox

#219 Post by SwampRabbit »

@3az I agree with Jerry, that is a great collection indeed.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

User avatar
3az
Posts: 19
Joined: Thu Jan 20, 2022 8:04 am

Re: MX-Fluxbox

#220 Post by 3az »

Thank you all!
From Peru, Land of the Incas, many greetings! ;)

Post Reply

Return to “MX Fluxbox Official Release”