parent
ec4fc34a8e
commit
35cc35cdb4
2 changed files with 5 additions and 1 deletions
|
|
@ -109,7 +109,6 @@ in
|
|||
];
|
||||
|
||||
exec-once = [
|
||||
"waybar"
|
||||
# "hyprpaper"
|
||||
# "swww init"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -18,6 +18,11 @@ let
|
|||
swaync-client = "${pkgs.swaynotificationcenter}/bin/swaync-client";
|
||||
in
|
||||
{
|
||||
systemd.user.services.waybar = {
|
||||
Unit.PartOf = [ "tray.target" ];
|
||||
Install.WantedBy = [ "tray.target" ];
|
||||
Service = { Restart = "on-failure"; RestartSec = "3s"; };
|
||||
};
|
||||
home.packages = [ pkgs.swaynotificationcenter ];
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue