Merge pull request #1589 from qubidt/module-group-orientation

group module: configurable orientation
This commit is contained in:
Alex
2023-03-02 19:42:22 +01:00
committed by GitHub
4 changed files with 37 additions and 7 deletions

View File

@ -242,6 +242,7 @@ A module group is defined by specifying a module named "group/some-group-name".
"modules-right": ["group/hardware", "clock"],
"group/hardware": {
"orientation": "vertical",
"modules": [
"cpu",
"memory",
@ -253,6 +254,8 @@ A module group is defined by specifying a module named "group/some-group-name".
}
```
Valid options for the (optional) "orientation" property are: "horizontal", "vertical", "inherit", and "orthogonal" (default).
# SUPPORTED MODULES
- *waybar-backlight(5)*