[Addition] NWG-HUD #178

Closed
opened 2026-03-22 16:06:13 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @msmafra on GitHub (Jan 10, 2025).

@nwg-piotr Piotr Miller, created a more generic usage HUD/OSD. Meaning not "attached"/dependant to specific events like volume or brightness change. Which can, for example, show on your screen to which workspace you've move a window or you switched to with custom text etc passed to it.
Using configuration like this

bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod SHIFT, 1, exec, nwg-hud -i xfce4-workspaces -m "WS 1"

Or a script using Hyprland's IPC.

https://github.com/nwg-piotr/nwg-shell-config?tab=readme-ov-file#nwg-hud

Originally created by @msmafra on GitHub (Jan 10, 2025). @nwg-piotr Piotr Miller, created a more generic usage HUD/OSD. Meaning not "attached"/dependant to specific events like volume or brightness change. Which can, for example, show on your screen to which workspace you've move a window or you switched to with custom text etc passed to it. Using configuration like this ``` bind = $mainMod SHIFT, 1, movetoworkspace, 1 bind = $mainMod SHIFT, 1, exec, nwg-hud -i xfce4-workspaces -m "WS 1" ``` Or a script using Hyprland's IPC. https://github.com/nwg-piotr/nwg-shell-config?tab=readme-ov-file#nwg-hud
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-hyprland#178