[
{
"layer": "top",
"position": "top",
"height": 36,
"margin-top": 7,
"margin-left": 446,
"margin-right": 446,
"spacing": 6,
"modules-left": [
"image",
"dwl/tags",
"dwl/window"
],
"modules-center": [
"cpu",
"temperature",
"memory",
"disk",
"network"
],
"modules-right": [
"custom/layout",
"tray",
"custom/notifications",
"battery",
"pulseaudio",
"clock",
"custom/power"
],
"image": {
"exec": "$HOME/.config/waybar/scripts/fedora-logo-themed.sh",
"size": 18,
"interval": "once",
"tooltip": false
},
"dwl/tags": {
"num-tags": 9,
"tag-labels": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9"
]
},
"dwl/window": {
"format": "{title}",
"max-length": 50,
"rewrite": {
"(.*) \u2014 Mozilla Firefox": "\uf279 $1",
"(.*) - Chromium": "\uf268 $1",
"(.*) - Visual Studio Code": "\uf121 $1",
"(.*) - zed": "\uf121 $1",
"(.*) - Discord": "\uf392 $1",
"(.*) - Steam": "\uf1b6 $1"
}
},
"cpu": {
"format": "\uf4bc {usage}%",
"interval": 2,
"tooltip": true,
"tooltip-format": "CPU: {usage}%"
},
"temperature": {
"format": "\uf2c9 {temperatureC}\u00b0",
"interval": 2,
"tooltip": true,
"tooltip-format": "CPU Temp: {temperatureC}\u00b0C"
},
"memory": {
"format": "\uefcd {used:0.1f}G",
"interval": 2,
"tooltip": true,
"tooltip-format": "RAM: {used:0.1f}GB / {total:0.1f}GB ({percentage}%)"
},
"disk": {
"format": "\uf07a {used}",
"interval": 30,
"path": "/",
"tooltip": true,
"tooltip-format": "Disk: {used} / {total} ({percentage_used}%)"
},
"network": {
"format-wifi": "\uf07a {bandwidthDownBytes} \uf07a {bandwidthUpBytes}",
"format-ethernet": "\uf07a {bandwidthDownBytes} \uf07a {bandwidthUpBytes}",
"format-disconnected": "\uf1eb Offline",
"interval": 2,
"tooltip": true,
"tooltip-format-wifi": "WiFi: {essid} ({signalStrength}%)\nDown: {bandwidthDownBits}\nUp: {bandwidthUpBits}",
"tooltip-format-ethernet": "Ethernet: {ifname}\nDown: {bandwidthDownBits}\nUp: {bandwidthUpBits}"
},
"custom/layout": {
"exec": "$HOME/.config/mango/bin/layout-switcher.sh",
"interval": 1,
"return-type": "json",
"on-click": "python3 $HOME/.config/mango/bin/layout-picker.py",
"tooltip": true
},
"tray": {
"icon-size": 16,
"spacing": 8,
"show-passive-items": true
},
"custom/notifications": {
"format": "{}",
"exec": "$HOME/.config/waybar/scripts/notifications.sh",
"interval": 2,
"return-type": "json",
"on-click": "makoctl dismiss --all",
"on-click-right": "makoctl restore"
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-icons": [
"\uf244",
"\uf243",
"\uf242",
"\uf241",
"\uf240"
],
"format-charging": "\uf0e7 {capacity}%",
"format-plugged": "\uf1e6 {capacity}%",
"tooltip": true,
"tooltip-format": "{timeTo} {capacity}%"
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "\uf2e2 Muted",
"format-icons": {
"default": [
"\uf026",
"\uf027",
"\uf028"
]
},
"on-click": "pavucontrol",
"on-scroll-up": "pactl set-sink-volume @DEFAULT_SINK@ +5%",
"on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -5%",
"tooltip": true,
"tooltip-format": "{desc}"
},
"clock": {
"format": "{:%I:%M %p %a, %b %d}",
"tooltip": true,
"tooltip-format": "{calendar}",
"calendar": {
"mode": "month",
"weeks-pos": "right",
"on-scroll": 1,
"format": {
"months": "{}",
"weekdays": "{}",
"today": "{}"
}
}
},
"custom/power": {
"format": "\uf011",
"tooltip": "Session Menu",
"on-click": "python3 $HOME/.config/waybar/scripts/logout-menu.py"
},
"output": [
"DP-1",
"DP-2"
]
},
{
"output": "HDMI-A-1",
"layer": "top",
"position": "top",
"height": 36,
"margin-top": 7,
"margin-left": 50,
"margin-right": 50,
"spacing": 6,
"modules-left": [
"image#fedora",
"dwl/tags#vertical"
],
"modules-center": [],
"modules-right": [
"clock#vertical",
"custom/power#vertical"
],
"image#fedora": {
"exec": "$HOME/.config/waybar/scripts/fedora-logo-themed.sh",
"size": 18,
"interval": "once",
"tooltip": false
},
"dwl/tags#vertical": {
"num-tags": 9,
"tag-labels": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9"
]
},
"clock#vertical": {
"format": "{:%I:%M %p}",
"tooltip": true,
"tooltip-format": "{calendar}",
"calendar": {
"mode": "month",
"weeks-pos": "right",
"on-scroll": 1,
"format": {
"months": "{}",
"weekdays": "{}",
"today": "{}"
}
}
},
"custom/power#vertical": {
"format": "\uf011",
"tooltip": "Session Menu",
"on-click": "python3 $HOME/.config/waybar/scripts/logout-menu.py"
}
}
]