end-4 / dots-hyprland

Modern, feature-rich and accessible desktop configuration.
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.16k stars 204 forks source link

fix multi-monitor widgets #455

Closed moetayuko closed 1 month ago

moetayuko commented 2 months ago

these widgets were declared for each monitor but never triggered due to:

╰─ xrandr --listmonitors
Monitors: 2
 0: +DP-1 3840/600x2160/340+0+0  DP-1
 1: +DP-2 3840/530x2160/300+7680+0  DP-2

╰─ xrandr --listmonitors | grep -c 'Monitor'
1

this pr fixes keybinds and widget implementations for the second monitor

moetayuko commented 1 month ago

@end-4 can you take a look? this is a bugfix

end-4 commented 1 month ago

i totally forget about stuff that aren't visible on the initial view of the notifs page...