fix waybar
This commit is contained in:
parent
67bf01f74a
commit
8d1dc3f551
|
@ -304,7 +304,7 @@ in with lib; {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 30;
|
height = 30;
|
||||||
spacing = 4;
|
spacing = 0;
|
||||||
margin-top = 5;
|
margin-top = 5;
|
||||||
margin-bottom = 0;
|
margin-bottom = 0;
|
||||||
# modules-left = [ "wlr/workspaces" "hyprland/submap" ];
|
# modules-left = [ "wlr/workspaces" "hyprland/submap" ];
|
||||||
|
@ -326,7 +326,7 @@ in with lib; {
|
||||||
# "custom/power"
|
# "custom/power"
|
||||||
];
|
];
|
||||||
"custom/launcher" = {
|
"custom/launcher" = {
|
||||||
format = " ";
|
format = "";
|
||||||
on-click = fuzzel-command;
|
on-click = fuzzel-command;
|
||||||
on-click-right = "killall fuzzel";
|
on-click-right = "killall fuzzel";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue