8 lines
392 B
Markdown
8 lines
392 B
Markdown
# Panel
|
|
|
|
This can be used as a topbar(or a bottom or side bar, as per preferences, with minimal modifications in the config).
|
|
To open the bar, run:
|
|
```bash
|
|
eww open panel --arg "h=27" --arg "w=1366"
|
|
```
|
|
Adjust height and width for your monitor. Place it in the scripts which execute when you login, like `xinitrc` or leftwm's `up` script(after starting the `eww daemon`, of course). |