mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(waybar): Hyprland workspace
This commit is contained in:
parent
14fe2aad5f
commit
c37d7bb33e
1 changed files with 106 additions and 0 deletions
106
platforms/linux/waybar/modules/hyprland-workspace.jsonc
Normal file
106
platforms/linux/waybar/modules/hyprland-workspace.jsonc
Normal file
|
|
@ -0,0 +1,106 @@
|
|||
|
||||
{
|
||||
"hyprland/workspaces#rw": {
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"warp-on-scroll": false,
|
||||
"sort-by-number": true,
|
||||
"show-special": false,
|
||||
"on-click": "activate",
|
||||
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
||||
"persistent-workspaces": {
|
||||
"*": 5
|
||||
},
|
||||
|
||||
"format-icons": {
|
||||
"active": "",
|
||||
"default": "",
|
||||
},
|
||||
"format": "{icon} {windows}",
|
||||
"format-window-separator": " ",
|
||||
"window-rewrite-default": " ",
|
||||
"window-rewrite": {
|
||||
"title<.*amazon.*>": " ",
|
||||
"title<.*reddit.*>": " ",
|
||||
|
||||
"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<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<.*zapzap.*>": " ",
|
||||
"title<.*messenger.*>": " ",
|
||||
"title<.*facebook.*>": " ",
|
||||
"title<.*reddit.*>": " ",
|
||||
|
||||
|
||||
"title<.*ChatGPT.*>": " ",
|
||||
"title<.*deepseek.*>": " ",
|
||||
"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<dev.zed.Zed>": "",
|
||||
"class<codeblocks>": " ",
|
||||
"title<.*github.*>": " ",
|
||||
"class<mousepad>": " ",
|
||||
"class<libreoffice-writer>": " ",
|
||||
"class<libreoffice-startcenter>": " ",
|
||||
"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<[Pp]avucontrol|org.pulseaudio.pavucontrol>": " ",
|
||||
"class<steam>": " ",
|
||||
"class<thunar|nemo|dolphin>": " ",
|
||||
"class<Gparted>":"",
|
||||
"class<gimp>": " ",
|
||||
"class<emulator>": "📱 ",
|
||||
"class<android-studio>": " ",
|
||||
"class<org.pipewire.Helvum>": "",
|
||||
"class<localsend>":"",
|
||||
"class<PrusaSlicer|UltiMaker-Cura|OrcaSlicer>": "",
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue