use gtklock instead of swaylock
This commit is contained in:
parent
f6c10a7c5c
commit
e8bed249df
3 changed files with 8 additions and 2 deletions
|
@ -18,7 +18,7 @@ done
|
||||||
if [ -f "${lock_script}" ]; then
|
if [ -f "${lock_script}" ]; then
|
||||||
bash -c "${lock_script}"
|
bash -c "${lock_script}"
|
||||||
fi
|
fi
|
||||||
swaylock ${sl_args}
|
gtklock
|
||||||
if [ -f "${unlock_script}" ]; then
|
if [ -f "${unlock_script}" ]; then
|
||||||
bash -c "${unlock_script}"
|
bash -c "${unlock_script}"
|
||||||
fi
|
fi
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
sway-profiles (0.3.3) unstable; urgency=medium
|
||||||
|
|
||||||
|
* use gtklock instead of swaylock
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Sat, 15 Jun 2024 12:15:42 -0600
|
||||||
|
|
||||||
sway-profiles (0.3.2) unstable; urgency=medium
|
sway-profiles (0.3.2) unstable; urgency=medium
|
||||||
|
|
||||||
* added some basic waybar integration
|
* added some basic waybar integration
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -16,7 +16,7 @@ Depends:
|
||||||
Recommends:
|
Recommends:
|
||||||
wofi,
|
wofi,
|
||||||
fonts-font-awesome,
|
fonts-font-awesome,
|
||||||
swaylock,
|
gtklock,
|
||||||
imagemagick
|
imagemagick
|
||||||
Suggests:
|
Suggests:
|
||||||
copyq,
|
copyq,
|
||||||
|
|
Loading…
Add table
Reference in a new issue