aboutsummaryrefslogtreecommitdiff
path: root/pulseaudio-ctl/config
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-23 18:11:25 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-23 18:11:25 +0100
commit33788846e2662d0bf792401fd770fe5d738e60af (patch)
tree9d37b1572e04a1221a24c4d0c16057c0e8a97e34 /pulseaudio-ctl/config
parent8728e9e370100b56afed1e618e4c61c403e1228d (diff)
downloaddotfiles-33788846e2662d0bf792401fd770fe5d738e60af.tar.gz
dotfiles-33788846e2662d0bf792401fd770fe5d738e60af.tar.bz2
dotfiles-33788846e2662d0bf792401fd770fe5d738e60af.zip
Updated volume notification done directly by pulseaudio-ctl, with dunst configured to stack them (like regular volume notification), Removed volume-ctl script
Diffstat (limited to 'pulseaudio-ctl/config')
-rw-r--r--pulseaudio-ctl/config25
1 files changed, 25 insertions, 0 deletions
diff --git a/pulseaudio-ctl/config b/pulseaudio-ctl/config
new file mode 100644
index 0000000..51d65b4
--- /dev/null
+++ b/pulseaudio-ctl/config
@@ -0,0 +1,25 @@
+#
+# $HOME/.config/pulseaudio-ctl/config
+#
+
+# The default setting is for pulseaudio-ctl to NOT increase to volume level
+# above 100 % but Some users may wish exceed this level. If this describes
+# your use case, uncomment the UPPER_THRESHOLD variable below setting it to
+# the new upper threshold.
+#
+#UPPER_THRESHOLD=150
+
+# Push output through libnotify. Set to any value to enable this feature
+# and note that you must have /usr/bin/notify-send to use this. On Arch
+# libnotify provides this. Other distros may not name it as such.
+#
+NOTIFY=yes
+
+# Show a graphical progress-bar type visualization of the volume level in
+# libnotify. No setting or commented out will show a simply percentage but
+# a setting will convert the percentage to a progress-bar in libnotify.
+#
+BARCHART=yes
+
+# Use KDE OSD notification. Set to any value to enable this feature.
+#KDE_OSD=yes