JaKooLit / Hyprland-Dots

Hyprland dotfiles - used as main repo for all my Hyprland Install Scripts.
GNU General Public License v3.0
857 stars 120 forks source link

[Bug]: Cannot change background color in swaylock #164

Closed barbas66 closed 7 months ago

barbas66 commented 7 months ago

Bug Report

Description

As per title,

no matter the color I choose as background in swaylock config file (pic. 1), the screen keeps having a withish color (pic. 2).

Steps to Reproduce

  1. Edit swaylock config file ($HOME/.config/swaylock/config)
  2. Reboot system
  3. Lock screen through waybar button

Expected Behavior

A different background color for lock screen (see pic. 3) - Result of command: #swaylock -c FF0000FF

Actual Behavior

[What actually happened?]

Background color is unchanged

Screenshots

Pic. 1

Screenshot_19-feb_16-01-09_28995

Pic. 2

IMG20240219160425

Pic. 3

IMG20240219162250

Environment

Distro: EndeavourOS Kernel: 6.7.5-arch1-1 Hyprland, built from branch HEAD at commit 84ab8d11e8951a6551d1e1bf87796a8589da6d47 (props: bump ver to 0.35.0) Installed on main hardware

JaKooLit commented 7 months ago

can you state what you edited in ~/.config/swaylock/config ?

barbas66 commented 7 months ago

Here you go, hope it's the right parameter to set. IMG_20240219_181119

JaKooLit commented 7 months ago

https://github.com/swaywm/swaylock/blob/master/swaylock.1.scd

I believe you should switch to swaylock instead of swaylock effects

from the link it looks it supports the color options

on the swaylock effects, it does not seem to have function for color only as background.. although I could be wrong

JaKooLit commented 7 months ago

https://github.com/jirutka/swaylock-effects

barbas66 commented 7 months ago

Thanks.

For the time being I'll be using using the package swaylock.

Cheers!