mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[theme] Small theme tweak.
This commit is contained in:
parent
b15bec8e6c
commit
b02a9d552b
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue