Update icon theme
This commit is contained in:
parent
ab43bd374b
commit
a67751e67c
2 changed files with 4 additions and 4 deletions
|
@ -12,9 +12,9 @@ capvol='yes'
|
|||
maxvol='200'
|
||||
autosync='no'
|
||||
|
||||
icon_up='audio-volume-high'
|
||||
icon_down='audio-volume-low'
|
||||
icon_mute='audio-volume-muted'
|
||||
icon_up='audio-volume-high-symbolic'
|
||||
icon_down='audio-volume-low-symbolic'
|
||||
icon_mute='audio-volume-muted-symbolic'
|
||||
|
||||
main_sink=$(pacmd list-sinks |awk '/* index:/{print $3}')
|
||||
active_sinks=$(pacmd list-sinks |awk '/index:/{print $NF}' | tr '\n' ' ' | sed 's/ $/\n/g')
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
max_icon_size = 64
|
||||
|
||||
# Paths to default icons.
|
||||
icon_path = /usr/share/icons/gnome/32x32/status/:/usr/share/icons/gnome/32x32/devices/
|
||||
icon_path = /usr/share/icons/gruvbox-dark-icons-gtk/symbolic/status/
|
||||
|
||||
### History ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue