You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of straightforwardly calling `cat`, I've encased the command in
`echo` to enable appending strings. This allows me to add a percentage
symbol after calling `cat "$battery"`!
This also suppresses any `echo`s for machines without battery
(i.e. a desktop environment)
0 commit comments