Created
January 8, 2025 22:34
-
-
Save espeon/2f56aee5953c6f7014282c39823de0b7 to your computer and use it in GitHub Desktop.
orchid waybar config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Orchid by uxieq. | |
| // Requires https://github.com/sicista33/waybar-scrolling-mpris. | |
| // Intended to be used in https://github.com/JaKooLit/Hyprland-Dots. | |
| { | |
| "include": [ | |
| "$HOME/.config/waybar/Modules", | |
| "$HOME/.config/waybar/ModulesWorkspaces", | |
| "$HOME/.config/waybar/ModulesCustom", | |
| "$HOME/.config/waybar/ModulesGroups", | |
| ], | |
| "layer": "top", | |
| "mode": "dock", | |
| "exclusive": true, | |
| "passthrough": false, | |
| "position": "bottom", | |
| "spacing": 4, | |
| "fixed-center": true, | |
| "ipc": true, | |
| "margin-top": 0, | |
| //"margin-bottom": 5, | |
| "width": 1920, | |
| "output": "DP-3", | |
| "custom/waybar-scrolling-mpris": { | |
| "format": "{}", | |
| "display-format": "{icon} {artist} - {title}", | |
| "exec": "~/.config/hypr/UserScripts/waybar-scrolling-mpris ~/.config/hypr/UserScripts/waybar-scrolling-mpris.config.json", | |
| "on-click-middle": "playerctl previous", | |
| "on-click": "playerctl play-pause", | |
| "on-click-right": "playerctl next", | |
| "icons": { | |
| "Paused": "⏸", | |
| "Playing": "▶", | |
| "Stopped": "■" | |
| }, | |
| "length": 40 | |
| }, | |
| "modules-left": [ | |
| "hyprland/workspaces#kanji", | |
| "custom/waybar-scrolling-mpris" | |
| ], | |
| "modules-center": ["clock#4", "tray"], | |
| "modules-right": [ | |
| "custom/cava_mviz", | |
| "custom/separator#blank", | |
| "custom/separator#blank", | |
| "custom/swaync", | |
| "custom/separator#blank", | |
| "battery", | |
| "custom/separator#blank", | |
| "backlight", | |
| "custom/separator#blank", | |
| "pulseaudio", | |
| "custom/separator#blank", | |
| "temperature", | |
| "custom/separator#blank", | |
| "network"] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment