merge 0.3.9 original commits
This commit is contained in:
commit
41d0a72bbd
3 changed files with 10 additions and 8 deletions
10
bin/sp-lock
10
bin/sp-lock
|
@ -8,14 +8,10 @@ if [ -f "${lock_script}" ]; then
|
|||
bash -c "${lock_script}"
|
||||
fi
|
||||
lock_args=()
|
||||
if [ -f "/usr/lib/$(uname -m)-linux-gnu/gtklock/userinfo-module.so" ];then
|
||||
for s in "/usr/lib/$(uname -m)-linux-gnu/gtklock/"*"-module.so";do
|
||||
lock_args+=("-m")
|
||||
lock_args+=("/usr/lib/$(uname -m)-linux-gnu/gtklock/userinfo-module.so")
|
||||
fi
|
||||
if [ -f "/usr/lib/$(uname -m)-linux-gnu/gtklock/playerctl-module.so" ];then
|
||||
lock_args+=("-m")
|
||||
lock_args+=("/usr/lib/$(uname -m)-linux-gnu/gtklock/playerctl-module.so")
|
||||
fi
|
||||
lock_args+=("${s}")
|
||||
done
|
||||
if [ ! -z "${lock_monitor}" ];then
|
||||
lock_args+=("-M")
|
||||
lock_args+=("${lock_monitor}")
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
sway-profiles (0.3.10) unstable; urgency=medium
|
||||
|
||||
* better support for gtklock modules
|
||||
|
||||
-- Penelope Gwen <penelope@pogmom.me> Fri, 28 Feb 2025 00:47:10 +0000
|
||||
|
||||
sway-profiles (0.3.9) unstable; urgency=medium
|
||||
|
||||
* support for gtklock modules
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -1,7 +1,7 @@
|
|||
Source: sway-profiles
|
||||
Section: X11
|
||||
Priority: optional
|
||||
Maintainer: Penelope Gwen <support@pogmom.me>
|
||||
Maintainer: Penelope Gwen <penelope@pogmom.me>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
|
|
Loading…
Add table
Reference in a new issue