From 8c04230c8de3d7b2d8adb290125a43e92132fb51 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 13 Jun 2025 08:24:25 +0200 Subject: [PATCH] made walker pretty --- .../hyprland/walker/themes/cyberqueer.css | 27 ++++++++++++------- .../hyprland/walker/themes/cyberqueer.toml | 19 +++++-------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/desktopenvs/hyprland/walker/themes/cyberqueer.css b/desktopenvs/hyprland/walker/themes/cyberqueer.css index af0b40a..c3a580b 100644 --- a/desktopenvs/hyprland/walker/themes/cyberqueer.css +++ b/desktopenvs/hyprland/walker/themes/cyberqueer.css @@ -35,14 +35,18 @@ 0 15px 12px rgba(0, 0, 0, 0.22); } -#search { - box-shadow: - 0 1px 3px rgba(0, 0, 0, 0.1), - 0 1px 2px rgba(0, 0, 0, 0.22); - background: @background; - padding: 8px; - border-radius: 15px; -} +/*#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; +}*/ #input { border: 4px solid @highlight; @@ -53,6 +57,7 @@ padding-right: 15px; padding-left: 15px; margin-top: 15px; + margin-bottom: 15px; margin-right: 15px; margin-left: 15px; } @@ -64,7 +69,7 @@ #entry:selected { border: 4px solid @foreground; background-color: @background; - color: @foreground; + color: #E40046; border-radius: 30px; } @@ -75,8 +80,10 @@ child { child:selected, child:hover { - background: alpha(@highlight, 0.4); + background: @background; + border: 4px solid #E40046; border-radius: 30px; + color: #E40046; } #label { diff --git a/desktopenvs/hyprland/walker/themes/cyberqueer.toml b/desktopenvs/hyprland/walker/themes/cyberqueer.toml index 9a81e02..fd4199f 100644 --- a/desktopenvs/hyprland/walker/themes/cyberqueer.toml +++ b/desktopenvs/hyprland/walker/themes/cyberqueer.toml @@ -13,7 +13,7 @@ v_align = "fill" [ui.window.box] h_align = "center" width = 700 -height = 500 +height = 600 [ui.window.box.bar] orientation = "horizontal" @@ -68,7 +68,7 @@ width = 400 [ui.window.box.scroll.list.item.activation_label] h_align = "fill" -v_align = "fill" +v_align = "center" width = 20 x_align = 0.5 y_align = 0.5 @@ -78,28 +78,23 @@ pixel_size = 26 theme = "" [ui.window.box.scroll.list.margins] -top = 8 +top = 20 [ui.window.box.search.prompt] name = "prompt" icon = "edit-find" theme = "" -pixel_size = 18 -h_align = "center" -v_align = "center" +pixel_size = 13 +h_align = "fill" +v_align = "top" [ui.window.box.search.clear] name = "clear" icon = "edit-clear" theme = "" -pixel_size = 18 +pixel_size = 13 h_align = "center" v_align = "center" -[ui.window.box.search.input] -h_align = "fill" -h_expand = true -icons = true - [ui.window.box.search.spinner] hide = true