From e89362c2a0ea300a0703e30a5f506d9dee5cba7e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 31 Jul 2019 08:31:37 -0700 Subject: remove daemon-reload from polybar start --- linux.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index 66ffb07..9201647 100644 --- a/linux.nix +++ b/linux.nix @@ -279,8 +279,6 @@ in }; }; script = '' - #!/usr/bin/env sh - systemctl --user daemon-reload polybar top & ''; }; -- cgit v1.2.3