125 lines
2.3 KiB
Plaintext
125 lines
2.3 KiB
Plaintext
|
|
@theme "/dev/null"
|
||
|
|
|
||
|
|
* {
|
||
|
|
bg: black;
|
||
|
|
background-color: @bg;
|
||
|
|
}
|
||
|
|
|
||
|
|
configuration {
|
||
|
|
modi: "drun,run,filebrowser,ssh";
|
||
|
|
show-icons: true;
|
||
|
|
// icon-theme: "Papirus";
|
||
|
|
icon-theme: "Qogir";
|
||
|
|
location: 0;
|
||
|
|
font: "JetBrains Nerd Font 16";
|
||
|
|
drun-display-format: "{icon} {name}";
|
||
|
|
display-drun: " Apps ";
|
||
|
|
display-run: " Run ";
|
||
|
|
display-filebrowser: " File ";
|
||
|
|
}
|
||
|
|
|
||
|
|
window {
|
||
|
|
width: 45%;
|
||
|
|
transparency: "real";
|
||
|
|
orientation: vertical;
|
||
|
|
border: 2px ;
|
||
|
|
border-color: green;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
mainbox {
|
||
|
|
children: [ inputbar, listview, mode-switcher ];
|
||
|
|
}
|
||
|
|
|
||
|
|
// ELEMENT
|
||
|
|
// -----------------------------------
|
||
|
|
|
||
|
|
element {
|
||
|
|
padding: 8 14;
|
||
|
|
text-color: blue;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
element selected {
|
||
|
|
text-color: green;
|
||
|
|
background-color: brown;
|
||
|
|
}
|
||
|
|
|
||
|
|
element-text {
|
||
|
|
background-color: inherit;
|
||
|
|
text-color: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
element-icon {
|
||
|
|
size: 32 px;
|
||
|
|
background-color: inherit;
|
||
|
|
padding: 0 6 0 0;
|
||
|
|
alignment: vertical;
|
||
|
|
}
|
||
|
|
|
||
|
|
listview {
|
||
|
|
columns: 2;
|
||
|
|
lines: 6;
|
||
|
|
padding: 8 0;
|
||
|
|
fixed-height: true;
|
||
|
|
fixed-columns: true;
|
||
|
|
fixed-lines: true;
|
||
|
|
border: 0 10 6 10;
|
||
|
|
}
|
||
|
|
|
||
|
|
// INPUT BAR
|
||
|
|
//------------------------------------------------
|
||
|
|
|
||
|
|
entry {
|
||
|
|
text-color: green;
|
||
|
|
padding: 10 10 0 0;
|
||
|
|
margin: 0 -2 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
inputbar {
|
||
|
|
background-image: url("~/.config/rofi/mushroom.jpg", width);
|
||
|
|
padding: 180 0 0;
|
||
|
|
margin: 0 0 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
prompt {
|
||
|
|
text-color: beige;
|
||
|
|
padding: 10 6 0 10;
|
||
|
|
margin: 0 -2 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
// Mode Switcher
|
||
|
|
//------------------------------------------------
|
||
|
|
|
||
|
|
mode-switcher {
|
||
|
|
border-color: blue;
|
||
|
|
spacing: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
button {
|
||
|
|
padding: 10px;
|
||
|
|
background-color: @bg;
|
||
|
|
text-color: gray;
|
||
|
|
vertical-align: 0.5;
|
||
|
|
horizontal-align: 0.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
button selected {
|
||
|
|
background-color: blue;
|
||
|
|
text-color: yellow;
|
||
|
|
}
|
||
|
|
|
||
|
|
message {
|
||
|
|
background-color: @bg;
|
||
|
|
margin: 2px;
|
||
|
|
padding: 2px;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
textbox {
|
||
|
|
padding: 6px;
|
||
|
|
margin: 20px 0px 0px 20px;
|
||
|
|
text-color: white;
|
||
|
|
background-color: @bg;
|
||
|
|
}
|