prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
7.13k stars 846 forks source link

[Bug]: SWWW does not crop vertical monitor #1931

Closed JoshuamURD closed 1 day ago

JoshuamURD commented 3 days ago

Bug Report

Description

I've got two monitors, one a wide screen (DP-1) on the right and a vertical monitor 1920x1080 which has been transformed on monitors.conf to be displayed vertically. The vertical monitor does not have the wallpaper fill the screen, this change occurred recently without modification to any dot files.

Steps to Reproduce

  1. Setup two monitors, one with vertical display
  2. Setup the monitors in hyprland monitors.conf like so:

monitor=DP-1,3440x1440@144,auto-right,1 monitor=DP-2, 1920x1080, auto-left, 1, transform, 3

  1. activate the SWWW script in local/share/bin/swwwallpaper.sh

Expected Behavior

I expected the vertical monitor wallpaper to fill the screen

Actual Behavior

The vertical monitor wallpaper is cropped to fit (i.e there is black background on the top and bottom of the wallpaper)

Environment

kRHYME7 commented 3 days ago

Report to swww that they should do a release. This is already fixed on the master branch. If you can't wait for the release install swww-git instead

kRHYME7 commented 3 days ago

https://github.com/hyprwm/Hyprland/issues/8028

IAmJafeth commented 1 day ago

It is fixed using the git version

For Paru

paru -Rs swww
paru -S swww-git

For Yay

yay -Rs swww
yay -S swww-git

Or just wait for the package to get updated