From 4446ee7acac47f36d6bfdd454a6ee9d303648f63 Mon Sep 17 00:00:00 2001 From: "yuri.kuit" Date: Wed, 13 May 2026 22:43:53 +0200 Subject: [PATCH] chadwm arch --- v2/arch-chadwm.sh | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/v2/arch-chadwm.sh b/v2/arch-chadwm.sh index ced4f95..c3c516b 100755 --- a/v2/arch-chadwm.sh +++ b/v2/arch-chadwm.sh @@ -84,18 +84,24 @@ enable_graphical_target() { ######################### # Start installation ########################## -say_yellow "Starting Niri setup..." +say_yellow "Starting Chadwm setup..." CURRENT_DE="$(detect_de)" CURRENT_DM="$(detect_display_manager)" if [[ -z "$CURRENT_DE" ]]; then - say_cyan -e "No Desktop Environment detected. Installing Niri (light setup with SDDM)..." + say_cyan -e "No Desktop Environment detected. Installing Chadwm (light setup with SDDM)..." - install_packages sddm niri noctalia-shell fuzzel swaybg xwayland-satellite swaylock + install_packages sddm picom feh acpi rofi dash imlib2 xsetroot enable_graphical_target - say_green -e "Niri with SDDM installed successfully. You can reboot now to start Niri." + git clone https://github.com/siduck/chadwm --depth 1 ~/.config/chadwm + cd ~/.config/chadwm/ + mv eww ~/.config + cd chadwm + sudo make install + + say_green -e "Chadwm with SDDM installed successfully. You can reboot now to start Chadwm." else say_cyan -e "Detected existing Desktop Environment: $CURRENT_DE" @@ -115,4 +121,4 @@ else fi # End of script -say_green -e "Niri / SDDM setup completed." \ No newline at end of file +say_green -e "Chadwm / SDDM setup completed." \ No newline at end of file