-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathicons.sh
91 lines (77 loc) · 2.86 KB
/
icons.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#!/bin/sh
# Material Design Icons
export ICON_CONNECT=
export ICON_PROCESS=
export ICON_PORT=
export ICON_CMD=
export ICON_COG= # system settings, system information, tinkertool
export ICON_CHART= # activity monitor, btop
export ICON_LOCK=
export ICON_APPLE=
export ICON_CONTROL=
export ICON_NOTIF=
export ICONS_SPACE=( )
export ICONS_SPACE_JP=(一 二 三 四 五 六 七 八 九 十)
export ICON_APP= # fallback app
export ICON_TERM= # fallback terminal app, terminal, warp, iterm2
export ICON_PACKAGE= # brew
export ICON_DEV= # nvim, neovide, xcode, vscode, intellij
export ICON_FILE= # ranger, finder
export ICON_GIT= # lazygit
export ICON_LIST= # taskwarrior, taskwarrior-tui, reminders, onenote
export ICON_SCREENSAVOR= # unimatrix, pipe.sh
export ICON_WEATHER= # weather
export ICON_MAIL= # mail, outlook
export ICON_CALC= # calculator, numi
export ICON_MAP= # maps, find my
export ICON_MICROPHONE= # voice memos
export ICON_CHAT= # messages, slack, teams, discord, telegram
export ICON_VIDEOCHAT= # facetime, zoom, webex
export ICON_NOTE= # notes, textedit, stickies, word, bat
export ICON_CAMERA= # photo booth
export ICON_WEB= # safari, beam, duckduckgo, arc, edge, chrome, firefox
export ICON_HOMEAUTOMATION= # home
export ICON_MUSIC= # music, spotify
export ICON_PODCAST= # podcasts
export ICON_PLAY= # tv, quicktime, vlc
export ICON_BOOK= # books
export ICON_BOOKINFO= # font book, dictionary
export ICON_PREVIEW= # screenshot, preview
export ICON_PASSKEY= # 1password
export ICON_DOWNLOAD= # progressive downloader, transmission
export ICON_CAST= # airflow
export ICON_TABLE= # exel
export ICON_PRESENT= # powerpoint
export ICON_CLOUD= # onedrive
export ICON_PEN= # curve
export ICON_REMOTEDESKTOP= # remote desktop, vmware, utm
export ICON_WHATSAPP=
export ICON_MESSENGER=
export ICON_SAFARI=
export ICON_FIREFOX=
export ICON_STEAM=
export ICON_SPOTIFY=
export ICON_CLOCK= # clock, timewarrior, tty-clock
export ICON_CALENDAR= # calendar
export ICON_HOTSPOT=
export ICON_WIFI=
export ICON_WIFI_OFF=
export ICON_VPN= # vpn, nordvpn
export ICONS_VOLUME=( )
export ICONS_MICROPHONE=( )
export ICONS_RECORD=
export ICONS_BATTERY=( )
export ICONS_BATTERY_CHARGING=( )
export ICON_SWAP=
export ICON_RAM=( )
export ICON_DISK= # disk utility
export ICON_CPU=( )
export ICON_GIT=
export ICON_DOCKER=
export ICON_MESSAGE=
export ICON_DISCORD=
export ICON_TELEGRAM=
export ICON_PIP=
export ICON_BREW=
export ICON_NPM=
export ICON_GEM=