try no systemd

This commit is contained in:
2025-09-10 12:08:48 -05:00
parent 9a1a025ec9
commit feec4dd416
2 changed files with 3 additions and 2 deletions

View File

@@ -101,13 +101,14 @@
rm ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid rm ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid
fi fi
hyprctl dispatch exec ${pkgs.hyprpanel}
hyprctl dispatch exec "setWallpaper /tmp/nathan/bg" hyprctl dispatch exec "setWallpaper /tmp/nathan/bg"
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr
hyprctl dispatch exec ${pkgs.netbird-ui}/bin/netbird-ui hyprctl dispatch exec ${pkgs.netbird-ui}/bin/netbird-ui
hyprctl dispatch exec ${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent hyprctl dispatch exec ${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent
hyprctl setcursor Bibata-Modern-Classic 16 hyprctl setcursor Bibata-Modern-Classic 16
sleep 5 sleep 3
hyprctl reload hyprctl reload
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr toggle calendar hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr toggle calendar
#tmux new-session -s hyprland #tmux new-session -s hyprland

View File

@@ -9,7 +9,7 @@
programs.hyprpanel = { programs.hyprpanel = {
enable = true; enable = true;
systemd.enable = false;
}; };
}; };
} }