From 5016c4f3d9a8a4d50f85bc2c3aa895e408621826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Mon, 28 Mar 2022 22:58:45 -0600 Subject: [PATCH] arregla path de polybar --- home/i3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/i3/default.nix b/home/i3/default.nix index 2a66aa4..6c4977d 100644 --- a/home/i3/default.nix +++ b/home/i3/default.nix @@ -20,7 +20,7 @@ exec --no-startup-id nm-applet # exec_always --no-startup-id xrandr --output DisplayPort-0 --primary --mode 1920x1080 --rate 143.85 --pos 0x0 --rotate normal --output DisplayPort-1 --mode 1920x1080 --rate 74.92 --pos 1920x0 --rotate normal --output HDMI-A-0 --off --output HDMI-A-1 --off --output DVI-D-0 --off exec_always --no-startup-id xrandr --output DisplayPort-0 --primary --mode 1920x1080 --rate 143.85 --pos 0x0 --rotate normal --output DisplayPort-1 --off --output HDMI-A-0 --mode 1920x1080 --pos 1920x0 --rotate normal --output HDMI-A-1 --off --output DVI-D-0 --off exec_always --no-startup-id compton -b -# exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec_always --no-startup-id $HOME/nix/home/i3/polybar/launch.sh.nix exec --no-startup-id ${callPackage ./keyboard.nix {}}/bin/setkeyboard # exec --no-startup-id ./wallpaper.sh