diff --git a/configs/hyprland/waybar/style/main.css b/configs/hyprland/waybar/style/main.css index 8f34c21..e9f8bae 100644 --- a/configs/hyprland/waybar/style/main.css +++ b/configs/hyprland/waybar/style/main.css @@ -6,7 +6,7 @@ border: none; border-radius: 4px; font-family: Roboto; - font-size: 10px; + font-size: 0.8rem; font-weight: bold; color: #fff; min-height: 0; @@ -28,7 +28,6 @@ #taskbar, #wireplumber, #language, -#workspaces, #tray { background-color: @backgrounddark; padding: 0px 6px; diff --git a/configs/hyprland/waybar/style/modules/taskbar.css b/configs/hyprland/waybar/style/modules/taskbar.css index 2a068ed..4b44add 100644 --- a/configs/hyprland/waybar/style/modules/taskbar.css +++ b/configs/hyprland/waybar/style/modules/taskbar.css @@ -21,12 +21,17 @@ background-color: #f53c3c; } +#tray { + min-width: 20px; +} + #workspaces { - font-size: 10px; + background-color: @backgrounddark; + padding: 0px 10px; } #workspaces * { - font-size: 10px; + font-size: 0.8rem; } #workspaces button { @@ -51,12 +56,4 @@ #workspaces button:hover { opacity: 1; background-color: @backgrounddark; -} - -#taskbar button { - opacity: 0.2; -} - -#taskbar button.active { - opacity: 1; } \ No newline at end of file