Page 22 of 24
Re: MX-Fluxbox
Posted: Sat Feb 22, 2020 4:43 am
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.
Re: MX-Fluxbox
Posted: Sat Feb 22, 2020 6:19 am
by Jerry3904
Interesting, thanks. I've not had much interest in or luck with either of these, but may need to look again.
Re: MX-Fluxbox
Posted: Wed Feb 26, 2020 2:49 am
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.
Re: Want to create a set of tint2 configs for MX-21
Posted: Tue Aug 17, 2021 2:17 pm
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.
Re: Want to create a set of tint2 configs for MX-21
Posted: Sun Jan 16, 2022 8:34 am
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"
Re: Want to create a set of tint2 configs for MX-21
Posted: Sun Jan 16, 2022 8:41 am
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"
Re: MX-Fluxbox
Posted: Wed Jan 26, 2022 1:40 pm
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
Re: MX-Fluxbox
Posted: Wed Jan 26, 2022 2:00 pm
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.
Re: MX-Fluxbox
Posted: Wed Jan 26, 2022 2:07 pm
by SwampRabbit
@3az I agree with Jerry, that is a great collection indeed.
Re: MX-Fluxbox
Posted: Wed Jan 26, 2022 2:13 pm
by 3az
Thank you all!
From Peru, Land of the Incas, many greetings!
