From 6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 18 Aug 2015 02:38:33 +0200 Subject: Organise everything systematically. --- config/ratpoison/volind | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100755 config/ratpoison/volind (limited to 'config/ratpoison/volind') diff --git a/config/ratpoison/volind b/config/ratpoison/volind deleted file mode 100755 index c562ef6..0000000 --- a/config/ratpoison/volind +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -volm=`amixer get Master|awk '/Mono:/ {print $4}'| awk '{print substr($0, 2, length() - 3)}'` -bottom=`echo $volm | awk '{print int($1 * 0.2 + 0.5)}'` -top=$((20-$bottom)) - -if [[ "$volm" -eq "100" ]]; then - let volm=99 -fi - - -echo G$volm -echo -n -e "\xE2\x94\x8C" -echo -n -e "\xE2\x94\x80" -echo -e "\xE2\x94\x90" - -while [ $top -gt 0 ]; do - echo -n -e "\xE2\x94\x82" - echo -n \ - echo -e "\xE2\x94\x82" - let top=$(($top-1)) -done - -while [ $bottom -gt 0 ]; do - echo -n -e "\xE2\x94\x82" - echo -n -e "\xE2\x96\x88" - echo -e "\xE2\x94\x82" - - let bottom=$(($bottom-1)) -done -echo -n -e "\xE2\x94\x94" -echo -n -e "\xE2\x94\x80" -echo -e "\xE2\x94\x98" -- cgit v1.2.3-54-g00ecf