diff options
author | Raul Benencia <raul@thousandeyes.com> | 2020-01-15 16:54:25 -0800 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2020-01-15 16:54:25 -0800 |
commit | 734d5840e1df45e31f7ae9fa71cb4c5e10538c5f (patch) | |
tree | c3c0b617414978c2ceb6d1b6ed6339d93c66652c /.config/i3 | |
parent | 060e24730bd44c4a1b309b65d05def060a809399 (diff) |
add volume settings
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/i3status.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/i3/i3status.conf b/.config/i3/i3status.conf index 2b44dbf..e6b6af9 100644 --- a/.config/i3/i3status.conf +++ b/.config/i3/i3status.conf @@ -16,4 +16,5 @@ py3status { order += "pomodoro" order += "keyboard_layout" order += "battery_level" +order += "volume_status" order += "time" |