From c5152b4a1ffb5fedfba7ad0a42ca197114ee7b9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 13 Jun 2025 11:51:35 +0200 Subject: [PATCH] fixed walker layout --- .../hyprland/walker/themes/cyberqueer.css | 18 +++++------ .../hyprland/walker/themes/cyberqueer.toml | 30 +++++++++++-------- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/desktopenvs/hyprland/walker/themes/cyberqueer.css b/desktopenvs/hyprland/walker/themes/cyberqueer.css index c3a580b..8e95f21 100644 --- a/desktopenvs/hyprland/walker/themes/cyberqueer.css +++ b/desktopenvs/hyprland/walker/themes/cyberqueer.css @@ -23,30 +23,26 @@ #window { color: @foreground; background-color: none; + padding: 10px; } #box { border-radius: 15px; background: @background; - padding: 32px; + padding: 20px; border: 4px solid @foreground; box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); } -/*#search { +#search { border: 4px solid @highlight; color: @highlight; border-radius: 30px; background-color: @background; - - padding-right: 15px; - padding-left: 15px; - margin-top: 15px; - margin-right: 15px; - margin-left: 15px; -}*/ + margin-top: 0px; +} #input { border: 4px solid @highlight; @@ -56,8 +52,8 @@ padding-right: 15px; padding-left: 15px; - margin-top: 15px; - margin-bottom: 15px; + margin-top: 30px; + margin-bottom: -80px; margin-right: 15px; margin-left: 15px; } diff --git a/desktopenvs/hyprland/walker/themes/cyberqueer.toml b/desktopenvs/hyprland/walker/themes/cyberqueer.toml index fd4199f..1a4786a 100644 --- a/desktopenvs/hyprland/walker/themes/cyberqueer.toml +++ b/desktopenvs/hyprland/walker/themes/cyberqueer.toml @@ -12,12 +12,13 @@ v_align = "fill" [ui.window.box] h_align = "center" -width = 700 -height = 600 +v_align = "center" +width = 850 +height = 760 [ui.window.box.bar] orientation = "horizontal" -position = "end" +position = "center" [ui.window.box.bar.entry] h_align = "fill" @@ -25,17 +26,16 @@ h_expand = true [ui.window.box.bar.entry.icon] h_align = "center" -h_expand = true pixel_size = 24 theme = "" [ui.window.box.margins] -top = 200 +top = 30 [ui.window.box.ai_scroll] name = "aiScroll" h_align = "fill" -v_align = "fill" +v_align = "end" max_height = 300 min_width = 400 height = 300 @@ -60,8 +60,8 @@ wrap = true [ui.window.box.scroll.list] marker_color = "#1BFFE1" -max_height = 500 -min_height = 800 +max_height = 900 +min_height = 400 max_width = 500 min_width = 1200 width = 400 @@ -78,15 +78,15 @@ pixel_size = 26 theme = "" [ui.window.box.scroll.list.margins] -top = 20 +top = 80 [ui.window.box.search.prompt] name = "prompt" -icon = "edit-find" +icon = "" theme = "" pixel_size = 13 h_align = "fill" -v_align = "top" +v_align = "start" [ui.window.box.search.clear] name = "clear" @@ -94,7 +94,13 @@ icon = "edit-clear" theme = "" pixel_size = 13 h_align = "center" -v_align = "center" +v_align = "end" + +[ui.window.box.search.input] +h_align = "fill" +v_align = "end" +h_expand = true +icons = false [ui.window.box.search.spinner] hide = true