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 { background {
monitor = monitor =
{% if hostname == "sputnik" %}
# make background transparent, used in combination with screenlock-video # make background transparent, used in combination with screenlock-video
color = rgba(00000000) #color = rgba(00000000)
{% else %}
path = ~/.config/wallpapers/6000x3376/akira.jpg path = ~/.config/wallpapers/6000x3376/akira.jpg
{% end %}
} }
input-field { input-field {

View File

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