diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config##desktop.Linux.Maus | 2 | ||||
-rwxr-xr-x | .config/polybar/pulseaudio-control.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/polybar/config##desktop.Linux.Maus b/.config/polybar/config##desktop.Linux.Maus index 577b58b..016b4d5 100644 --- a/.config/polybar/config##desktop.Linux.Maus +++ b/.config/polybar/config##desktop.Linux.Maus | |||
@@ -73,7 +73,7 @@ format-prefix-background = ${colors.sold_out_green} | |||
73 | format-prefix-foreground = ${colors.foreground} | 73 | format-prefix-foreground = ${colors.foreground} |
74 | format = <label> | 74 | format = <label> |
75 | format-padding = 0 | 75 | format-padding = 0 |
76 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' | 76 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' |
77 | ;契 | 77 | ;契 |
78 | 78 | ||
79 | [module/mpd] | 79 | [module/mpd] |
diff --git a/.config/polybar/pulseaudio-control.sh b/.config/polybar/pulseaudio-control.sh index bdabf2f..a080d65 100755 --- a/.config/polybar/pulseaudio-control.sh +++ b/.config/polybar/pulseaudio-control.sh | |||
@@ -13,8 +13,8 @@ AUTOSYNC="no" # All programs have the same volume if enabled | |||
13 | VOLUME_ICONS=( " " " " " " ) # Volume icons array, from lower volume to higher | 13 | VOLUME_ICONS=( " " " " " " ) # Volume icons array, from lower volume to higher |
14 | MUTED_ICON=" " # Muted volume icon | 14 | MUTED_ICON=" " # Muted volume icon |
15 | MUTED_COLOR="%{F#A9AA83}" # Color when the audio is muted | 15 | MUTED_COLOR="%{F#A9AA83}" # Color when the audio is muted |
16 | DEFAULT_SINK_ICON="♫ " # The default sink icon if a custom one isn't found | 16 | DEFAULT_SINK_ICON="" # The default sink icon if a custom one isn't found |
17 | CUSTOM_SINK_ICONS=("" "ï £") # Custom sink icons in index of sink order | 17 | CUSTOM_SINK_ICONS=("ï £" "ï £" "") # Custom sink icons in index of sink order |
18 | NOTIFICATIONS="yes" # Notifications when switching sinks if enabled | 18 | NOTIFICATIONS="yes" # Notifications when switching sinks if enabled |
19 | SINK_BLACKLIST=( ) # Index blacklist for sinks when switching between them | 19 | SINK_BLACKLIST=( ) # Index blacklist for sinks when switching between them |
20 | 20 | ||