aboutsummaryrefslogtreecommitdiff
path: root/config/ratpoison/volind
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-08-18 02:38:33 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-08-18 02:38:33 +0200
commit6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 (patch)
tree93ebfb332b3a231931fe1b1276632bdaa33fa6e4 /config/ratpoison/volind
parentc021038355b6773ab13dae92327fda50c366395f (diff)
downloaddotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.gz
dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.bz2
dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.zip
Organise everything systematically.
Diffstat (limited to 'config/ratpoison/volind')
-rwxr-xr-xconfig/ratpoison/volind32
1 files changed, 0 insertions, 32 deletions
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"