nix-config

My personal nixos and home-manager configuration
Log | Files | Refs | README

commit 7fc4678b4eff93a501fc9e0001c01f5eaaf582ae
parent e91b6175e7036b322d3001a556818bccbce4ff1b
Author: benjamin paul <bpaul@bpaul.xyz>
Date:   Sun, 18 Jul 2021 17:34:17 +1000

Dont need the display variable in the script

Diffstat:
Mhome/modules/graphical/polybar/default.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/home/modules/graphical/polybar/default.nix b/home/modules/graphical/polybar/default.nix @@ -69,7 +69,6 @@ with lib; #while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done # Launch Polybar - export DISPLAY=:0 polybar -rq bar & '';