testing new swaync things, added padding to the swaync waybar widget

This commit is contained in:
Gabriella Bere 2024-08-24 18:06:23 +01:00
parent ae195c40d0
commit 8436756daa
3 changed files with 24 additions and 11 deletions

View file

@ -1,4 +1,11 @@
{config, pkgs, ...}:
{
programs.swaync.enable = true;
services.swaync = {
enable = true;
style = ''
#custom-notification {
font-family: "NotoSansMono Nerd Font";
}
'';
};
}