diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-17 12:10:22 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-17 12:10:22 +0200 |
| commit | 518b2969108ed3d728e562614c05e40400129240 (patch) | |
| tree | 502a61a38db9d9ee35eb0e3f770e28596847ace3 /test/fixtures | |
| parent | 3690d0ee9ceb5c0287cfe72eb4dcfd8f43324f0e (diff) | |
| download | conky-theme-udt-518b2969108ed3d728e562614c05e40400129240.tar.gz conky-theme-udt-518b2969108ed3d728e562614c05e40400129240.zip | |
feat: parse df and du output for the disk and cache cards
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/df_output | 7 | ||||
| -rw-r--r-- | test/fixtures/du_output | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/df_output b/test/fixtures/df_output new file mode 100644 index 0000000..9205c83 --- /dev/null +++ b/test/fixtures/df_output @@ -0,0 +1,7 @@ +Filesystem 1-blocks Used Available Capacity Mounted on +/dev/mapper/myvg-root 263174213632 208111570944 41746907136 84% / +/dev/mapper/myvg-home 719407267840 219043332096 463804289024 33% /home +/dev/sda1 983350091776 547869650944 385453473792 59% /data +server-a:/Volume1/Library 3958241259520 2966853025792 815851831296 79% /mnt/nfs/Library +server-b:/mnt/HD/HD_a2/share 982889670656 480039763968 503676862464 49% /mnt/nfs/shared +/dev/full 100000000000 100000000000 0 100% /mnt/full diff --git a/test/fixtures/du_output b/test/fixtures/du_output new file mode 100644 index 0000000..a45b787 --- /dev/null +++ b/test/fixtures/du_output @@ -0,0 +1,5 @@ +1.6G /home/you/.cache +1.1G /home/you/.cache/mozilla +245M /home/you/.cache/pip +131M /home/you/.cache/go-build +85M /home/you/.cache/opencode |
