diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-02-20 22:46:31 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-02-20 22:46:31 +0100 |
commit | 0f7101ecd676d84050800fe6720e87ae40dd9577 (patch) | |
tree | 2da111e95473bea10f5a1ff74b3b30830a5fa682 /contrib | |
parent | f90f9c24c9e335720de0109392ca2c8066bbfcfc (diff) |
polybar: add link to documentation
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/polybar.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/polybar.sh b/contrib/polybar.sh index bcd3540..df2a523 100644 --- a/contrib/polybar.sh +++ b/contrib/polybar.sh @@ -1,5 +1,8 @@ #!/bin/bash +# See <https://github.com/thisjade/TravelynxPolybar/blob/main/README.md> +# for configuration details + # Interval for refreshing Data and giving it to Polybar INTERVAL=1 |