refined walker
parent
4990c4172d
commit
8a8bc5c53a
|
|
@ -65,3 +65,15 @@ windowrulev2 = pin, tag:centered
|
|||
windowrulev2 = center, tag:centered
|
||||
windowrulev2 = stayfocused, tag:centered
|
||||
windowrulev2 = minsize 80% 70%, tag:centered
|
||||
|
||||
windowrulev2 = float, class:dev.benz.walker
|
||||
windowrulev2 = pin, class:dev.benz.walker
|
||||
windowrulev2 = center, class:dev.benz.walker
|
||||
windowrulev2 = stayfocused, class:dev.benz.walker
|
||||
windowrulev2 = minsize 180% 170%, class:dev.benz.walker
|
||||
windowrulev2 = noblur, class:dev.benz.walker
|
||||
windowrulev2 = noshadow, class:dev.benz.walker
|
||||
windowrulev2 = noborder, class:dev.benz.walker
|
||||
windowrulev2 = float, class:dev.benz.walker
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ close_when_open = false
|
|||
theme = "cyberqueer"
|
||||
monitor = ""
|
||||
hotreload_theme = false
|
||||
as_window = false
|
||||
as_window = true
|
||||
timeout = 0
|
||||
disable_click_to_close = false
|
||||
force_keyboard_focus = false
|
||||
|
|
@ -214,15 +214,15 @@ icon = "applications-internet"
|
|||
name = "websearch"
|
||||
placeholder = "Websearch"
|
||||
|
||||
[[builtins.websearch.entries]]
|
||||
name = "Google"
|
||||
url = "https://www.google.com/search?q=%TERM%"
|
||||
|
||||
[[builtins.websearch.entries]]
|
||||
name = "DuckDuckGo"
|
||||
url = "https://duckduckgo.com/?q=%TERM%"
|
||||
switcher_only = true
|
||||
|
||||
[[builtins.websearch.entries]]
|
||||
name = "Google"
|
||||
url = "https://www.google.com/search?q=%TERM%"
|
||||
|
||||
[[builtins.websearch.entries]]
|
||||
name = "Ecosia"
|
||||
url = "https://www.ecosia.org/search?q=%TERM%"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
border-radius: 15px;
|
||||
background: @background;
|
||||
padding: 32px;
|
||||
border: 1px solid @foreground;
|
||||
border: 4px solid @foreground;
|
||||
box-shadow:
|
||||
0 19px 38px rgba(0, 0, 0, 0.3),
|
||||
0 15px 12px rgba(0, 0, 0, 0.22);
|
||||
|
|
|
|||
|
|
@ -7,12 +7,13 @@ right = true
|
|||
top = true
|
||||
|
||||
[ui.window]
|
||||
h_align = "fit"
|
||||
v_align = "fit"
|
||||
h_align = "fill"
|
||||
v_align = "fill"
|
||||
|
||||
[ui.window.box]
|
||||
h_align = "center"
|
||||
width = 450
|
||||
width = 700
|
||||
height = 500
|
||||
|
||||
[ui.window.box.bar]
|
||||
orientation = "horizontal"
|
||||
|
|
@ -59,9 +60,10 @@ wrap = true
|
|||
|
||||
[ui.window.box.scroll.list]
|
||||
marker_color = "#1BFFE1"
|
||||
max_height = 300
|
||||
max_width = 400
|
||||
min_width = 400
|
||||
max_height = 500
|
||||
min_height = 800
|
||||
max_width = 500
|
||||
min_width = 1200
|
||||
width = 400
|
||||
|
||||
[ui.window.box.scroll.list.item.activation_label]
|
||||
|
|
|
|||
Loading…
Reference in New Issue