This project contains examples of Quickshell configuration for the niri Wayland compositor, using the QML plugin for niri.
-
Install Quickshell version >=0.2.1, and niri version >=25.08.
-
See the
READMEwithin each example directory for additional instructions and dependencies.
Clone this repository, and copy or symlink any of the example directories into ~/.config/quickshell/. E.g.:
git clone https://github.com/imiric/quickshell-niri.git
ln -s "$PWD/quickshell-niri/simple-bar" ~/.config/quickshell/niri-simple-barThen you can run Quickshell with the specific configuration:
quickshell --config niri-simple-barYou can run this automatically when niri starts by adding this to your niri configuration file (~/.config/niri/config.kdl):
spawn-at-startup "quickshell" "--config" "niri-simple-bar"
