Snaps in mount points conky

Mabox_20230728-18-33-50

i only want it to show my sd card & system files (/ and c180-e2ed) . im pretty sure that the others are from the snap store? any help would be appreciated.

This is generated by the script. Can you post output of command:

df -h

Maybe I will be able to filter out those snaps then.

output is

Filesystem      Size  Used Avail Use% Mounted on
dev             1.9G     0  1.9G   0% /dev
run             1.9G  1.4M  1.9G   1% /run
/dev/mmcblk0p2   57G   31G   24G  57% /
tmpfs           1.9G     0  1.9G   0% /dev/shm
tmpfs           1.9G  164K  1.9G   1% /tmp
/dev/mmcblk0p1  300M  288K  300M   1% /boot/efi
/dev/loop0       56M   56M     0 100% /var/lib/snapd/snap/core18/2785
/dev/loop4       13M   13M     0 100% /var/lib/snapd/snap/snap-store/959
/dev/loop5       54M   54M     0 100% /var/lib/snapd/snap/snapd/19457
/dev/loop1      128K  128K     0 100% /var/lib/snapd/snap/bare/5
/dev/loop3       74M   74M     0 100% /var/lib/snapd/snap/core22/806
/dev/loop2       64M   64M     0 100% /var/lib/snapd/snap/core20/1974
/dev/loop8       92M   92M     0 100% /var/lib/snapd/snap/gtk-common-themes/1535
/dev/loop10     350M  350M     0 100% /var/lib/snapd/snap/gnome-3-38-2004/143
/dev/loop6      158M  158M     0 100% /var/lib/snapd/snap/spotify/67
/dev/loop11      74M   74M     0 100% /var/lib/snapd/snap/core22/817
/dev/loop9      486M  486M     0 100% /var/lib/snapd/snap/gnome-42-2204/120
/dev/loop12     111M  111M     0 100% /var/lib/snapd/snap/spotify-qt/2760
/dev/loop7      4.8M  4.8M     0 100% /var/lib/snapd/snap/spt/289
tmpfs           379M   60K  379M   1% /run/user/1000
/dev/sda1        60G  368M   60G   1% /run/media/pat/C180-E2ED

So please check if this command:

df -h | grep -v "boot" | grep -v "/dev/loop" | grep '^/dev' 

Shows only mount points you need to see in Conky.

1 Like

yup, thats exactly what i need

Ok, thanks :slight_smile:
I will push update later tonight or tomorrow.

1 Like

fantastic, thank you !

It should be fixed now with mabox-colorizer 0.9.46.

worked like a charm! your work is appreciated!