Quick screenshot button in bar for Hyprland, Sway, and Niri
A simple screenshot plugin for Noctalia Shell that provides a button in the bar to quickly take screenshots. Automatically detects your compositor and uses the appropriate tool.
hyprshotsway-contrib or your distro's Sway extras packageCopy this plugin to your Noctalia plugins directory:
cp -r screenshot ~/.config/noctalia/plugins/
Add the widget to your bar through Noctalia settings
Hyprland and Sway: Configure the screenshot mode through the settings panel:
Niri: Uses the built-in screenshot functionality (no configuration needed).
When clicked, the plugin will:
hyprshot with the selected modegrimshot copy <area|screen|window>niri msg action screenshotControl the plugin via command line:
# Screenshot of screen
qs -c noctalia-shell ipc call plugin:screenshot takeScreenshot output
# Screenshot of window
qs -c noctalia-shell ipc call plugin:screenshot takeScreenshot window
# Screenshot of region
qs -c noctalia-shell ipc call plugin:screenshot takeScreenshot region
MIT License