An open API service indexing awesome lists of open source software.

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

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
```