| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- [
- {
- "include": [
- "~/.config/waybar/common.jsonc"
- ],
- "modules-left": [
- "sway/workspaces"
- ],
- "modules-right": [
- "disk",
- "cpu",
- "memory"
- ],
- "output": [
- "DP-1"
- ]
- },
- {
- "include": [
- "~/.config/waybar/common.jsonc"
- ],
- "modules-left": [
- "sway/workspaces"
- ],
- "modules-center": [
- "custom/playerctl",
- "custom/playerlabel"
- ],
- "modules-right": [
- "custom/screenrecording-indicator",
- "custom/randwall",
- "pulseaudio",
- "clock",
- "group/tray-expander"
- ],
- "output": [
- "HDMI-A-1"
- ]
- },
- {
- "include": [
- "~/.config/waybar/common.jsonc"
- ],
- "modules-left": [
- "sway/workspaces"
- ],
- "modules-center": [
- "custom/playerctl",
- "custom/playerlabel"
- ],
- "modules-right": [
- "custom/screenrecording-indicator",
- "custom/randwall",
- "pulseaudio",
- "backlight",
- "battery",
- "group/tray-expander"
- ],
- "output": [
- "eDP-1"
- ]
- }
- ]
|