hyprlock: Disable video

This commit is contained in:
2025-05-12 21:36:08 +02:00
parent db852f5144
commit 0a7942333a
2 changed files with 3 additions and 5 deletions

View File

@ -6,12 +6,10 @@ general {
background {
monitor =
{% if hostname == "sputnik" %}
# make background transparent, used in combination with screenlock-video
color = rgba(00000000)
{% else %}
#color = rgba(00000000)
path = ~/.config/wallpapers/6000x3376/akira.jpg
{% end %}
}
input-field {

View File

@ -1,5 +1,5 @@
{% if hostname == "sputnik" %}
lock '$HOME/.local/bin/screenlock-video'
lock '$HOME/.local/bin/screenlock'
{% else %}
lock '$HOME/.local/bin/screenlock'
{% end %}