diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-09-22 13:28:56 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-09-22 13:28:56 +0200 |
| commit | af55c219c694bf4e5c96ced43c5c6ea7a5c5427a (patch) | |
| tree | ba5593f309b1213cef6938875bfd49990383516d /.local/bin/bar | |
| parent | cf8b2bacea820d618368e9a54f19fee2072aca29 (diff) | |
add hyprland and alacritty config
Diffstat (limited to '.local/bin/bar')
| -rw-r--r-- | .local/bin/bar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/bar b/.local/bin/bar index 39267a6..c0db944 100644 --- a/.local/bin/bar +++ b/.local/bin/bar @@ -13,7 +13,7 @@ if [ "$usage" -gt "$STEPS" ]; then usage=$STEPS fi -printf "" +printf "" repeat "" "$usage" repeat "" "$(expr $STEPS - $usage)" -printf "\n" +printf "\n" |