dotfiles/modules/waybar/config.json
2024-01-25 00:55:35 -07:00

27 lines
416 B
JSON

[
{
"height": 1080,
"hyprland/workspaces": {
"active-only": false,
"format": "{name}"
},
"layer": "top",
"modules-center": [],
"modules-left": [
"hyprland/workspaces"
],
"modules-right": [
"tray",
"wireplumber"
],
"output": [
"eDP-1"
],
"position": "left",
"width": 30,
"wireplumber": {
"scroll-step": 5
}
}
]