From 46abddfc514870a3fe169acc6e6888ba56eb7750 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 19 Aug 2023 18:36:29 +0200 Subject: [PATCH] [polybar] Add icon for spotube to polywins --- .config/polybar/scripts/polywins | 37 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/.config/polybar/scripts/polywins b/.config/polybar/scripts/polywins index cd6bc47..bd3614e 100755 --- a/.config/polybar/scripts/polywins +++ b/.config/polybar/scripts/polywins @@ -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