Compare commits

...

2 Commits

Author SHA1 Message Date
2f07de753b Set cursor size 2026-01-20 10:06:12 +01:00
60a2a61eab Added lockscreen script 2026-01-13 10:29:01 +01:00
2 changed files with 22 additions and 0 deletions

View File

@@ -195,6 +195,9 @@ riverctl spawn "udiskie -ANt"
# Color temp
riverctl spawn "wlsunset -l 50.08 -L 14.42 -t 5000 -T 6500"
# Cursor size
riverctl xcursor-theme Adwaita 22
# Wallpaper
riverctl spawn "swaybg -c 1D1F21"
#[[ -e ~/.config/wallpaper.png ]] &&

19
.local/bin/lockscreen Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/sh
riverctl keyboard-layout us
exec swaylock \
--clock \
--show-keyboard-layout \
--indicator-idle-visible \
--indicator-radius 100 \
--indicator-thickness 7 \
--ring-color 2D464D \
--key-hl-color be5046 \
--text-color ffffff \
--line-color 00000000 \
--inside-color 00000088 \
--separator-color 00000000 \
--fade-in 0.2 \
--effect-blur 7x1 \
--color 202223