[theme] Small theme tweak.

This commit is contained in:
Dave Davenport 2023-01-10 13:52:13 +01:00
parent b15bec8e6c
commit b02a9d552b
2 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,7 @@ To show the `drun` dialog:
rofi -show drun
```
A very useful setup in minimalistic window managers is to combine `drun`, `run`
A useful setup in minimalistic window managers is to combine `drun`, `run`
with `window` mode:
```bash

View File

@ -83,9 +83,11 @@ element {
border-color: lightblue /15%;
border: 3px;
border-radius: 0.4em;
children: [element-icon, element-text ];
}
element-icon {
size: 8em;
size: calc(((100% - 8em) / 7 ));
horizontal-align: 0.5;
vertical-align: 0.5;
}