hyprlock icon indicating copy to clipboard operation
hyprlock copied to clipboard

Screen artifact when locking with multiple screens

Open archevel opened this issue 1 year ago • 1 comments

Regression?

No

Hyprlock Info and Version

Hyprlock version 0.5.0

Hyprlock config
background {
    monitor =
    path =  /home/archevel/Pictures/itchy-v2-wallpaper.png
    color = rgba(25, 20, 20, 1.0)

    blur_passes = 1
    blur_size = 3
    noise = 0.0117
    contrast = 0.8916
    brightness = 0.8172
    vibrancy = 0.1696
    vibrancy_darkness = 0.0
}

general {
  grace = 5
  hide_cursor = true
}

  
input-field {
  monitor =
  size = 500, 60
  placeholder_text = (╯°□°)╯︵ ┻━┻ 
  shadow_passes = 3
}

label {
  shadow_passes = 2
  monitor =
  text = cmd[update:1000] echo "<tt>$(date +%X)</tt>"
  text_align = center
  halign = center
  valign = center
  position = 0, 160
  font_size = 64
  color = rgba(110, 120, 100, 1.0)
}

label {
  shadow_passes = 2
  text = cmd[update:1000] echo "<tt>$(date '+%A v.%V %B')</tt>"
  monitor = 
  text_align = center
  halign = left
  valign = top
  position = 20, -20
  font_size = 32
  color = rgba(110, 120, 100, 1.0)
}


Compositor Info and Version

System/Version info
Hyprland, built from branch v0.44.1-b at commit 4520b30d498daca8079365bdb909a8dea38e8d55  (version: bump to 0.44.1).
Date: 2024-10-09
Tag: v0.44.1, commits: 4520b30d498daca8079365bdb909a8dea38e8d55
built against aquamarine 0.4.3


flags: (if any)


System Information:
System name: Linux
Node name: Clauneck
Release: 6.11.5
Version: #1-NixOS SMP PREEMPT_DYNAMIC Tue Oct 22 13:51:37 UTC 2024


GPU information: 
0000:00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Arc Graphics] [8086:7d55] (rev 08) (prog-if 00 [VGA controller])
0000:01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD106M [GeForce RTX 4070 Max-Q / Mobile] [10de:2820] (rev a1) (prog-if 00 [VGA controller])
NVRM version: NVIDIA UNIX x86_64 Kernel Module  560.35.03  Fri Aug 16 21:39:15 UTC 2024


os-release: ANSI_COLOR="1;34"
BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues"
BUILD_ID="24.11.20241023.2768c7d"
DOCUMENTATION_URL="https://nixos.org/learn.html"
HOME_URL="https://nixos.org/"
ID=nixos
IMAGE_ID=""
IMAGE_VERSION=""
LOGO="nix-snowflake"
NAME=NixOS
PRETTY_NAME="NixOS 24.11 (Vicuna)"
SUPPORT_URL="https://nixos.org/community.html"
VERSION="24.11 (Vicuna)"
VERSION_CODENAME=vicuna
VERSION_ID="24.11"


plugins:


Description

When I have multiple screens connected and lock the laptop the lockscreen on the laptop gets a glitch in the lower left corner (see attached image). If I disconnect the external monitor and lock the screen everything appears correctly (without the glitchy area in the lower left).

How to reproduce

Lock the screen with a separate monitor (with a different resolution) connected to the laptop.

Crash reports, logs, images, videos

IMG_20241114_131305

archevel avatar Nov 14 '24 12:11 archevel

@archevel if this is still an issue for you, can you try https://github.com/hyprwm/hyprlock/pull/655?

PointerDilemma avatar Jan 21 '25 12:01 PointerDilemma