diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-10-22 09:46:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-22 09:46:22 +0100 |
| commit | e9a68cb60732c2108545cc604db5a4df347fec46 (patch) | |
| tree | 06c7c37a02dc216df91b1cfe4e7b6746eff404e8 /config/waybar/ModulesWorkspaces | |
| parent | 1fc799595f4b9413666418077c99ed1cca90e22e (diff) | |
| parent | ef099f02003e6e140d104971f547329c7f27b74c (diff) | |
Merge pull request #478 from brockar/add-icons
config: add icons on waybar ModuleWorkspaces
Diffstat (limited to 'config/waybar/ModulesWorkspaces')
| -rw-r--r-- | config/waybar/ModulesWorkspaces | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index 4d840c0d..12fbdb56 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -140,7 +140,7 @@ "default": "", }, }, -// NUMBERS and ICONS style with window rewrite +// NUMBERS and ICONS style with window rewrite "hyprland/workspaces#rw": { "disable-scroll": true, "all-outputs": true, @@ -158,19 +158,19 @@ "title<.*amazon.*>": " ", "title<.*reddit.*>": " ", "title<.*Picture-in-Picture.*>": " ", - "class<firefox|org.mozilla.firefox>": " ", + "class<firefox|org.mozilla.firefox|librewolf|floorp|mercury-browser>": " ", "class<kitty|konsole>": " ", "class<kitty-dropterm>": " ", - "class<Chromium>": " ", + "class<Chromium|Thorium>": " ", "class<org.telegram.desktop|io.github.tdesktop_x64.TDesktop>": " ", "class<[Ss]potify>": " ", "class<VSCode|code-url-handler|code-oss|codium|codium-url-handler|VSCodium>": " ", "class<thunar>": " ", "class<[Tt]hunderbird|[Tt]hunderbird-esr>": " ", - "class<discord|[Ww]ebcord>": " ", + "class<discord|[Ww]ebcord|Vesktop>": " ", "class<subl>": " ", "class<mpv>": " ", - "class<celluloid>": " ", + "class<celluloid|Zoom>": " ", "class<Cider>": " ", "class<virt-manager>": " ", "class<codeblocks>": " ", @@ -179,8 +179,12 @@ "class<libreoffice-startcenter>": " ", "class<com.obsproject.Studio>": " ", "class<polkit-gnome-authentication-agent-1>": " ", - "class<nwg-look>": " " + "class<nwg-look>": " ", + "class<zen-alpha>": " ", //Zen Browser + "class<waterfox|waterfox-bin>": " ", + "class<microsoft-edge>": " ", + "class<vlc>": " " } }, -}
\ No newline at end of file +} |
