210 lines
4.3 KiB
JSON
210 lines
4.3 KiB
JSON
{
|
|
"layer": "top", // Waybar at top layer
|
|
"position": "top", // Waybar position (top|bottom|left|right)
|
|
// "width": 1280, // Waybar width
|
|
// Choose the order of the modules
|
|
"modules-left": [
|
|
"hyprland/workspaces",
|
|
"hyprland/window",
|
|
"sway/workspaces"
|
|
],
|
|
"modules-center": [
|
|
"clock"
|
|
],
|
|
"modules-right": [
|
|
"pulseaudio",
|
|
"tray",
|
|
"bluetooth",
|
|
"battery",
|
|
"custom/power"
|
|
],
|
|
"hyprland/workspaces": {
|
|
"disable-scroll": true,
|
|
"disable-markup": false,
|
|
"all-outputs": true,
|
|
"format": " {icon} ",
|
|
"on-click": "activate",
|
|
"sort-by-number": true,
|
|
"format-icons": {
|
|
"1": "",
|
|
"2": "",
|
|
"3": "",
|
|
"4": "",
|
|
"5": "",
|
|
"urgent": "",
|
|
"active": "",
|
|
"default": ""
|
|
},
|
|
"persistent-workspaces": {
|
|
"1": [
|
|
"HDMI-A-1"
|
|
],
|
|
"2": [
|
|
"HDMI-A-1"
|
|
],
|
|
"3": [
|
|
"HDMI-A-1"
|
|
],
|
|
"4": [
|
|
"HDMI-A-1"
|
|
],
|
|
"5": [
|
|
"HDMI-A-1"
|
|
],
|
|
"6": [
|
|
"HDMI-A-1"
|
|
],
|
|
"7": [
|
|
"HDMI-A-1"
|
|
],
|
|
"8": [
|
|
"HDMI-A-1"
|
|
],
|
|
"9": [
|
|
"HDMI-A-1"
|
|
],
|
|
"10": [
|
|
"eDP-1"
|
|
]
|
|
}
|
|
},
|
|
"sway/workspaces": {
|
|
"disable-scroll": true,
|
|
"disable-markup": false,
|
|
"all-outputs": true,
|
|
"format": " {icon} ",
|
|
"on-click": "activate",
|
|
"sort-by-number": true,
|
|
"format-icons": {
|
|
"1": "",
|
|
"2": "",
|
|
"3": "",
|
|
"4": "",
|
|
"5": "",
|
|
"urgent": "",
|
|
"active": "",
|
|
"default": ""
|
|
},
|
|
"persistent-workspaces": {
|
|
"1": [
|
|
"HDMI-A-1"
|
|
],
|
|
"2": [
|
|
"HDMI-A-1"
|
|
],
|
|
"3": [
|
|
"HDMI-A-1"
|
|
],
|
|
"4": [
|
|
"HDMI-A-1"
|
|
],
|
|
"5": [
|
|
"HDMI-A-1"
|
|
],
|
|
"6": [
|
|
"HDMI-A-1"
|
|
],
|
|
"7": [
|
|
"HDMI-A-1"
|
|
],
|
|
"8": [
|
|
"HDMI-A-1"
|
|
],
|
|
"9": [
|
|
"HDMI-A-1"
|
|
],
|
|
"10": [
|
|
"eDP-1"
|
|
]
|
|
}
|
|
},
|
|
"tray": {
|
|
"icon-size": 24,
|
|
"spacing": 5
|
|
},
|
|
"custom/spotify": {
|
|
"format": " {}",
|
|
"escape": true,
|
|
"interval": 5,
|
|
"tooltip": false,
|
|
"exec": "playerctl metadata --format='{{ title }}'",
|
|
"on-click": "playerctl play-pause",
|
|
"max-length": 50
|
|
},
|
|
"clock": {
|
|
"timezone": "Europe/Rome",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"format-alt": "{:%d/%m/%Y}",
|
|
"format": "{:%a %b %d %I:%M %p}"
|
|
},
|
|
"backlight": {
|
|
"device": "intel_backlight",
|
|
"format": "{icon} {percent}%",
|
|
"format-icons": [
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"format-charging": "",
|
|
"format-plugged": "",
|
|
"format-alt": "{icon}",
|
|
"format-icons": [
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"pulseaudio": {
|
|
// "scroll-step": 1, // %, can be a float
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"default": [
|
|
"",
|
|
"",
|
|
" "
|
|
]
|
|
},
|
|
"on-click": "pavucontrol"
|
|
},
|
|
"custom/lock": {
|
|
"tooltip": false,
|
|
"on-click": "sh -c '(sleep 0.5s; swaylock --grace 0)' & disown",
|
|
"format": ""
|
|
},
|
|
"custom/power": {
|
|
"tooltip": false,
|
|
"on-click": "wlogout &",
|
|
"format": ""
|
|
},
|
|
"bluetooth": {
|
|
"format": " {status}",
|
|
"format-connected": " {device_alias}",
|
|
"format-connected-battery": " {device_alias} {device_battery_percentage}%",
|
|
"format-off": "", // "format-device-preference": [ "device1", "device2" ], // preference list deciding the displayed device
|
|
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
|
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
|
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
|
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%"
|
|
}
|
|
}
|