diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 17:32:33 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 17:32:33 +0900 |
| commit | 8040be99a879c8af745905fc88655c6b04450e8e (patch) | |
| tree | d4b41e060bafa198a15c78d248ff4cfb2e290b48 /config/waybar/ModulesWorkspaces | |
| parent | 8610d39bf22c0a087871e98e4f92822ba5b56ac6 (diff) | |
Added Top & Bot waybar v2 layout, Prismatic Glow waybar style. Adjust Select wallpaper yad to avoid multiple yad notification
Diffstat (limited to 'config/waybar/ModulesWorkspaces')
| -rw-r--r-- | config/waybar/ModulesWorkspaces | 71 |
1 files changed, 57 insertions, 14 deletions
diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index c49c8359..d171fe5b 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -181,40 +181,83 @@ "format": "{icon} {windows}", "format-window-separator": " ", "window-rewrite-default": " ", - "window-rewrite": { - "title<.*youtube.*>": " ", + "window-rewrite": { "title<.*amazon.*>": " ", "title<.*reddit.*>": " ", - "title<.*Picture-in-Picture.*>": " ", + "class<firefox|org.mozilla.firefox|librewolf|floorp|mercury-browser|[Cc]achy-browser>": " ", + "class<zen>": " ", + "class<waterfox|waterfox-bin>": " ", + "class<microsoft-edge>": " ", + "class<Chromium|Thorium|[Cc]hrome>": " ", + "class<brave-browser>": "🦁 ", + "class<tor browser>": " ", + "class<firefox-developer-edition>": "🦊 ", + "class<kitty|konsole>": " ", "class<kitty-dropterm>": " ", - "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<com.mitchellh.ghostty>": " ", + "class<org.wezfurlong.wezterm>": " ", + "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>": " ", + "title<.*whatsapp.*>": " ", + "title<.*messenger.*>": " ", + "title<.*facebook.*>": " ", + "title<.*reddit.*>": " ", + + + "title<.*ChatGPT.*>": " ", + "title<.*deepseek.*>": " ", + "title<.*AI.*>": " ", + "title<.*qwen.*>": " ", "class<subl>": " ", + "class<slack>": " ", + "class<mpv>": " ", "class<celluloid|Zoom>": " ", "class<Cider>": " ", + "title<.*Picture-in-Picture.*>": " ", + "title<.*youtube.*>": " ", + "class<vlc>": " ", + "title<.*cmus.*>": " ", + "class<[Ss]potify>": " ", + "class<virt-manager>": " ", "class<.virt-manager-wrapped>": " ", + "class<virtualbox manager>": "💽 ", + "title<virtualbox>": "💽 ", + "class<remmina>": "🖥️ ", + + "class<VSCode|code-url-handler|code-oss|codium|codium-url-handler|VSCodium>": " ", "class<codeblocks>": " ", + "title<.*github.*>": " ", "class<mousepad>": " ", "class<libreoffice-writer>": " ", "class<libreoffice-startcenter>": " ", - "class<com.obsproject.Studio>": " ", + "class<libreoffice-calc>": " ", + "title<.*nvim ~.*>": " ", + "title<.*vim.*>": " ", + "title<.*nvim.*>": " ", + "title<.*figma.*>": " ", + "title<.*jira.*>": " ", + "class<jetbrains-idea>": " ", + + "class<obs|com.obsproject.Studio>": " ", + "class<polkit-gnome-authentication-agent-1>": " ", "class<nwg-look>": " ", - "class<zen>": " ", //Zen Browser - "class<waterfox|waterfox-bin>": " ", - "class<microsoft-edge>": " ", - "class<vlc>": " ", - "class<steam>": " " + + "class<steam>": " ", + "class<thunar|nemo>": " ", + "class<gimp>": " ", + "class<emulator>": "📱 ", + "class<android-studio>": " ", + } }, |
