aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorodave <aryadevchavali1@gmail.com>2020-03-17 16:08:55 +0000
committerodave <aryadevchavali1@gmail.com>2020-03-17 16:13:55 +0000
commit110cf1b5f31552b2ef7cfb42b11acf3d31773a9e (patch)
treefc78356c30d609f55f531731c6d6b3844cefa90c
parent6b6926d36ee352db8f5c8104a96d54f6c1f1aeb4 (diff)
downloaddotfiles-110cf1b5f31552b2ef7cfb42b11acf3d31773a9e.tar.gz
dotfiles-110cf1b5f31552b2ef7cfb42b11acf3d31773a9e.tar.bz2
dotfiles-110cf1b5f31552b2ef7cfb42b11acf3d31773a9e.zip
+volume module to i3bar
-rw-r--r--i3status.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/i3status.conf b/i3status.conf
index 4dd5663..3e07fac 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -9,6 +9,7 @@ general {
order += "wireless wlp2s0"
order += "ethernet enp1s0"
order += "disk /home"
+order += "volume master"
order += "battery 0"
order += "tztime local"
@@ -40,3 +41,7 @@ battery 0 {
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10
}
+
+volume master {
+ format = " %volume"
+}