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; + } }