testing new swaync things, added padding to the swaync waybar widget
This commit is contained in:
parent
ae195c40d0
commit
8436756daa
3 changed files with 24 additions and 11 deletions
|
@ -1,4 +1,11 @@
|
|||
{config, pkgs, ...}:
|
||||
{
|
||||
programs.swaync.enable = true;
|
||||
services.swaync = {
|
||||
enable = true;
|
||||
style = ''
|
||||
#custom-notification {
|
||||
font-family: "NotoSansMono Nerd Font";
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue