[polybar] Add icon for spotube to polywins

This commit is contained in:
Daniel Carrillo 2023-08-19 18:36:29 +02:00
parent ba898d7e5a
commit 46abddfc51
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 19 additions and 18 deletions

View File

@ -48,39 +48,40 @@ get_icon_by_name()
{
name=$(echo "$1" | tr '[:upper:]' '[:lower:]')
declare -A ICON_MAP=(
[10]=
[alacritty]=
[kitty]=
[nvim]=
[glrnvim]=
[code]=
[brave-browser]=
[firefox]=
[librewolf]=
[librewolf-default]=
[chromium]=
[vivaldi-stable]=
[tor]=
[nextcloud]=
[code]=
[eog]=
[evince]=
[file-roller]=
[firefox]=
[glrnvim]=
[gnome-calculator]=
[gnome-calendar]=
[gnome-control-center]=
[gnome-terminal]=
[gpaste-ui]=
[eog]=
[evince]=
[10]=
[nautilus]=
[file-roller]=
[mailspring]=
[keepassxc]=
[kitty]=
[librewolf-default]=
[librewolf]=
[mailspring]=
[nautilus]=
[nextcloud]=
[nvim]=
[seahorse]=
[steam]=
[skype]=
[slack]=
[spotify]=
[spotube]=󰋋
[steam]=
[telegramdesktop]=
[xterm]=
[tilix]=
[tor]=
[vivaldi-stable]=
[xterm]=
)
if [ ${ICON_MAP[$name]+_} ]; then