This commit is contained in:
Patrick Alvin Alcala 2025-06-30 10:30:44 +08:00
parent 209ba130c0
commit f0d81507e7
10 changed files with 133 additions and 23 deletions

View file

@ -81,10 +81,10 @@ mainbox {
inputbar {
enabled: true;
spacing: 0em;
padding: 5em;
padding: 4em;
children: [ "textbox-prompt-colon", "entry" ];
background-color: transparent;
background-image: url("~/.config/ml4w/cache/current_wallpaper", width);
//background-image: url("~/.config/ml4w/cache/current_wallpaper", width);
}
textbox-prompt-colon {
@ -92,7 +92,7 @@ textbox-prompt-colon {
expand: false;
str: " ";
padding: 1em 0.2em 0em 0em;
text-color: @foreground;
text-color: #152B39DD;
border-radius: 2em 0em 0em 2em;
background-color: @color5;
background-image: url("~/.config/ml4w/cache/current_wallpaper", width);
@ -104,7 +104,7 @@ entry {
spacing: 1em;
padding: 1em;
background-color: @color5;
text-color: @foreground;
text-color: #152B39DD;
cursor: text;
placeholder: "Search";
placeholder-color: inherit;