summaryrefslogtreecommitdiffstats
path: root/.config/polybar/pulseaudio-control.sh
diff options
context:
space:
mode:
authorYigit Sever2019-10-30 00:36:19 +0300
committerYigit Sever2019-10-30 00:36:19 +0300
commitd1c0127a9c3292239ef7ac357566d0575cd026f7 (patch)
tree8ec7f9c98f21283c263f11be737bbe00d5858bfe /.config/polybar/pulseaudio-control.sh
parentcd5002de11e6fc5ebd7c354f23342d4be04470e0 (diff)
downloaddotfiles-d1c0127a9c3292239ef7ac357566d0575cd026f7.tar.gz
dotfiles-d1c0127a9c3292239ef7ac357566d0575cd026f7.tar.bz2
dotfiles-d1c0127a9c3292239ef7ac357566d0575cd026f7.zip
Polybar spotify update
Diffstat (limited to '.config/polybar/pulseaudio-control.sh')
-rwxr-xr-x.config/polybar/pulseaudio-control.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/pulseaudio-control.sh b/.config/polybar/pulseaudio-control.sh
index e88ce39..bdabf2f 100755
--- a/.config/polybar/pulseaudio-control.sh
+++ b/.config/polybar/pulseaudio-control.sh
@@ -14,7 +14,7 @@ VOLUME_ICONS=( " " " " " " ) # Volume icons array, from lower volume t
14MUTED_ICON=" " # Muted volume icon 14MUTED_ICON=" " # Muted volume icon
15MUTED_COLOR="%{F#A9AA83}" # Color when the audio is muted 15MUTED_COLOR="%{F#A9AA83}" # Color when the audio is muted
16DEFAULT_SINK_ICON="♫ " # The default sink icon if a custom one isn't found 16DEFAULT_SINK_ICON="♫ " # The default sink icon if a custom one isn't found
17CUSTOM_SINK_ICONS=("" "" "") # Custom sink icons in index of sink order 17CUSTOM_SINK_ICONS=("" "") # Custom sink icons in index of sink order
18NOTIFICATIONS="yes" # Notifications when switching sinks if enabled 18NOTIFICATIONS="yes" # Notifications when switching sinks if enabled
19SINK_BLACKLIST=( ) # Index blacklist for sinks when switching between them 19SINK_BLACKLIST=( ) # Index blacklist for sinks when switching between them
20 20