* Add side-effect for app icons for workspaces and udated mpris types. * Add links to workspace icon toggles. * Add subtitle
30 lines
641 B
TypeScript
30 lines
641 B
TypeScript
export const defaultApplicationIcons = {
|
|
'[dD]iscord': '',
|
|
'^thunderbird': '',
|
|
'class:wezterm$': '',
|
|
'draw.io': '',
|
|
'firefox-developer-edition': '',
|
|
'google-chrome': '',
|
|
'title:YouTube ': '',
|
|
Spotify: '',
|
|
chromium: '',
|
|
code: '',
|
|
dbeaver: '',
|
|
edge: '',
|
|
evince: '',
|
|
firefox: '',
|
|
foot: '',
|
|
keepassxc: '',
|
|
keymapp: '',
|
|
kitty: '',
|
|
obsidian: '',
|
|
password$: '',
|
|
qBittorrent$: '',
|
|
rofi: '',
|
|
slack: '',
|
|
spotube: '',
|
|
steam: '',
|
|
telegram: '',
|
|
vlc: '',
|
|
};
|