Display Manager for DMS and Niri

December 24, 2025 ยท View on GitHub

Screenshot from 2025-12-24 20-09-22

A DankMaterialShell (DMS) plugin that lets you:

  • Toggle Niri displays on/off
  • Control hardware monitor brightness, constrast via DDC/CI
  • Control resolution and refresh rate

Designed to be lightweight, fast, and bar-friendly.


Requirements

Brightness Control (DDC/CI)

To control monitor brightness, you need ddcutil and access to the I2C interface.

sudo pacman -S ddcutil
sudo usermod -aG i2c $USER