initial commit
This commit is contained in:
80
rofi/config.rasi
Normal file
80
rofi/config.rasi
Normal file
@@ -0,0 +1,80 @@
|
||||
configuration {
|
||||
display-drun: "Applications:";
|
||||
display-window: "Windows:";
|
||||
drun-display-format: "{name}";
|
||||
font: "JetBrains Nerd Font Medium 12";
|
||||
}
|
||||
|
||||
@theme "/dev/null"
|
||||
|
||||
* {
|
||||
bg: #1d202170;
|
||||
bg-alt: #28282866;
|
||||
bg-selected: #32302f66;
|
||||
|
||||
fg: #ebdbb2;
|
||||
fg-alt: #d5c4a1;
|
||||
|
||||
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 30%;
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8 12;
|
||||
background-color: transparent;
|
||||
text-color: @fg-alt;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @fg;
|
||||
background-color: @bg-selected;
|
||||
}
|
||||
|
||||
element-text {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 40;
|
||||
padding: 0 10 0 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
entry {
|
||||
padding: 12;
|
||||
background-color: @bg-alt;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [prompt, entry];
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
listview {
|
||||
background-color: @bg;
|
||||
columns: 1;
|
||||
lines: 6;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [inputbar, listview];
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 12 0 0 12;
|
||||
background-color: @bg-alt;
|
||||
text-color: @fg;
|
||||
}
|
||||
Reference in New Issue
Block a user