-
Notifications
You must be signed in to change notification settings - Fork 0
/
icons.h
37 lines (35 loc) · 994 Bytes
/
icons.h
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
static const char *default_icon = "";
static const Icon icons[] = {
{"Xfce4-terminal"," "},
{"St"," "},
{"Google-chrome"," "},
{"Microsoft-edge"," "},
{"firefox"," "},
{"Nemo"," "},
{"Code"," "},
{"qtmv"," "},
{"smplayer"," "},
{"WizNote"," "},
{"obsidian"," "},
{"Blueman-manager"," "},
{"Eog"," "},
{"electron-netease-cloud-music"," "},
{"yesplaymusic"," "},
{"QQ"," "},
{"gnome-system-monitor"," "},
{"com.xunlei.download"," "},
{"Microsoft-edge-dev"," "},
{"alixby3"," "},
{"阿里云盘"," "},
{"baidunetdisk"," "},
{"wpsoffice"," "},
{"Fsearch"," "},
{"Gedit"," "},
{"Gnome-terminal"," "},
{"Clash-verge"," "},
{"obs"," "},
{"flameshot"," "},
{"Pavucontrol"," "},
{"discord"," "},
{"TelegramDesktop"," "},
};