[eww] Adds delay properly this time. [Shell] Adds some network utilities like lsof and netstat
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
# Eww won't start right if Hyprland hasn't finished initializing.
|
||||
ExecStart = "sleep 2 && ${pkgs.eww}/bin/eww open-many ${lib.concatStringsSep " " config.programs.eww.widgets}";
|
||||
ExecStartPre = "${pkgs.coreutils}/bin/sleep 2";
|
||||
ExecStart = "${pkgs.eww}/bin/eww open-many ${lib.concatStringsSep " " config.programs.eww.widgets}";
|
||||
ExecStop = "${pkgs.eww}/bin/eww kill";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user