make memory nice and round
This commit is contained in:
parent
170fdc94e6
commit
9928d849d4
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable
|
config = lib.mkIf cfg.enable
|
||||||
rec {
|
{
|
||||||
modules.waybar.enabled = (
|
modules.waybar.enabled = (
|
||||||
let
|
let
|
||||||
mods = config.modules.waybar.modules;
|
mods = config.modules.waybar.modules;
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ in
|
||||||
};
|
};
|
||||||
style = ''
|
style = ''
|
||||||
#memory {
|
#memory {
|
||||||
border-radius: 0px;
|
border-radius: 0px 999px 999px 0px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
color: #${config.colorScheme.palette.base04};
|
color: #${config.colorScheme.palette.base04};
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue