feat: moved to i3lock

This commit is contained in:
oxypomme
2024-02-04 22:43:20 +01:00
parent 7ad87a14ae
commit 29bdd6decc
4 changed files with 11 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ exec_always --no-startup-id $HOME/.config/polybar/launch.sh &
exec --no-startup-id greenclip daemon &
# dunst
exec_always --no-startup-id $HOME/.config/dunst/start.sh &
# lockscreen
exec xss-lock --transfer-sleep-lock -- $HOME/.config/regolith3/i3/scripts/i3lock.sh &
# Workspace config
workspace "$ws1" output eDP1 DP1-1

6
regolith3/i3/scripts/i3lock.sh Executable file
View File

@@ -0,0 +1,6 @@
i3lock \
-kn \
--ring-color 007DFF \
--time-color FFFFFF \
--date-color CCCCCC \
-i "$HOME/Pictures/Papiers peints/ed-blur.png"