mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 06:58:01 +00:00
[polybar] Add icon for spotube to polywins
This commit is contained in:
parent
ba898d7e5a
commit
46abddfc51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user