summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2021-08-24 12:48:10 +0300
committerYigit Sever2021-08-24 12:48:10 +0300
commitef42df0cf76056a72e60f1c89dd03541856a5d1f (patch)
tree67de88313c85cbfe328b8aecbe96924294da7fd0 /.config/polybar
parent2dbd9ce0ee924fad0c2a8e984cf3473844da1a10 (diff)
downloaddotfiles-ef42df0cf76056a72e60f1c89dd03541856a5d1f.tar.gz
dotfiles-ef42df0cf76056a72e60f1c89dd03541856a5d1f.tar.bz2
dotfiles-ef42df0cf76056a72e60f1c89dd03541856a5d1f.zip
polybar: remove unneeded sinks
diffstat (limited to '.config/polybar')
-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 51247fd..72b8cb6 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