Rofi: Update to use Gruvbox, be a nicer menu

This commit is contained in:
Salt 2020-12-20 07:01:21 -06:00
parent f6916eed9a
commit ff26b04ab0

View File

@ -10,20 +10,18 @@
configuration { configuration {
matching: "normal"; matching: "normal";
show-icons: true; show-icons: true;
icon-theme: "Papirus-Dark"; icon-theme: "Papirus-Gruvbox-Dark";
modi: "drun,ssh,window"; modi: "drun,ssh,window";
height: 60%;
width: 50%;
} }
* { * {
background: #232629; background: #282828;
background-alt: #31363b; background-alt: #32302f;
foreground: #eff0f1; foreground: #ebdbb2;
foreground-alt: #ed1515; foreground-alt: #fb4934;
blue-dark: #1abc9c; yellow: #fabd2f;
blue: #1d99f3; blue: #83a598;
yellow: #fdbc4b; cyan: #8ec07c;
text-color: @foreground; text-color: @foreground;
background-color: @background; background-color: @background;
@ -31,27 +29,35 @@ configuration {
} }
#window { #window {
location: center; location: southwest;
anchor: center; anchor: southwest;
border-color: @background-alt; border-color: @background-alt;
background-color: @background; background-color: @background;
border: 4px; border: 4px 4px 0 0;
border-radius: 16px; height: 60%;
width: 30%;
} }
#inputbar { #inputbar {
padding: 2em; background-color: @background-alt;
padding: 1em;
} }
#case-indicator { #case-indicator {
enabled: false;
background-color: @background-alt;
text-color: @foreground-alt; text-color: @foreground-alt;
} }
#prompt { #prompt {
font: "IBM Plex Sans Bold 16"; enabled: false;
padding: 0 1em 0 0; background-color: @background-alt;
font: "IBM Plex Sans Medium 12";
padding: 0.5em;
} }
#entry { #entry {
font: "IBM Plex Sans 16"; background-color: @background-alt;
font: "IBM Plex Sans 12";
padding: 0.5em;
} }
#message { #message {
padding: 4px; padding: 4px;
@ -62,19 +68,14 @@ configuration {
} }
#listview { #listview {
columns: 2;
padding: 1em; padding: 1em;
}
#element-icon {
size: 64px;
} }
#element { #element {
orientation: vertical; orientation: vertical;
padding: 1em; padding: 1em;
border-radius: 8px;
} }
#element normal active { #element normal active {
text-color: @blue-dark; text-color: @cyan;
} }
#element normal urgent { #element normal urgent {
text-color: @yellow; text-color: @yellow;
@ -84,7 +85,7 @@ configuration {
text-color: @background; text-color: @background;
} }
#element selected active { #element selected active {
background-color: @blue-dark; background-color: @cyan;
text-color: @background; text-color: @background;
} }
#element selected urgent { #element selected urgent {