|
|
@ -1,12 +1,3 @@ |
|
|
|
/* |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* Author : Aditya Shakya |
|
|
|
|
|
|
|
* Mail : adi1090x@gmail.com |
|
|
|
|
|
|
|
* Github : @adi1090x |
|
|
|
|
|
|
|
* Twitter : @adi1090x |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configuration { |
|
|
|
configuration { |
|
|
|
font: "Noto Sans Bold 10"; |
|
|
|
font: "Noto Sans Bold 10"; |
|
|
|
show-icons: true; |
|
|
|
show-icons: true; |
|
|
@ -14,8 +5,6 @@ configuration { |
|
|
|
display-drun: ""; |
|
|
|
display-drun: ""; |
|
|
|
drun-display-format: "{name}"; |
|
|
|
drun-display-format: "{name}"; |
|
|
|
disable-history: false; |
|
|
|
disable-history: false; |
|
|
|
fullscreen: true; |
|
|
|
|
|
|
|
hide-scrollbar: true; |
|
|
|
|
|
|
|
sidebar-mode: false; |
|
|
|
sidebar-mode: false; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -34,6 +23,8 @@ window { |
|
|
|
border: 0px; |
|
|
|
border: 0px; |
|
|
|
border-color: @border; |
|
|
|
border-color: @border; |
|
|
|
border-radius: 0px; |
|
|
|
border-radius: 0px; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
prompt { |
|
|
|
prompt { |
|
|
@ -69,7 +60,7 @@ inputbar { |
|
|
|
|
|
|
|
|
|
|
|
listview { |
|
|
|
listview { |
|
|
|
background-color: @background-alt; |
|
|
|
background-color: @background-alt; |
|
|
|
columns: 3; |
|
|
|
columns: 5; |
|
|
|
lines: 4; |
|
|
|
lines: 4; |
|
|
|
spacing: 2%; |
|
|
|
spacing: 2%; |
|
|
|
cycle: false; |
|
|
|
cycle: false; |
|
|
@ -96,11 +87,17 @@ element { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
element-icon { |
|
|
|
element-icon { |
|
|
|
|
|
|
|
background-color: @background-alt; |
|
|
|
|
|
|
|
text-color: inherit; |
|
|
|
|
|
|
|
horizontal-align: 0.5; |
|
|
|
|
|
|
|
vertical-align: 0.5; |
|
|
|
size: 81px; |
|
|
|
size: 81px; |
|
|
|
border: 0px; |
|
|
|
border: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
element-text { |
|
|
|
element-text { |
|
|
|
|
|
|
|
background-color: @background-alt; |
|
|
|
|
|
|
|
text-color: inherit; |
|
|
|
expand: true; |
|
|
|
expand: true; |
|
|
|
horizontal-align: 0.5; |
|
|
|
horizontal-align: 0.5; |
|
|
|
vertical-align: 0.5; |
|
|
|
vertical-align: 0.5; |
|
|
|