https://github.com/unode/polybar-xscreensaver-module
A simple XScreenSaver activate/deactivate icon and toggler for polybar
https://github.com/unode/polybar-xscreensaver-module
polybar polybar-module polybar-scripts
Last synced: 4 months ago
JSON representation
A simple XScreenSaver activate/deactivate icon and toggler for polybar
- Host: GitHub
- URL: https://github.com/unode/polybar-xscreensaver-module
- Owner: unode
- License: mit
- Created: 2025-07-26T17:25:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T17:29:30.000Z (7 months ago)
- Last Synced: 2025-07-26T22:07:02.677Z (7 months ago)
- Topics: polybar, polybar-module, polybar-scripts
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A simple XScreenSaver activate/deactivate icon and toggler for polybar
```
; In your bar configuration add
modules-right = xscreensaver
[module/xscreensaver]
type = custom/script
exec = /path/to/xscreensaver-deactivate-daemon
tail = true
label = %output%
click-left = /path/to/xscreensaver-deactivate-toggle
```