mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
waybar: add padding and margin for hyprland submap module
This commit is contained in:
parent
79b3b4a888
commit
cea873563b
|
@ -43,6 +43,9 @@
|
||||||
"active" = "";
|
"active" = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"hyprland/submap" = {
|
||||||
|
"on-click" = "${pkgs.hyprland}/bin/hyprctl dispatch submap reset";
|
||||||
|
};
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
"format" = "";
|
"format" = "";
|
||||||
"max-length" = 100;
|
"max-length" = 100;
|
||||||
|
|
|
@ -21,6 +21,11 @@ window#waybar {
|
||||||
color: #ca9ee6;
|
color: #ca9ee6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#submap {
|
||||||
|
padding: 0 15px;
|
||||||
|
margin: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#tags button {
|
#tags button {
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
margin: 0 0px;
|
margin: 0 0px;
|
||||||
|
|
Loading…
Reference in a new issue