Add wlr/workspaces module

This commit is contained in:
RealStickman 2023-05-01 17:10:56 +02:00
parent 14a92153b9
commit d552871287

View File

@ -2,31 +2,21 @@
"layer": "top", "layer": "top",
"position": "bottom", "position": "bottom",
"height": 30, "height": 30,
"width": 1280, "width": "",
"spacing": 4, "spacing": 4,
"modules-left": [
"sway/workspaces", "modules-left": ["wlr/workspaces"],
"sway/mode", "modules-center": [],
"sway/scratchpad", "modules-right": [],
"custom/media"
], "wlr/workspaces": {
"modules-center": ["sway/window"], "all-outputs": true,
"modules-right": [ "on-click": "activate",
"mpd", "format": "{name}",
"idle_inhibitor", "on-scroll-up": "hyprctl dispatch workspace e+1",
"pulseaudio", "on-scroll-down": "hyprctl dispatch workspace e-1"
"network", },
"cpu",
"memory",
"temperature",
"backlight",
"keyboard-state",
"sway/language",
"battery",
"battery#bat2",
"clock",
"tray"
],
"sway/workspaces": { "sway/workspaces": {
"disable-scroll": true, "disable-scroll": true,
"all-outputs": true, "all-outputs": true,