Add wlr/workspaces module
This commit is contained in:
parent
14a92153b9
commit
d552871287
@ -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,
|
||||||
|
Reference in New Issue
Block a user