mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
28 lines
406 B
Markdown
28 lines
406 B
Markdown
# afs
|
|
|
|
Show usage information for an [AFS](https://en.wikipedia.org/wiki/Andrew_File_System) directory.
|
|
|
|

|
|
|
|
## Setup / Usage
|
|
|
|
Suggested i3blocks configuration:
|
|
|
|
```
|
|
[afs]
|
|
command=$SCRIPT_DIR/afs
|
|
instance=~/afs/
|
|
markup=pango
|
|
interval=600
|
|
LABEL=AFS
|
|
#CRITICAL=90
|
|
#CRIT_FG_COLOR=#FF0000
|
|
#CRIT_BG_COLOR=
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- `fs` command suite shipped with the AFS client software
|
|
- python3
|
|
|