101 lines
2.9 KiB
Plaintext
Executable File
101 lines
2.9 KiB
Plaintext
Executable File
*{
|
|
background: #181826;
|
|
background-alt: #181826;
|
|
border: #181826;
|
|
foreground: #d2daf4;
|
|
accent: #78DBA9;
|
|
}
|
|
|
|
configuration {
|
|
show-icons: true;
|
|
display-drun: "Applications";
|
|
drun-display-format: "{name}";
|
|
disable-history: false;
|
|
hide-scrollbar: true;
|
|
sidebar-mode: false;
|
|
}
|
|
|
|
window {
|
|
transparency: "real";
|
|
font: "Iosevka Nerd Font 11";
|
|
width: 36%;
|
|
}
|
|
|
|
entry {
|
|
background-color: @background-alt;
|
|
text-color: @foreground;
|
|
placeholder-color: @foreground;
|
|
expand: true;
|
|
horizontal-align: 0;
|
|
placeholder: " Type here to search...";
|
|
padding: 7px;
|
|
margin: 0 1%;
|
|
blink: true;
|
|
border: 0px 0px 2px 0px;
|
|
border-radius: 0px;
|
|
border-color: @accent;
|
|
}
|
|
|
|
inputbar {
|
|
children: [ entry ];
|
|
background-color: @background;
|
|
text-color: @background;
|
|
expand: false;
|
|
margin: 0px 0px 0px 0px;
|
|
padding: 1%;
|
|
}
|
|
|
|
listview {
|
|
background-color: @background;
|
|
padding: 10px;
|
|
columns: 4;
|
|
lines: 3;
|
|
spacing: 0%;
|
|
cycle: false;
|
|
dynamic: true;
|
|
layout: vertical;
|
|
}
|
|
|
|
mainbox {
|
|
background-color: @background;
|
|
children: [ inputbar, listview ];
|
|
spacing: 0%;
|
|
padding: 10px;
|
|
}
|
|
|
|
element {
|
|
orientation: vertical;
|
|
background-color: @background;
|
|
text-color: @foreground;
|
|
border-radius: 0%;
|
|
padding: 6px;
|
|
}
|
|
|
|
element-icon, element-text {
|
|
background-color: inherit;
|
|
text-color: inherit;
|
|
}
|
|
|
|
element-icon {
|
|
horizontal-align: 0.5;
|
|
vertical-align: 0.5;
|
|
size: 32px;
|
|
border: 16px;
|
|
border-color: transparent;
|
|
}
|
|
|
|
element-text {
|
|
expand: true;
|
|
horizontal-align: 0.5;
|
|
vertical-align: 0.5;
|
|
margin: -12px 0px 12px 0px;
|
|
}
|
|
|
|
element selected {
|
|
background-color: @background-alt;
|
|
text-color: @foreground;
|
|
border: 0px 0px 2px 0px;
|
|
border-color: @border;
|
|
border-radius: 0px;
|
|
}
|