Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Disk usage widget #1003

Open
h0pes opened this issue Dec 15, 2024 · 2 comments
Open

[Feature] Disk usage widget #1003

h0pes opened this issue Dec 15, 2024 · 2 comments

Comments

@h0pes
Copy link

h0pes commented Dec 15, 2024

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
image
Apply same design and theme colors as the current widgets, nothing fancy

@fruitsaladchan
Copy link

in ~/.config/ags/modules/bar/normal/music.js add this to line 199

                  BarResource(
                    "Disk Space Used",
                    "folder",
                    `LANG=C df --output=pcent / | awk 'NR==2 {gsub("%",""); printf("%.2f\\n", $1)}'`,
                    "bar-swap-circprog",
                    "bar-swap-txt",
                    "bar-swap-icon",
                  ),



@h0pes
Copy link
Author

h0pes commented Dec 20, 2024

Thanks a lot, it works like a charm
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants