|
@@ -1,38 +1,25 @@
|
|
configuration{
|
|
configuration{
|
|
- modi: "drun";
|
|
|
|
|
|
+ modi: "run,drun,window";
|
|
lines: 5;
|
|
lines: 5;
|
|
font: "Iosevka 12";
|
|
font: "Iosevka 12";
|
|
show-icons: true;
|
|
show-icons: true;
|
|
icon-theme: "Oranchelo";
|
|
icon-theme: "Oranchelo";
|
|
terminal: "st";
|
|
terminal: "st";
|
|
drun-display-format: "{icon} {name}";
|
|
drun-display-format: "{icon} {name}";
|
|
- display-drun: " ";
|
|
|
|
location: 0;
|
|
location: 0;
|
|
- separator-style: "solid";
|
|
|
|
disable-history: false;
|
|
disable-history: false;
|
|
hide-scrollbar: true;
|
|
hide-scrollbar: true;
|
|
|
|
+ display-drun: " Apps ";
|
|
}
|
|
}
|
|
|
|
|
|
-@theme "/dev/null"
|
|
|
|
|
|
+@theme "gruv"
|
|
|
|
|
|
-element-text, element-icon {
|
|
|
|
|
|
+element-text, element-icon , mode-switcher {
|
|
background-color: inherit;
|
|
background-color: inherit;
|
|
text-color: inherit;
|
|
text-color: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
-* {
|
|
|
|
- dark-black: #1e2122;
|
|
|
|
- bg-col: #222526;
|
|
|
|
- border-col: #282b2c;
|
|
|
|
- selected-col: #282b2c;
|
|
|
|
- blue: #8dae88;
|
|
|
|
- fg-col: #d4be98;
|
|
|
|
- fg-col2: #df736d;
|
|
|
|
- width: 600;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
window {
|
|
window {
|
|
- padding: 20px;
|
|
|
|
height: 360px;
|
|
height: 360px;
|
|
border: 3px;
|
|
border: 3px;
|
|
border-color: @border-col;
|
|
border-color: @border-col;
|
|
@@ -40,8 +27,6 @@ window {
|
|
}
|
|
}
|
|
|
|
|
|
mainbox {
|
|
mainbox {
|
|
- padding: 5px;
|
|
|
|
- border-radius: 13px;
|
|
|
|
background-color: @bg-col;
|
|
background-color: @bg-col;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -54,9 +39,10 @@ inputbar {
|
|
|
|
|
|
prompt {
|
|
prompt {
|
|
background-color: @blue;
|
|
background-color: @blue;
|
|
- padding: 5px 5px 0px;
|
|
|
|
|
|
+ padding: 6px;
|
|
text-color: @bg-col;
|
|
text-color: @bg-col;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
|
|
+ margin: 20px 0px 0px 20px;
|
|
}
|
|
}
|
|
|
|
|
|
textbox-prompt-colon {
|
|
textbox-prompt-colon {
|
|
@@ -66,6 +52,7 @@ textbox-prompt-colon {
|
|
|
|
|
|
entry {
|
|
entry {
|
|
padding: 6px;
|
|
padding: 6px;
|
|
|
|
+ margin: 20px 0px 0px 10px;
|
|
text-color: @fg-col;
|
|
text-color: @fg-col;
|
|
background-color: @bg-col;
|
|
background-color: @bg-col;
|
|
}
|
|
}
|
|
@@ -73,6 +60,7 @@ entry {
|
|
listview {
|
|
listview {
|
|
border: 0px 0px 0px;
|
|
border: 0px 0px 0px;
|
|
padding: 6px 0px 0px;
|
|
padding: 6px 0px 0px;
|
|
|
|
+ margin: 10px 0px 0px 20px;
|
|
columns: 2;
|
|
columns: 2;
|
|
background-color: @bg-col;
|
|
background-color: @bg-col;
|
|
}
|
|
}
|
|
@@ -91,3 +79,20 @@ element selected {
|
|
background-color: @selected-col ;
|
|
background-color: @selected-col ;
|
|
text-color: @fg-col2 ;
|
|
text-color: @fg-col2 ;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+mode-switcher {
|
|
|
|
+ spacing: 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+button {
|
|
|
|
+ padding: 10px;
|
|
|
|
+ background-color: @bg-col-light;
|
|
|
|
+ text-color: @grey;
|
|
|
|
+ vertical-align: 0.5;
|
|
|
|
+ horizontal-align: 0.5;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+button selected {
|
|
|
|
+ background-color: @bg-col;
|
|
|
|
+ text-color: @blue;
|
|
|
|
+}
|