summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.local/bin/statusbar4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/.local/bin/statusbar b/bin/.local/bin/statusbar
index 31f9be0..433b4d5 100755
--- a/bin/.local/bin/statusbar
+++ b/bin/.local/bin/statusbar
@@ -4,8 +4,8 @@ BOLD='\033[1m'
4BB='\033[00m' 4BB='\033[00m'
5 5
6vol(){ 6vol(){
7 vol=$(amixer get Master | awk -F'[][]' 'END{ print $2 }') 7 vol=$(pulsemixer --get-volume | awk '{print $1}')
8 echo -e "+@fg=1;vol+@fg=0; $vol " 8 echo -e "+@fg=1;vol+@fg=0; $vol% "
9} 9}
10 10
11bat() { 11bat() {