Rofi: BIG CHUNGUS

This commit is contained in:
Salt 2020-09-27 10:49:53 -05:00
parent 54ace44ab9
commit 171814cc6b

View File

@ -1,21 +1,19 @@
/* rehashedsalt's Gruvbox rofi theme /*
* Distributed under the terms of the MIT License * config.rasi
* github.com/rehashedsalt * Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
*
* See rofi-theme(5) for documentation
* *
* Distributed under terms of the MIT License
*
* See rofi-theme(5) for documentation
*/ */
configuration { configuration {
matching: "fuzzy"; matching: "normal";
show-icons: true; show-icons: true;
icon-theme: "Papirus-Dark"; icon-theme: "Papirus-Dark";
modi: "drun,ssh,window"; modi: "drun,ssh,window";
sidebar-mode: true; height: 60%;
width: 50%;
yoffset: -4;
xoffset: 0;
width: 32;
} }
* { * {
@ -33,69 +31,63 @@ configuration {
} }
#window { #window {
location: north; location: center;
anchor: north; anchor: center;
border-color: @background-alt; border-color: @background-alt;
background-color: @background; background-color: @background;
border: 4px; border: 4px;
height: 40%; border-radius: 16px;
width: 520px;
} }
#inputbar { #inputbar {
padding: 10px; padding: 2em;
border: 0px 0px 4px 0px;
border-color: @background-alt;
} }
#case-indicator { #case-indicator {
text-color: @foreground-alt; text-color: @foreground-alt;
} }
#prompt { #prompt {
font: "Roboto Bold 10"; font: "Roboto Bold 16";
padding: 0px 8px 0px 0px; padding: 0px 8px 0px 0px;
text-color: @foreground; text-color: @foreground;
} }
#entry {
font: "Roboto 16";
}
#message { #message {
padding: 4px; padding: 4px;
} }
#textbox { #textbox {
padding: 4px 12px 4px 12px; padding: 4px 12px 4px 12px;
font-color: @foreground-alt; font-color: @foreground-alt;
} }
#listview { #listview {
padding: 4px; columns: 2;
spacing: 0px; padding: 1em;
} }
#element-icon {
#element { size: 1.2em;
padding: 4px; }
#element {
orientation: vertical;
padding: 8px;
border-radius: 8px;
} }
#element normal active { #element normal active {
text-color: @blue-dark; text-color: @blue-dark;
} }
#element normal urgent { #element normal urgent {
text-color: @yellow; text-color: @yellow;
} }
#element selected normal { #element selected normal {
background-color: @blue; background-color: @blue;
text-color: @background; text-color: @background;
} }
#element selected active { #element selected active {
background-color: @blue-dark; background-color: @blue-dark;
text-color: @background; text-color: @background;
} }
#element selected urgent { #element selected urgent {
background-color: @yellow; background-color: @yellow;
text-color: @background; text-color: @background;
@ -113,5 +105,4 @@ configuration {
} }
/* vim:ft=css /* vim:ft=css
*/ */