From dc970a41bf7df1aa76c3e5a7330013360ea28da8 Mon Sep 17 00:00:00 2001 From: jStmaX! <87650746+jstmaxlol@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:24:34 +0200 Subject: fixed indentation because i pasted it wrong on github last time hahahahaha --- cfg/i3/kurobar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfg') 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 -- cgit v1.3.1