Update to Latest

This commit is contained in:
Ayush Dumasia 2025-02-23 00:38:43 +05:30
parent d1bbbcbb15
commit 71d6a8ab3b
157 changed files with 3467 additions and 5151 deletions

Binary file not shown.

View file

@ -60,9 +60,8 @@ listbox {
inputbar {
enabled: true;
spacing: 8px;
padding: 32px 32px 80px 32px;
padding: 32px 32px 0px 32px;
background-color: transparent;
background-image: url("~/Downloads/wallpaper/Window.png",width);
text-color: @foreground;
orientation: horizontal;
children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
@ -86,7 +85,7 @@ entry {
text-color: inherit;
cursor: text;
placeholder: "Search";
placeholder-color: inherit;
placeholder-color: inherit;
}
dummy {
expand: true;
@ -125,7 +124,7 @@ listview {
reverse: false;
fixed-height: true;
fixed-columns: true;
spacing: 8px;
margin: 32px 24px;
border-radius: 8px;