summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 7e064e6a..a30b8201 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -120,7 +120,7 @@ in {
120 # "restart-compton" = "${pkgs.systemd}/bin/systemctl --user try-restart picom"; 120 # "restart-compton" = "${pkgs.systemd}/bin/systemctl --user try-restart picom";
121 "restart-trays" = '' 121 "restart-trays" = ''
122 ${pkgs.coreutils}/bin/sleep 5 122 ${pkgs.coreutils}/bin/sleep 5
123 ${pkgs.systemd}/bin/systemctl --user try-restart trayer xmobar 123 ${pkgs.systemd}/bin/systemctl --user try-restart taffybar
124 ''; 124 '';
125 }; 125 };
126 profiles = customUtils.nixImport { dir = ./autorandr-profiles; }; 126 profiles = customUtils.nixImport { dir = ./autorandr-profiles; };