fix(waybar): margin alignment

This commit is contained in:
winston 2023-03-16 13:03:19 +01:00
parent 22766a2b7a
commit 3d6160f69f
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -20,9 +20,10 @@ in {
{
layer = "top";
position = "top";
margin-left = 5;
margin-right = 5;
margin-top = 5;
margin-left = 7;
margin-right = 7;
margin-top = 7;
height = 32;
modules-left = ["sway/workspaces" "mpd"];
modules-center = [];
modules-right = ["tray" "cpu" "memory" "clock"];