summaryrefslogtreecommitdiff
path: root/spectrwm
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@pm.me>2020-06-14 08:16:28 +0000
committerShubham Saini <shubham6405@pm.me>2020-06-14 08:16:28 +0000
commit8857288945fb0202666092c524803ed86a5d03d8 (patch)
treefe873f4cdf864b7becd2207c22d798c222839b84 /spectrwm
parent8301928eb942e52dc2333b24366e7bed4af46f33 (diff)
rem bloat
Diffstat (limited to 'spectrwm')
-rwxr-xr-xspectrwm/.config/spectrwm/statusbar3
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
3BOLD='\033[1m'
4BB='\033[00m'
5
6vol(){ 3vol(){
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% "