/usr/share/mx-conky-data bloat
- dolphin_oracle
- Developer
- Posts: 22676
- Joined: Sun Dec 16, 2007 12:17 pm
Re: /usr/share/mx-conky-data bloat
so after we get done with the work on a new mx-conky and revised dependency chain, the mx-conky-data themes will be completely removable. user could copy whatever they want to home, then remove the package if there is a desire for fine-tuning.
I'm not separating the theme set into mulitiple -per- theme packages, and unless I were to do that, then any files removed would just come back in an update.
Thank you for the suggestion. It actually spurred me/us to rework the depends so that the themes are removable at all without removing the mx-conky tool.
I'm not separating the theme set into mulitiple -per- theme packages, and unless I were to do that, then any files removed would just come back in an update.
Thank you for the suggestion. It actually spurred me/us to rework the depends so that the themes are removable at all without removing the mx-conky tool.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: /usr/share/mx-conky-data bloat
@AA BB if you're really desperate for a basic gui, try this
Code: Select all
#!/bin/bash
conky_usrlist=$( ls -d /usr/share/mx-conky-data/themes/*/ )
conky_homelist=$( ls -d $HOME/.conky/*/ )
conkylist=($conky_usrlist $conky_homelist)
for i in ${conkylist[@]}; do
conkyarray+=(false $i)
done
removelist=$(yad --title="Delete Conkys" --class="deleteconkys" \
--width=400 --height=600 --center \
--list --checklist --no-headers --separator=" " \
--text="Select conkys to delete" \
--column=check --column=path \
${conkyarray[@]}
)
case $? in
0 )
pkexec bash -c "rm -rf $removelist"
;;
1 | 252
exit 0
;;
esac
exit 0
Re: /usr/share/mx-conky-data bloat
2Aug25 updated conky mgr is a great improvement, but only allows for single conky deletes....users should be able to delete multiple conkys with one click
Re: /usr/share/mx-conky-data bloat
Wow!!!AA BB wrote: Sat Aug 02, 2025 2:01 pm 2Aug25 updated conky mgr is a great improvement, but only allows for single conky deletes....users should be able to delete multiple conkys with one click
The devs went out of their way to update MX Conky for a feature you were looking for and it is still not good enough for you. (I'm just saying)
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.
- Eadwine Rose
- Administrator
- Posts: 15183
- Joined: Wed Jul 12, 2006 2:10 am
Re: /usr/share/mx-conky-data bloat
@Adrian Please make the conky AT LEAST 100mb now.
MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: /usr/share/mx-conky-data bloat
I could try, unfortunately right now it's only a bloated 429 KB...
Re: /usr/share/mx-conky-data bloat
did you try my script?AA BB wrote: Sat Aug 02, 2025 2:01 pm ...users should be able to delete multiple conkys with one click
imho deleting multiple conkys in one go is a very niche use-case and not necessary in mx-conky.
You can use thunar, terminal or my script.
Re: /usr/share/mx-conky-data bloat
I think the best thing to do for anal retentive people is to copy the conky(s) they use to ~/.conky and just uninstall mx-conky-data which is now removable.Melber wrote: Sat Aug 02, 2025 3:12 pmdid you try my script?AA BB wrote: Sat Aug 02, 2025 2:01 pm ...users should be able to delete multiple conkys with one click
imho deleting multiple conkys in one go is a very niche use-case and not necessary in mx-conky.
You can use thunar, terminal or my script.
Last edited by Adrian on Sat Aug 02, 2025 3:32 pm, edited 1 time in total.
Re: /usr/share/mx-conky-data bloat
yep. If you want them all gone just uninstall mx-conky-data.
Re: /usr/share/mx-conky-data bloat
+1Adrian wrote: Sat Aug 02, 2025 3:14 pm
I think the best thing to do for anal retentive people is to copy the conky(s) they use to ~/.conky and just uninstall mx-conky-data which is now removable.
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.