diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-09-29 00:24:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-29 00:24:34 +0200 |
| commit | dc970a41bf7df1aa76c3e5a7330013360ea28da8 (patch) | |
| tree | a0ee94392a5a57badc91a98bba1289e4ffe7ac55 | |
| parent | fa58db7007db7d9198cf1c03c6c293270da124eb (diff) | |
fixed indentation because i pasted it wrong on github last time hahahahaha
| -rw-r--r-- | cfg/i3/kurobar.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg/i3/kurobar.sh b/cfg/i3/kurobar.sh index 83742e8..ac1172d 100644 --- a/cfg/i3/kurobar.sh +++ b/cfg/i3/kurobar.sh @@ -1,8 +1,8 @@ #!/bin/bash while true; do - # --- volume percentage --- - volume=$(pamixer --get-volume) + # --- volume percentage --- + volume=$(pamixer --get-volume) # --- battery percentage --- if [ -d /sys/class/power_supply/BAT0 ]; then |