You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added?
would be nice to have a simple hard disk usage widget on the left of the ram usage one. Just one like df -h | awk 'NR==2 {printf "%s\n", $4}' or in % format
How will it help
keep control of disk space
Extra info
Apply same design and theme colors as the current widgets, nothing fancy
The text was updated successfully, but these errors were encountered:
The remaining storage is something no one always wants to know or changes in the short term, in my opinion, this feature is not very useful for the general users
What would you like to be added?
would be nice to have a simple hard disk usage widget on the left of the ram usage one. Just one like
df -h | awk 'NR==2 {printf "%s\n", $4}'
or in % formatHow will it help
keep control of disk space
Extra info
Apply same design and theme colors as the current widgets, nothing fancy
The text was updated successfully, but these errors were encountered: