Rewrite rofi config to support the version in 22.04

This commit is contained in:
Salt 2022-04-15 22:07:07 -05:00
parent 12b0ca4d52
commit 606a31c422
1 changed files with 28 additions and 7 deletions

View File

@ -38,6 +38,7 @@ configuration {
border: 4px 4px 0 0;
height: 60%;
width: 30%;
padding: 0em;
}
#inputbar {
background-color: @background-alt;
@ -45,17 +46,30 @@ configuration {
}
#case-indicator {
enabled: false;
background-color: @background-alt;
text-color: @foreground-alt;
}
#prompt {
enabled: false;
background-color: @background-alt;
font: "IBM Plex Sans Medium 12";
padding: 0.5em;
}
#textbox-prompt-colon {
enabled: false;
}
#entry {
background-color: @background-alt;
background-color: inherit;
font: "IBM Plex Sans 12";
padding: 0.5em;
}
#num-filtered-rows {
background-color: inherit;
font: "IBM Plex Sans 12";
padding: 0.5em;
}
#textbox-num-sep {
background-color: inherit;
font: "IBM Plex Sans 12";
padding: 0.5em 0em;
}
#num-rows {
background-color: inherit;
font: "IBM Plex Sans 12";
padding: 0.5em;
}
@ -69,11 +83,18 @@ configuration {
#listview {
padding: 1em;
border: none;
}
#scrollbar {
handle-color: @background-alt;
enabled: false;
}
#element {
orientation: vertical;
padding: 1em;
}
#element alternate.normal {
background-color: @background;
}
#element normal active {
text-color: @cyan;
}