Minor edits.

This commit is contained in:
Derek Taylor
2020-11-20 20:48:15 -06:00
parent 46225d0e12
commit 88685c9d9c
10 changed files with 97 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#! /bin/bash
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
echo -e "$mem "
echo -e "$mem RAM "

View File

@@ -1,4 +1,4 @@
#!/bin/bash
cupd=$(checkupdates | wc -l)
echo "$cupd available "
echo "$cupd updates "

View File

@@ -1,4 +1,4 @@
#!/bin/bash
vol="$(amixer get Master | tail -n1 | sed -r 's/.*\[(.*)%\].*/\1/')"
echo "${vol}% "
echo "${vol}% volume "