Start waybar from hyprland
This commit is contained in:
parent
700e362ae1
commit
4843413986
2 changed files with 1 additions and 5 deletions
|
|
@ -109,6 +109,7 @@ in
|
|||
];
|
||||
|
||||
exec-once = [
|
||||
"waybar"
|
||||
# "hyprpaper"
|
||||
# "swww init"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -18,11 +18,6 @@ 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