summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/rofi.1.markdown2
-rw-r--r--themes/fullscreen-preview.rasi4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 50838919..b80fa584 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -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
diff --git a/themes/fullscreen-preview.rasi b/themes/fullscreen-preview.rasi
index b6fd5290..920b7767 100644
--- a/themes/fullscreen-preview.rasi
+++ b/themes/fullscreen-preview.rasi
@@ -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;
}