hyprlock icon indicating copy to clipboard operation
hyprlock copied to clipboard

after idling some time, some app gui get messed up

Open DaBuddhalint opened this issue 1 month ago • 2 comments

Regression?

No

Hyprlock Info and Version

v0.9.2

Hyprlock config
general {
    no_fade_in = false
    grace = 0
    disable_loading_bar = false
}

background {
    blur_passes = 0
    monitor =
    path = ~/.local/share/wallpapers/dead_space_limb.png
    blur_passes = 2
}

label {
    monitor =
    text = cmd[update:1000] echo "<span>$(date +"%H:%M")</span>"
    color = rgba(216, 222, 233, .7)
    font_size = 160
    font_family = steelfish outline regular
    position = 0, 370
    halign = center
    valign = center
}

label {
    monitor =
    text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
    color = rgba(216, 222, 233, .7)
    font_size = 28
    font_family = SF Pro Display Bold
    position = 0, 490
    halign = center
    valign = center
}

label {
    monitor =
    text =     $USER
    color = rgba(216, 222, 233, 0.80)
    outline_thickness = 2
    dots_size = 0.2
    dots_spacing = 0.2
    dots_center = true
    font_size = 18
    font_family = SF Pro Display Bold
    position = 0, -180
    halign = center
    valign = center
}

input-field {
    monitor =
    size = 300, 60
    outline_thickness = 2
    dots_size = 0.2
    dots_spacing = 0.2
    dots_center = true
    outer_color = rgba(255, 255, 255, 0)
    inner_color = rgba(255, 255, 255, 0.1)
    font_color = rgb(200, 200, 200)
    fade_on_empty = false
    font_family = SF Pro Display Bold
    placeholder_text = <i><span foreground="##ffffff99">🔒 Enter Pass</span></i>
    hide_input = false
    position = 0, -250
    halign = center
    valign = center
}

label {
    monitor =
    text = cmd[update:1000] echo "$(~/.config/hypr/Scripts/songdetail.sh)" 
    color = rgba(255, 255, 255, 0.6)
    font_size = 48
    font_family = Benegraphic
    position = 0, 50
    text_align = center
    halign = center
    valign = bottom
}

Compositor Info and Version

System/Version info
Hyprland 0.51.1 built from branch  at commit 71a1216abcc7031776630a6d88f105605c4dc1c9  ([gha] Nix: update inputs).
Date: Mon Sep 22 20:54:03 2025
Tag: v0.51.1, commits: 6436
built against:
 aquamarine 0.9.5
 hyprlang 0.6.3
 hyprutils 0.10.0
 hyprcursor 0.1.13
 hyprgraphics 0.2.0


no flags were set


System Information:
System name: Linux
Node name: balintarch
Release: 6.17.7-arch1-1
Version: #1 SMP PREEMPT_DYNAMIC Sun, 02 Nov 2025 17:27:22 +0000


GPU information: 
08:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] [1002:73df] (rev c1) (prog-if 00 [VGA controller])


os-release: NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo


plugins:

Explicit sync: supported
GL ver: 3.2
Backend: drm

Monitor info:
	Panel HDMI-A-1: 3840x2160, HDMI-A-1 LG Electronics LG TV SSCR2 0x01010101 -> backend drm
		explicit ✔️
		edid:
			hdr ✔️
			chroma ✔️
			bt2020 ✔️
		vrr capable ❌
		non-desktop ❌
		
	Panel DP-1: 1920x1080, DP-1 Philips Consumer Electronics Company PHL 273V5 UK51809024941 -> backend drm
		explicit ✔️
		edid:
			hdr ❌
			chroma ✔️
			bt2020 ❌
		vrr capable ❌
		non-desktop ❌

Description

some app layout/color palette gets messed up after unlocking with hyprlock. mind you, this usually happens when leaving the pc idling for minimum of 30 minutes after invoking hyprlock with hypridle.

How to reproduce

hypridle.conf

listener {
    timeout = 900
    on-timeout = pidof hyprlock || hyprlock
}
  1. invoke hyprlock with hypridle
  2. leave idling for at least

Crash reports, logs, images, videos

librewolf: Image

the other i found this issue with was equibop ( vesktop fork ), where the whole window goes black 'n white with weird contrasts. as of right now I don't have a screenshot of it, but will provide whenever I encounter it again.

i could not find anything else sadly

DaBuddhalint avatar Nov 06 '25 20:11 DaBuddhalint

More likely to be a compositor issue I think, but can you launch firefox with WAYLAND_DEBUG=1, reproduce the problem and send the logs?

PointerDilemma avatar Nov 11 '25 15:11 PointerDilemma

Also try if you can reproduce with another lockscreen application

PointerDilemma avatar Nov 11 '25 15:11 PointerDilemma