I display the /boot folder with this function
${execi 60 du -sh /boot | awk '{ print $1 }'}
That gives me the
168M /boot
Now I would like to display this as a bar with "execbar".
But this only shows me an empty bar.
Is that even possible?
Asked by barand3
(11 rep)
Jul 11, 2024, 08:02 AM
Last activity: Jul 11, 2024, 01:47 PM
Last activity: Jul 11, 2024, 01:47 PM