summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2021-10-03 04:21:58 +0300
committerYigit Sever2021-10-03 04:21:58 +0300
commit76e7284de10bae7e35c8dcbf1f5e7b1ce71d9b71 (patch)
treeffea3f34488ae27cf33245170b1ff7f14a099928 /.config/polybar
parent4b193ae2b3de93b4da72c84ba30f90a0eacc843f (diff)
downloaddotfiles-76e7284de10bae7e35c8dcbf1f5e7b1ce71d9b71.tar.gz
dotfiles-76e7284de10bae7e35c8dcbf1f5e7b1ce71d9b71.tar.bz2
dotfiles-76e7284de10bae7e35c8dcbf1f5e7b1ce71d9b71.zip
polybar: pulseaudio uses siji
diffstat (limited to '.config/polybar')
-rwxr-xr-x.config/polybar/pulseaudio-control.sh12
1 files 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 @@
1#!/bin/bash 1#!/usr/bin/env bash
2 2
3################################################################## 3##################################################################
4# Polybar Pulseaudio Control # 4# Polybar Pulseaudio Control #
@@ -10,12 +10,12 @@ OSD="no" # On Screen Display message for KDE if enabled
10INC=2 # Increment when lowering/rising the volume 10INC=2 # Increment when lowering/rising the volume
11MAX_VOL=100 # Maximum volume 11MAX_VOL=100 # Maximum volume
12AUTOSYNC="no" # All programs have the same volume if enabled 12AUTOSYNC="no" # All programs have the same volume if enabled
13VOLUME_ICONS=( " " " " " " ) # Volume icons array, from lower volume to higher 13VOLUME_ICONS=( " " " " " " ) # Volume icons array, from lower volume to higher
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="no" # 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
21# Environment constants 21# Environment constants