Rewrite rofi config to support the version in 22.04
This commit is contained in:
parent
12b0ca4d52
commit
606a31c422
@ -38,6 +38,7 @@ configuration {
|
|||||||
border: 4px 4px 0 0;
|
border: 4px 4px 0 0;
|
||||||
height: 60%;
|
height: 60%;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
padding: 0em;
|
||||||
}
|
}
|
||||||
#inputbar {
|
#inputbar {
|
||||||
background-color: @background-alt;
|
background-color: @background-alt;
|
||||||
@ -45,17 +46,30 @@ configuration {
|
|||||||
}
|
}
|
||||||
#case-indicator {
|
#case-indicator {
|
||||||
enabled: false;
|
enabled: false;
|
||||||
background-color: @background-alt;
|
|
||||||
text-color: @foreground-alt;
|
|
||||||
}
|
}
|
||||||
#prompt {
|
#prompt {
|
||||||
enabled: false;
|
enabled: false;
|
||||||
background-color: @background-alt;
|
}
|
||||||
font: "IBM Plex Sans Medium 12";
|
#textbox-prompt-colon {
|
||||||
padding: 0.5em;
|
enabled: false;
|
||||||
}
|
}
|
||||||
#entry {
|
#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";
|
font: "IBM Plex Sans 12";
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
@ -69,11 +83,18 @@ configuration {
|
|||||||
|
|
||||||
#listview {
|
#listview {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
#scrollbar {
|
||||||
|
handle-color: @background-alt;
|
||||||
|
enabled: false;
|
||||||
}
|
}
|
||||||
#element {
|
#element {
|
||||||
orientation: vertical;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
#element alternate.normal {
|
||||||
|
background-color: @background;
|
||||||
|
}
|
||||||
#element normal active {
|
#element normal active {
|
||||||
text-color: @cyan;
|
text-color: @cyan;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user