diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-10-29 11:20:28 -0400 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-10-29 11:20:28 -0400 |
| commit | dedbe6bcfacd9dfb4c6f7e1dee409d9f4765bbdf (patch) | |
| tree | 042e66b1ef86e529c3d8c2dd785e5c0ec5aa7d0b /config | |
| parent | cc12a1f43d2d35d86a299f456ada1bc1cddd2000 (diff) | |
Added more appl icons for waybars that use them
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/waybar/ModulesWorkspaces
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/ModulesWorkspaces | 38 |
1 files changed, 33 insertions, 5 deletions
diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index 82a82869..ab4b2b02 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -198,19 +198,21 @@ "class<kitty-dropterm>": " ", "class<com.mitchellh.ghostty>": " ", "class<org.wezfurlong.wezterm>": " ", + "class<Warp|warp|dev.warp.Warp|warp-terminal>": " ", "class<[Tt]hunderbird|[Tt]hunderbird-esr>": " ", "class<eu.betterbird.Betterbird>": " ", "title<.*gmail.*>": " ", "class<[Tt]elegram-desktop|org.telegram.desktop|io.github.tdesktop_x64.TDesktop>": " ", - "class<discord|[Ww]ebcord|Vesktop>": " ", + "class<discord|discord-canary|[Ww]ebcord|[Vv]esktop|com.discordapp.Discord|dev.vencord.Vesktop>": " ", + "class<[Ss]ignal|signal-desktop|org.signal.Signal>": " ", + "title<.*Signal.*>": " ", "title<.*whatsapp.*>": " ", "title<.*zapzap.*>": " ", "title<.*messenger.*>": " ", "title<.*facebook.*>": " ", - "title<.*reddit.*>": " ", - + "title<.*Discord.*>": " ", "title<.*ChatGPT.*>": " ", "title<.*deepseek.*>": " ", @@ -224,17 +226,20 @@ "title<.*Picture-in-Picture.*>": " ", "title<.*youtube.*>": " ", "class<vlc>": " ", + "class<[Kk]denlive|org.kde.kdenlive>": "🎬 ", + "title<.*Kdenlive.*>": "🎬 ", "title<.*cmus.*>": " ", "class<[Ss]potify>": " ", "class<Plex>": " ", "class<virt-manager>": " ", "class<.virt-manager-wrapped>": " ", + "class<remote-viewer|virt-viewer>": " ", "class<virtualbox manager>": "💽 ", "title<virtualbox>": "💽 ", - "class<remmina>": "🖥️ ", + "class<remmina|org.remmina.Remmina>": "🖥️ ", - "class<VSCode|code-url-handler|code-oss|codium|codium-url-handler|VSCodium>": " ", + "class<VSCode|code|code-url-handler|code-oss|codium|codium-url-handler|VSCodium>": " ", "class<dev.zed.Zed>": "", "class<codeblocks>": " ", "title<.*github.*>": " ", @@ -263,6 +268,29 @@ "class<org.pipewire.Helvum>": "", "class<localsend>":"", "class<PrusaSlicer|UltiMaker-Cura|OrcaSlicer>": "", + + "class<io.github.kolunmi.Bazaar>": " ", + "title<^Bazaar$>": " ", + + "class<com.gabm.satty>": " ", + "title<^satty$>": " ", + + "class<[Bb]ox[Bb]uddy|io.github.dvlv.boxbuddy|io.github.dvlv.BoxBuddy>": " ", + "title<.*BoxBuddy.*>": " ", + + "title<Hyprland Keybinds>": " ", + "title<Niri Keybinds>": " ", + "title<BSPWM Keybinds>": " ", + "title<DWM Keybinds>": " ", + "title<Emacs Leader Keybinds>": " ", + "title<Kitty Configuration>": " ", + "title<WezTerm Configuration>": " ", + "title<Yazi Configuration>": " ", + "title<Cheatsheets Viewer>": " ", + "title<Documentation Viewer>": " ", + "title<^Wallpapers$>": " ", + "title<^Video Wallpapers$>": " ", + "title<^qs-wlogout$>": " ", } }, }
\ No newline at end of file |
