From edb5283c6d644a182d9d2c789b14bdeb372c4928 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 13 Apr 2020 08:45:54 -0400 Subject: volumearc - inc/dec volume quietly --- volumearc-widget/volumearc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'volumearc-widget/volumearc.lua') diff --git a/volumearc-widget/volumearc.lua b/volumearc-widget/volumearc.lua index 33cc99c..eb2ff68 100644 --- a/volumearc-widget/volumearc.lua +++ b/volumearc-widget/volumearc.lua @@ -15,9 +15,9 @@ local watch = require("awful.widget.watch") local wibox = require("wibox") local GET_VOLUME_CMD = 'amixer -D pulse sget Master' -local INC_VOLUME_CMD = 'amixer -D pulse sset Master 5%+' -local DEC_VOLUME_CMD = 'amixer -D pulse sset Master 5%-' -local TOG_VOLUME_CMD = 'amixer -D pulse sset Master toggle' +local INC_VOLUME_CMD = 'amixer -q -D pulse sset Master 5%+' +local DEC_VOLUME_CMD = 'amixer -q -D pulse sset Master 5%-' +local TOG_VOLUME_CMD = 'amixer -q -D pulse sset Master toggle' local PATH_TO_ICON = "/usr/share/icons/Arc/status/symbolic/audio-volume-muted-symbolic.svg" -- cgit v1.2.3