Make hyprlock default and add battery level

This commit is contained in:
2024-11-08 10:02:59 +01:00
parent 840948e179
commit b1c4c6d4ac
4 changed files with 30 additions and 45 deletions

View File

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