mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Fix: Remove trailing space from battery
This commit is contained in:
parent
349668f423
commit
fc154edb7b
@ -24,4 +24,4 @@ do
|
||||
|
||||
printf "%s%s%s%% " "$status" "$warn" "$capacity"
|
||||
unset warn
|
||||
done | sed s/\ $/\\n/
|
||||
done | sed 's/* $//'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user