diff --git a/config/waybar/config b/config/waybar/config index 9c118b6e..2658d929 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -3,7 +3,7 @@ { "layer": "top", "position": "top", - "margin": "7px", + "margin": "10px", "modules-left": [ "hyprland/workspaces", diff --git a/config/waybar/style.css b/config/waybar/style.css index ebdf8074..f40e3ee2 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -5,7 +5,7 @@ } window#waybar { - background: #000000; + background: #333333; color: #ffffff; }