make memory nice and round

This commit is contained in:
Noa Aarts 2024-06-18 19:44:56 +02:00
parent 170fdc94e6
commit 9928d849d4
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;