summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2020-05-10 18:15:34 +0300
committerYigit Sever2020-05-10 18:15:34 +0300
commit494e73fecbf8b9618085fa03059675b58bee20a9 (patch)
treea7290a808c8911e248cbb92fa68881cf0b40a106 /.config/polybar
parent38d6f7d958df4cc38a8670bf296142f13d1f3d66 (diff)
downloaddotfiles-494e73fecbf8b9618085fa03059675b58bee20a9.tar.gz
dotfiles-494e73fecbf8b9618085fa03059675b58bee20a9.tar.bz2
dotfiles-494e73fecbf8b9618085fa03059675b58bee20a9.zip
fix polybar sink icon
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 a080d65..51247fd 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