From 76e7284de10bae7e35c8dcbf1f5e7b1ce71d9b71 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 3 Oct 2021 04:21:58 +0300 Subject: polybar: pulseaudio uses siji --- .config/polybar/pulseaudio-control.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/polybar/pulseaudio-control.sh b/.config/polybar/pulseaudio-control.sh index 72b8cb6..7ba2c3f 100755 --- a/.config/polybar/pulseaudio-control.sh +++ b/.config/polybar/pulseaudio-control.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ################################################################## # Polybar Pulseaudio Control # @@ -10,12 +10,12 @@ OSD="no" # On Screen Display message for KDE if enabled INC=2 # Increment when lowering/rising the volume MAX_VOL=100 # Maximum volume AUTOSYNC="no" # All programs have the same volume if enabled -VOLUME_ICONS=( " " " " " " ) # Volume icons array, from lower volume to higher -MUTED_ICON=" " # Muted volume icon +VOLUME_ICONS=( " " " " " " ) # Volume icons array, from lower volume to higher +MUTED_ICON=" " # Muted volume icon MUTED_COLOR="%{F#A9AA83}" # Color when the audio is muted -DEFAULT_SINK_ICON="" # The default sink icon if a custom one isn't found -CUSTOM_SINK_ICONS=("" "") # Custom sink icons in index of sink order -NOTIFICATIONS="yes" # Notifications when switching sinks if enabled +DEFAULT_SINK_ICON="" # The default sink icon if a custom one isn't found +CUSTOM_SINK_ICONS=("" "") # Custom sink icons in index of sink order +NOTIFICATIONS="no" # Notifications when switching sinks if enabled SINK_BLACKLIST=( ) # Index blacklist for sinks when switching between them # Environment constants -- cgit v1.2.3-70-g09d2