/usr/share/mx-conky-data bloat

Message
Author
User avatar
dolphin_oracle
Developer
Posts: 22676
Joined: Sun Dec 16, 2007 12:17 pm

Re: /usr/share/mx-conky-data bloat

#11 Post by dolphin_oracle »

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.
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/

User avatar
Melber
Developer
Posts: 1431
Joined: Tue Mar 23, 2021 4:19 pm

Re: /usr/share/mx-conky-data bloat

#12 Post by Melber »

@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

AA BB
Posts: 392
Joined: Mon Nov 11, 2019 10:49 pm

Re: /usr/share/mx-conky-data bloat

#13 Post by AA BB »

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

User avatar
siamhie
Global Moderator
Posts: 3736
Joined: Fri Aug 20, 2021 5:45 pm

Re: /usr/share/mx-conky-data bloat

#14 Post by siamhie »

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
Wow!!! 😮
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.

User avatar
Eadwine Rose
Administrator
Posts: 15183
Joined: Wed Jul 12, 2006 2:10 am

Re: /usr/share/mx-conky-data bloat

#15 Post by Eadwine Rose »

@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

User avatar
Adrian
Developer
Posts: 9191
Joined: Wed Jul 12, 2006 1:42 am

Re: /usr/share/mx-conky-data bloat

#16 Post by Adrian »

Eadwine Rose wrote: Sat Aug 02, 2025 2:52 pm @Adrian Please make the conky AT LEAST 100mb now.
I could try, unfortunately right now it's only a bloated 429 KB...

User avatar
Melber
Developer
Posts: 1431
Joined: Tue Mar 23, 2021 4:19 pm

Re: /usr/share/mx-conky-data bloat

#17 Post by Melber »

AA BB wrote: Sat Aug 02, 2025 2:01 pm ...users should be able to delete multiple conkys with one click
did you try my script?

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.

User avatar
Adrian
Developer
Posts: 9191
Joined: Wed Jul 12, 2006 1:42 am

Re: /usr/share/mx-conky-data bloat

#18 Post by Adrian »

Melber wrote: Sat Aug 02, 2025 3:12 pm
AA BB wrote: Sat Aug 02, 2025 2:01 pm ...users should be able to delete multiple conkys with one click
did you try my script?

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.
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.
Last edited by Adrian on Sat Aug 02, 2025 3:32 pm, edited 1 time in total.

User avatar
Melber
Developer
Posts: 1431
Joined: Tue Mar 23, 2021 4:19 pm

Re: /usr/share/mx-conky-data bloat

#19 Post by Melber »

yep. If you want them all gone just uninstall mx-conky-data.

User avatar
siamhie
Global Moderator
Posts: 3736
Joined: Fri Aug 20, 2021 5:45 pm

Re: /usr/share/mx-conky-data bloat

#20 Post by siamhie »

Adrian 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.
+1
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.

Post Reply

Return to “Software / Configuration”