From fd12eded3feae35a33e4768b0a37a6b344852d6a Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 25 Jul 2025 15:45:07 -0700 Subject: [PATCH] New backup 2025-07-25 15:45:07 --- de/home/.config/eww/modules/bar/workspaces.yuck | 7 +++++++ de/home/.config/eww/style/bar.scss | 3 +++ 2 files changed, 10 insertions(+) diff --git a/de/home/.config/eww/modules/bar/workspaces.yuck b/de/home/.config/eww/modules/bar/workspaces.yuck index aa9b637..f70ba94 100644 --- a/de/home/.config/eww/modules/bar/workspaces.yuck +++ b/de/home/.config/eww/modules/bar/workspaces.yuck @@ -10,6 +10,13 @@ (button :class "profile" :onclick 'sp-profiles next' (label :text '${active_profile}')) + (box :class "chevron" + (transform :rotate 12.5 + :transform-origin-x '50%' + :transform-origin-y '50%' + (label :width 40 + :height 0 + :text ""))) (eventbox :onhover "${EWW_CMD} update wsreveal=true" :onhoverlost "${EWW_CMD} update wsreveal=false" diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 21bf533..33382a3 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -139,4 +139,7 @@ .datetime { font-weight: bold; } + .chevron { + margin-right: 10px; + } }