commit 3eb8d1d4fd938ea603348a5338296b9347b35f38
parent 7e0da4a2ed0220be1965553e81401dde9e69bed1
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sun, 19 Sep 2021 22:45:50 +0200
Adapt README to new repository
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sguard/README.md b/sguard/README.md
@@ -24,7 +24,7 @@ phosh.
## Wouldn't it be better to check mpris for the current player state?
Indeed, that would be a _cleaner_ approach, and the [script did exactly that for
-a while](https://src.jayvii.de/Hobby/PinePhoneScripts/src/commit/ea05e205a1315464bb9ebda0ad86493eb844e395/sguard/sguard.sh).
+a while](https://src.jayvii.de/pub/pinephone-scripts/commit/ea05e205a1315464bb9ebda0ad86493eb844e395.html).
However, it turns out that phosh handles MediaPlayer/mpris events in an odd way,
such that it does not report any playing state, when the screen is locked.
@@ -35,8 +35,8 @@ unable to trigger the suspend-inhibit.
Just download this source directory, and run the Makefile:
```
-git clone https://src.jayvii.de/Hobby/PinePhoneScripts
-cd PinePhoneScripts/sguard
+git clone https://src.jayvii.de/pub/pinephone-scripts.git
+cd pinephone-scripts/sguard
make install
```