diff options
author | Shubham Saini <shubham6405@pm.me> | 2020-06-14 08:16:28 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@pm.me> | 2020-06-14 08:16:28 +0000 |
commit | 8857288945fb0202666092c524803ed86a5d03d8 (patch) | |
tree | fe873f4cdf864b7becd2207c22d798c222839b84 /spectrwm | |
parent | 8301928eb942e52dc2333b24366e7bed4af46f33 (diff) |
rem bloat
Diffstat (limited to 'spectrwm')
-rwxr-xr-x | spectrwm/.config/spectrwm/statusbar | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spectrwm/.config/spectrwm/statusbar b/spectrwm/.config/spectrwm/statusbar index c90c1df..fa02a69 100755 --- a/spectrwm/.config/spectrwm/statusbar +++ b/spectrwm/.config/spectrwm/statusbar | |||
@@ -1,8 +1,5 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | BOLD='\033[1m' | ||
4 | BB='\033[00m' | ||
5 | |||
6 | vol(){ | 3 | vol(){ |
7 | vol=$(pulsemixer --get-volume | awk '{print $1}') | 4 | vol=$(pulsemixer --get-volume | awk '{print $1}') |
8 | echo -e "+@fg=1;vol+@fg=0; $vol% " | 5 | echo -e "+@fg=1;vol+@fg=0; $vol% " |