scorpion-26 / gBar

Blazingly fast status bar written with GTK
MIT License
478 stars 17 forks source link

Make the partition monitored by disk sensor configurable #50

Closed strangechoice closed 1 year ago

strangechoice commented 1 year ago

I needed a way to monitor another partition than "/", which is nearly empty on my system. Might be improvable by verifying that the given string is a partition indeed. For the moment this should be as safe as statvfs is :)

strangechoice commented 1 year ago

The requested changes are implemented now.