diff options
author | Ben Sima <ben@bsima.me> | 2019-07-31 08:31:37 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-31 08:31:37 -0700 |
commit | e89362c2a0ea300a0703e30a5f506d9dee5cba7e (patch) | |
tree | 4251be575dd8eefd9f909fa805b827a3c1e6d585 /linux.nix | |
parent | 63faf38dd786601adcaadd3945a5babc17f67613 (diff) |
remove daemon-reload from polybar start
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -279,8 +279,6 @@ in }; }; script = '' - #!/usr/bin/env sh - systemctl --user daemon-reload polybar top & ''; }; |