From 9b20447e77bcc0dc605ab810bb234436220458c5 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sat, 24 Feb 2024 01:34:16 +0330 Subject: [PATCH] chore: waybar workspaces and tray style --- hyprland/.config/waybar/river/config.jsonc | 2 +- hyprland/.config/waybar/river/style.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index 5dac1e7..e7918e1 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -104,7 +104,7 @@ }, "tray": { "icon-size": 14, - "spacing": 6 + "spacing": 8 }, "hyprland/workspaces": { "disable-scroll": true, diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 76fae73..0751912 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -40,7 +40,12 @@ window#waybar.hidden { #tray { background-color: @backgrounddark; border: #272727 1px solid; - padding: 0px 8px; + padding: 0px 6px; +} + +#workspaces, +#tray { + padding: 0px 12px; } #workspaces * {