Some changes

This commit is contained in:
ayushDumasia 2024-09-15 12:27:24 +05:30
parent 6ca523ca70
commit 0ec6e946f7
298 changed files with 33370 additions and 307 deletions

View file

@ -1,9 +1,9 @@
configuration {
modi: "drun,window";
show-icons: true;
display-drun: " ";
display-drun: " ";
display-filebrowser: " ";
display-window: " ";
display-window: " ";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
}
@ -28,10 +28,11 @@ window {
width: 600px;
x-offset: 0px;
y-offset: 0px;
border-color: #B4BEFE; /* Light blue */
border: 1px;
border-color: #B4BEFE;
border-radius: 10px;
cursor: "default";
background-color: #11111b;
background-color: #1e1e2e;
}
/*****----- Main Box -----*****/
@ -55,7 +56,7 @@ inputbar {
spacing: 10px;
padding: 80px 100px;
background-color: transparent;
background-image: url("~/Downloads/wallpaper/lock-screen.png", width);
background-image: url("~/Downloads/wallpaper/red-forest.jpg", width);
text-color: @foreground;
orientation: horizontal;
children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];