summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2023-01-10 13:52:13 +0100
committerDave Davenport <qball@blame.services>2023-01-10 13:52:13 +0100
commitb02a9d552b7b5fd550c3bd09e829bba31cc102c4 (patch)
treec249393b836d6cdca2d76697ccca5c5b0a07a7ce
parentb15bec8e6c3a8a4ea4cd2eb3797923aac97c7c88 (diff)
[theme] Small theme tweak.
-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;
}