mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
waybar: Add padding on sides
This commit is contained in:
parent
f5ea9c8933
commit
63b8bf23c6
1 changed files with 9 additions and 1 deletions
|
|
@ -106,9 +106,17 @@
|
|||
* {
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
font-family: "Open Sans, Symbols Nerd Font Mono";
|
||||
font-family: "Open Sans", "Symbols Nerd Font Mono";
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
padding-right: 8px;
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue