diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index 6e138fb..5dac1e7 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -103,7 +103,8 @@ "orientation": "horizontal" }, "tray": { - "icon-size": 12 + "icon-size": 14, + "spacing": 6 }, "hyprland/workspaces": { "disable-scroll": true, diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 19a93c6..76fae73 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -1,7 +1,6 @@ @import "../../../.config/hypr-theme/waybar/global.css"; * { - all: unset; border: none; border-radius: 6px; font-family: Roboto; @@ -41,21 +40,28 @@ window#waybar.hidden { #tray { background-color: @backgrounddark; border: #272727 1px solid; - padding: 0px 6px; + padding: 0px 8px; } -#workspaces *, -#tray * { +#workspaces * { font-size: 12px; - padding: 0px 3px; } #workspaces button { all: unset; opacity: 0.2; + padding: 0px 6px; transition: all 0.4s cubic-bezier(0.55, -0.68, 0.48, 1.682); } +#workspaces button:first-child { + padding-left: 0px; +} + +#workspaces button:last-child { + padding-right: 0px; +} + #workspaces button.active { opacity: 1; }