@ryan_nookpi/pi-extension-idle-screensaver 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,24 @@
|
|
|
1
1
|
# @ryan_nookpi/pi-extension-idle-screensaver
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This extension shows a clean idle overlay when pi has been inactive for a while.
|
|
4
|
+
|
|
5
|
+
If you often leave sessions open in the background, it keeps the screen less distracting and makes the current session easier to recognize.
|
|
4
6
|
|
|
5
7
|
## Install
|
|
6
8
|
|
|
7
9
|
```bash
|
|
8
|
-
pi install /Users/creatrip/Documents/pi-extension/packages/idle-screensaver
|
|
9
10
|
pi install npm:@ryan_nookpi/pi-extension-idle-screensaver
|
|
10
11
|
```
|
|
11
12
|
|
|
12
|
-
##
|
|
13
|
+
## Great for
|
|
14
|
+
|
|
15
|
+
- leaving pi open for long periods while you work on something else
|
|
16
|
+
- keeping an inactive session visually tidy
|
|
17
|
+
- displaying the current session name or fallback context more clearly
|
|
18
|
+
|
|
19
|
+
## How it works
|
|
13
20
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
21
|
+
- After a period of inactivity, it opens a full-screen overlay.
|
|
22
|
+
- Press any key to dismiss it immediately.
|
|
23
|
+
- It pauses automatically while the agent is running or while a question UI is open.
|
|
24
|
+
- If a session name exists, it shows that name. Otherwise it falls back to folder or branch information.
|