mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-29 11:31:29 +00:00
15 lines
301 B
Markdown
15 lines
301 B
Markdown
# Script: isrunning-compton
|
|
|
|
A simple script that allows you to toggle compton and shows if it is running.
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/isrunning-compton]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/isrunning-compton.sh
|
|
interval = 5
|
|
click-left = ~/polybar-scripts/isrunning-compton.sh --toggle &
|
|
```
|