no battery information shown for desktop pcs
This commit is contained in:
parent
7aca22798e
commit
5ffac044ba
1 changed files with 2 additions and 1 deletions
|
@ -29,4 +29,5 @@ battery=$(
|
|||
|
||||
output=""
|
||||
if [[ $is_wayland != "" ]]; then output="$is_wayland | "; fi
|
||||
echo $output $battery "|" $audio_volume $audio_muted "|" $date_formatted
|
||||
if [[ $battery != "" ]]; then ouptut="$output$battery | "; fi
|
||||
echo $output $audio_volume $audio_muted "|" $date_formatted
|
||||
|
|
Loading…
Reference in a new issue