-
-
Notifications
You must be signed in to change notification settings - Fork 14
Home
New: Arch Linux iso with nwg-shell included. You may set up Arch Linux with nwg-shell from scratch by installing from the nwg-iso. Or just do everything the old way, by following the steps below.
NOTE: this guide does not cover all the Arch Linux installation and post-installation steps. That's why we have the Arch Wiki.
- Download Arch Linux ISO, boot from it.
- Run guided installation with
archinstall
. - Select profile -> Minimal.
- Select audio -> pipewire or pulseaudio.
- Additional packages -> install
wget
. - Configure network -> Use NetworkManager.
- Reboot & and login as the user you created.
- Run the installer script. It will perform further installation steps for you. It will also ask whether to install Hyprland.
wget https://raw.github.com/nwg-piotr/nwg-shell/main/install/arch.sh && chmod u+x arch.sh && ./arch.sh && rm arch.sh
- Reboot. Type
sway
(orHyprland
, if you installed Hyprland support) at the command prompt. You should see the nwg-shell settings window now:
- Check the settings, e.g. your location, keyboard layout, applications. Don't forget to press the "Apply" button, or your text editor, file manager and web browser key bindings won't work.
NOTE: To speed up updates, you may want to install go
and python-wheel
(build dependencies) on your system.
NOTE: You may use whatever AUR helper you like, but the Arch update tray notifier relies on baph by Nate Maia. Baph is cool, anyway.
Installation steps & script by @kuba3351.
Nwg-shell in Fedora is fully packaged in the Copr repository: https://copr.fedorainfracloud.org/coprs/tofik/nwg-shell/
Copr is not official repository, it is similar to AUR in Arch Linux. So, before installing nwg-shell in Fedora, the Copr repo must be enabled in the system. Then, the nwg-shell package should be installed, and then, the nwg-shell-installer -a
should be executed to install necesary configuration files. We provide an automated instalation scripts that will do everything automatically for you.
Fedora will soon introduce an Sway Spin: https://fedoraproject.org/wiki/Changes/Fedora_Sway_Spin.
So, it is recommend to install the Sway Spin if you plan to install nwg-shell. But installing Sway and nwg-shell on another Fedora Spin should also work, but was not tested.
Fedora Sway Spin is not yet released but install images of Rawhide (development version of Fedora 38) are available, and install scripts was tested on it.
- Live ISO images (select Sway version): https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Spins/x86_64/iso
- Fedora Sericea (Sway Spin based on ostree): https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Sericea/x86_64/iso/
- Boot Live installer linked above
- Press Win+d or Win+Enter and type
liveinst
- Follow on screen instructions to install the system
- After installation do a reboot
- After first login, execute the installer script and follow instructions to select default apps
wget https://raw.github.com/nwg-piotr/nwg-shell/main/install/fedora.sh && chmod u+x fedora.sh && ./fedora.sh && rm fedora.sh
- Reboot the system
- Boot the installer linked above
- Follow on screen instructions to install the system
- After installation do a reboot
- After first login, execute the installer script and follow instructions to select default apps
wget https://raw.github.com/nwg-piotr/nwg-shell/main/install/fedora-ostree.sh && chmod u+x fedora-ostree.sh && ./fedora-ostree.sh && rm fedora-ostree.sh
- Reboot the system
The saigoneer-sericea-nwg docker image is a personal take on Sericea (immutable Fedora Sway), where I have added some cli tools (i.e fastfetch, btop, mc etc), some applications (nemo, pamixer & lsd) and where I have pruned the original base image. Most importantly it includes the great nwg-shell!
To rebase an existing Silverblue/Kinoite/Sericea installation to the latest build:
-
First rebase to the unsigned image, to get the proper signing keys and policies installed (Super+Return to enter the terminal):
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/thesaigoneer-sericea/thesaigoneer-sericea:latest
-
Reboot to complete the rebase:
systemctl reboot
-
Sign in the SDDM login screen with your username and password.
-
Then rebase to the signed image, (Super+Return to enter the terminal):
sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/thesaigoneer-sericea/thesaigoneer-sericea:latest
-
Reboot again to complete the installation
systemctl reboot
After that reboot login, press Super+Return to enter the terminal and type:
nwg-shell-installer -a
- Press Enter, complete installation and type sway to enter your nwg session.
The next you boot and enter your credentials into SDDM you will be taken to the nwg-shell environment straight away.
More information at https://github.com/thesaigoneer-sericea/thesaigoneer-sericea/blob/live/README.md
- Download the nwg-shell scripts manually or use a TUI tool such as
sbopkg
orsboui
to auto-install deps from SBo. - After building and install, ensure your user account is added to the
video
group, and runxdg-user-dirs-update
. - As
root
run/usr/sbin/pipewire-enable.sh
. - Afterwards, run the nwg-installer script to setup your environment,
nwg-shell-installer -a
. - Execute
sway
to load nwg-shell.
- Download & install slackpkg+ to add custom repositories to the distro.
- Edit
/etc/slackpkg/slackpkgplus.conf
adding this information to the configuration file:MIRRORPLUS['nwg-shell']=https://slackware.lngn.net/pub/x86_64/slackware64-current/nwg-shell/
also ensure you addnwg-shell
to thePKGS_PRIORITY
andREPOPLUS
fields. - Run
slackpkg update && slackpkg install nwg-shell
asroot
. This will install binary packages (you will not have to build anything). - Then follow Steps 2-5 for Slackware 15.0 above.
Work in progress by mac-a-r0ni.
As the updater in its current state does not support optional updates, you need to do it manually.
- Install
hyprland
andwlr-randr
; - Run
nwg-shell-installer -r -hypr
to add missing Hyprland presets.
Run nwg-shell-installer -a [-hypr]
to overwrite all default presets w/ default files (use -hypr
argument to include Hyprland presets).
Remove preset files you want to restore manually, then run nwg-shell-installer -r [-hypr]
.
- Ngw-shell is packaged in main repo
- Also sway and hyprland
- By default ngw-shell have sway as part of it's metapackage
- Installation:
Run
scratch install ngw-shell
- Initial configuration :
Run
nwg-shell-installer -a
- Session :
Run
dbus-run-session sway
- Configure your desktop:
Run
nwg-config-sway