MX-Fluxbox
Re: MX-Fluxbox
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.
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
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
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX-Fluxbox
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.
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
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
You do not have the required permissions to view the files attached to this post.
Re: Want to create a set of tint2 configs for MX-21
Maybe someone is interested, on new laptop I did not find conky disk temperature.
I found a solution for tint2 panel:
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.
Re: Want to create a set of tint2 configs for MX-21
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
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
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
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
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
-
- Posts: 3602
- Joined: Tue Jun 14, 2016 2:02 pm
Re: MX-Fluxbox
@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.
Re: MX-Fluxbox
Thank you all!
From Peru, Land of the Incas, many greetings!
From Peru, Land of the Incas, many greetings!
