[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";
|
Type = "oneshot";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
# Eww won't start right if Hyprland hasn't finished initializing.
|
# 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";
|
ExecStop = "${pkgs.eww}/bin/eww kill";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
psmisc # fuser, killall, pstree
|
psmisc # fuser, killall, pstree
|
||||||
|
lsof
|
||||||
|
|
||||||
# Session management
|
# Session management
|
||||||
tmux
|
tmux
|
||||||
@@ -45,6 +46,7 @@
|
|||||||
# Networking
|
# Networking
|
||||||
dnsutils
|
dnsutils
|
||||||
inetutils
|
inetutils
|
||||||
|
net-tools
|
||||||
socat
|
socat
|
||||||
xh
|
xh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user