mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33: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" = "";
|
||||
};
|
||||
};
|
||||
"hyprland/submap" = {
|
||||
"on-click" = "${pkgs.hyprland}/bin/hyprctl dispatch submap reset";
|
||||
};
|
||||
"hyprland/window" = {
|
||||
"format" = "";
|
||||
"max-length" = 100;
|
||||
|
|
|
@ -21,6 +21,11 @@ window#waybar {
|
|||
color: #ca9ee6;
|
||||
}
|
||||
|
||||
#submap {
|
||||
padding: 0 15px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
#tags button {
|
||||
padding: 0px 5px;
|
||||
margin: 0 0px;
|
||||
|
|
Loading…
Reference in a new issue