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