fix waybar

This commit is contained in:
Nathan McCarty 2023-06-17 00:03:02 -04:00
parent 67bf01f74a
commit 8d1dc3f551
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 2 deletions

View File

@ -304,7 +304,7 @@ in with lib; {
layer = "top";
position = "top";
height = 30;
spacing = 4;
spacing = 0;
margin-top = 5;
margin-bottom = 0;
# modules-left = [ "wlr/workspaces" "hyprland/submap" ];
@ -326,7 +326,7 @@ in with lib; {
# "custom/power"
];
"custom/launcher" = {
format = " ";
format = "";
on-click = fuzzel-command;
on-click-right = "killall fuzzel";
};