end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.71k stars 255 forks source link

Fix `>dark` `>light` actions for multimonitors #332

Closed clsty closed 5 months ago

clsty commented 5 months ago

When using multi-monitors, swww query | awk -F 'image: ' '{print $2}' gives N lines, where N is the number of monitors.

As the result, actions >dark and >light cause AGS styles totally broken.

This commit specifies only the first line to fix the problem.