From 4a442057501743ed8f679c35a9085cdd8f9fcd07 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 10 Feb 2022 08:18:57 -0800 Subject: home-manager: fix the script for polybar The path was incorrectly set up. --- users/fcuny/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') diff --git a/users/fcuny/i3.nix b/users/fcuny/i3.nix index 3d46edf..8366111 100644 --- a/users/fcuny/i3.nix +++ b/users/fcuny/i3.nix @@ -40,6 +40,6 @@ in services.polybar = { enable = true; package = pkgs.polybarFull; - script = "polybar --config=${config.xdg.configFile."polybar/config".source}/$(hostname -s).conf &"; + script = "polybar --config=${config.xdg.configFile."polybar".source}/$(hostname -s).ini -r alone &"; }; } -- cgit 1.4.1