|
|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
|
|
|
/* Main Config 1440p */ |
|
|
|
|
/* Main Config 1080p */ |
|
|
|
|
|
|
|
|
|
/* ---- Configuration ---- */ |
|
|
|
|
|
|
|
|
|
configuration { |
|
|
|
|
modi: "drun,run,filebrowser"; |
|
|
|
|
font: "Fira Code SemiBold 13"; |
|
|
|
|
font: "Fira Code SemiBold 12"; |
|
|
|
|
show-icons: true; |
|
|
|
|
display-drun: "Apps"; |
|
|
|
|
display-run: "Run"; |
|
|
|
|
@ -49,7 +49,7 @@ window {
|
|
|
|
|
anchor: center; |
|
|
|
|
|
|
|
|
|
// Style Values |
|
|
|
|
width: 40%; |
|
|
|
|
width: 50%; |
|
|
|
|
background-color: #00000099; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -82,7 +82,7 @@ entry {
|
|
|
|
|
padding: 10px; |
|
|
|
|
border-radius: 12px; |
|
|
|
|
background-color: @background-alt; |
|
|
|
|
text-color: @text-selected; |
|
|
|
|
text-color: inherit; |
|
|
|
|
cursor: text; |
|
|
|
|
placeholder: " Search "; // << Search symbol |
|
|
|
|
placeholder-color: inherit; |
|
|
|
|
@ -101,7 +101,7 @@ listbox {
|
|
|
|
|
listview { |
|
|
|
|
enabled: true; |
|
|
|
|
columns: 2; |
|
|
|
|
lines: 8; |
|
|
|
|
lines: 6; |
|
|
|
|
cycle: true; |
|
|
|
|
dynamic: true; |
|
|
|
|
scrollbar: false; |
|
|
|
|
@ -129,7 +129,7 @@ mode-switcher{
|
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
button { |
|
|
|
|
width: 110px; |
|
|
|
|
width: 5%; |
|
|
|
|
padding: 12px; |
|
|
|
|
border-radius: 12px; |
|
|
|
|
background-color: @background-alt; |
|
|
|
|
@ -199,7 +199,7 @@ element-icon {
|
|
|
|
|
} |
|
|
|
|
element-text { |
|
|
|
|
background-color: transparent; |
|
|
|
|
font: "Fira Code SemiBold 16"; |
|
|
|
|
font: "Fira Code SemiBold 14"; |
|
|
|
|
text-color: inherit; |
|
|
|
|
cursor: inherit; |
|
|
|
|
vertical-align: 0.5; |
|
|
|
|
@ -218,6 +218,7 @@ textbox {
|
|
|
|
|
background-color: @background-alt; |
|
|
|
|
text-color: @foreground; |
|
|
|
|
vertical-align: 0.5; |
|
|
|
|
horizontal-align: 0.0; |
|
|
|
|
} |
|
|
|
|
error-message { |
|
|
|
|
padding: 12px; |
|
|
|
|
|