made walker pretty

main
Your Name 2025-06-13 08:24:25 +02:00
parent 2419fd2b14
commit 8c04230c8d
2 changed files with 24 additions and 22 deletions

View File

@ -35,14 +35,18 @@
0 15px 12px rgba(0, 0, 0, 0.22); 0 15px 12px rgba(0, 0, 0, 0.22);
} }
#search { /*#search {
box-shadow: border: 4px solid @highlight;
0 1px 3px rgba(0, 0, 0, 0.1), color: @highlight;
0 1px 2px rgba(0, 0, 0, 0.22); border-radius: 30px;
background: @background; background-color: @background;
padding: 8px;
border-radius: 15px; padding-right: 15px;
} padding-left: 15px;
margin-top: 15px;
margin-right: 15px;
margin-left: 15px;
}*/
#input { #input {
border: 4px solid @highlight; border: 4px solid @highlight;
@ -53,6 +57,7 @@
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
margin-top: 15px; margin-top: 15px;
margin-bottom: 15px;
margin-right: 15px; margin-right: 15px;
margin-left: 15px; margin-left: 15px;
} }
@ -64,7 +69,7 @@
#entry:selected { #entry:selected {
border: 4px solid @foreground; border: 4px solid @foreground;
background-color: @background; background-color: @background;
color: @foreground; color: #E40046;
border-radius: 30px; border-radius: 30px;
} }
@ -75,8 +80,10 @@ child {
child:selected, child:selected,
child:hover { child:hover {
background: alpha(@highlight, 0.4); background: @background;
border: 4px solid #E40046;
border-radius: 30px; border-radius: 30px;
color: #E40046;
} }
#label { #label {

View File

@ -13,7 +13,7 @@ v_align = "fill"
[ui.window.box] [ui.window.box]
h_align = "center" h_align = "center"
width = 700 width = 700
height = 500 height = 600
[ui.window.box.bar] [ui.window.box.bar]
orientation = "horizontal" orientation = "horizontal"
@ -68,7 +68,7 @@ width = 400
[ui.window.box.scroll.list.item.activation_label] [ui.window.box.scroll.list.item.activation_label]
h_align = "fill" h_align = "fill"
v_align = "fill" v_align = "center"
width = 20 width = 20
x_align = 0.5 x_align = 0.5
y_align = 0.5 y_align = 0.5
@ -78,28 +78,23 @@ pixel_size = 26
theme = "" theme = ""
[ui.window.box.scroll.list.margins] [ui.window.box.scroll.list.margins]
top = 8 top = 20
[ui.window.box.search.prompt] [ui.window.box.search.prompt]
name = "prompt" name = "prompt"
icon = "edit-find" icon = "edit-find"
theme = "" theme = ""
pixel_size = 18 pixel_size = 13
h_align = "center" h_align = "fill"
v_align = "center" v_align = "top"
[ui.window.box.search.clear] [ui.window.box.search.clear]
name = "clear" name = "clear"
icon = "edit-clear" icon = "edit-clear"
theme = "" theme = ""
pixel_size = 18 pixel_size = 13
h_align = "center" h_align = "center"
v_align = "center" v_align = "center"
[ui.window.box.search.input]
h_align = "fill"
h_expand = true
icons = true
[ui.window.box.search.spinner] [ui.window.box.search.spinner]
hide = true hide = true