diff --git a/hypr-configs/hyprland/eww/assets/scss/_modules.scss b/hypr-configs/hyprland/eww/assets/scss/_modules.scss index acbcdfd..3794f4b 100644 --- a/hypr-configs/hyprland/eww/assets/scss/_modules.scss +++ b/hypr-configs/hyprland/eww/assets/scss/_modules.scss @@ -27,18 +27,12 @@ transition: cubic-bezier(0.165, 0.84, 0.44, 1) 600ms; border-radius: get-token(border-radius); min-height: 16px; + background-color: $surface2; &.current { min-height: 48px; + background-color: $accent; } } - - .workspacething { - background-color: $surface2; - } - - .workspacethingactive { - background-color: $accent; - } } diff --git a/hypr-configs/hyprland/eww/assets/scss/_tokens.scss b/hypr-configs/hyprland/eww/assets/scss/_tokens.scss index 0809476..19daa62 100644 --- a/hypr-configs/hyprland/eww/assets/scss/_tokens.scss +++ b/hypr-configs/hyprland/eww/assets/scss/_tokens.scss @@ -10,7 +10,7 @@ $design-tokens: ( large: 12px, ), margin: ( - small: 2px, + small: 4px 2px, default: 4px, large: 6px, ), diff --git a/hypr-configs/hyprland/eww/src/-modules/_workspaces.yuck b/hypr-configs/hyprland/eww/src/-modules/_workspaces.yuck index 08e8bf0..a4782dc 100644 --- a/hypr-configs/hyprland/eww/src/-modules/_workspaces.yuck +++ b/hypr-configs/hyprland/eww/src/-modules/_workspaces.yuck @@ -17,4 +17,4 @@ :onclick "hyprctl dispatch workspace ${workspace.id}" (box - :class "workspace ${workspace.id == currentWorkspace ? "current" : "workspacething"}")))))) + :class `workspace ${workspace.id == currentWorkspace ? "current" : ""}`)))))) diff --git a/hypr-configs/hyprland/eww/src/windows/_vertical-bar.yuck b/hypr-configs/hyprland/eww/src/windows/_vertical-bar.yuck index 070d462..74105f0 100644 --- a/hypr-configs/hyprland/eww/src/windows/_vertical-bar.yuck +++ b/hypr-configs/hyprland/eww/src/windows/_vertical-bar.yuck @@ -30,7 +30,7 @@ (Logo) (Workspaces) - ;; (Shortcuts) + (Shortcuts) )) (defwidget Middle [] @@ -38,9 +38,8 @@ :orientation "v" :space-evenly false :valign "center" - :height 200 - ;; (PlayerCtl) + (PlayerCtl) )) (defwidget Bottom [] @@ -50,7 +49,7 @@ :valign "end" ;; (systemtray) - (Language) + ;; (Language) (Sliders) (Clock) ;; (battery)