hyprlock: Disable video
This commit is contained in:
@ -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 {
|
||||||
|
|||||||
@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user