updates + waybar update notification

This commit is contained in:
mjallen18
2024-08-20 16:20:38 -05:00
parent 0b408700c3
commit 0c882f5fc3
5 changed files with 104 additions and 2 deletions

View File

@@ -59,6 +59,10 @@ in
command = "/run/current-system/sw/bin/waybar-weather";
options = [ "NOPASSWD" ];
}
{
command = "/run/current-system/sw/bin/waybar-updates";
options = [ "NOPASSWD" ];
}
];
groups = [ "wheel" ];
}