Make rofi a bit more dense

This commit is contained in:
Salt 2024-02-15 01:09:13 -06:00
parent f280c76297
commit 5ff46e0232

View File

@ -42,7 +42,7 @@ configuration {
} }
#inputbar { #inputbar {
background-color: @background-alt; background-color: @background-alt;
padding: 1em; padding: 0.5em;
} }
#case-indicator { #case-indicator {
enabled: false; enabled: false;
@ -82,7 +82,7 @@ configuration {
} }
#listview { #listview {
padding: 1em; padding: 0.5em;
border: none; border: none;
} }
#scrollbar { #scrollbar {
@ -90,7 +90,7 @@ configuration {
enabled: false; enabled: false;
} }
#element { #element {
padding: 1em; padding: 0.5em;
} }
#element alternate.normal { #element alternate.normal {
background-color: @background; background-color: @background;