mirror of https://github.com/polybar/polybar.git
remove claudius, its moved to polybar-scripts
parent
1b39f7d7f0
commit
ec40d1d2b2
|
@ -20,8 +20,6 @@ This is a list of modules written by polybar users. They can be added to the bar
|
|||
- [moc - info & control](#moc---info--control)
|
||||
- [cmus](#cmus)
|
||||
- [mpv](#mpv)
|
||||
- [Claudius](#claudius)
|
||||
- [XMonad](#xmonad)
|
||||
----------------------------------------
|
||||
|
||||
# Music Player - Basic track info (MPRIS)
|
||||
|
@ -563,21 +561,3 @@ format = <label>
|
|||
label = %output%
|
||||
```
|
||||
|
||||
----------------------------------------
|
||||
# Claudius
|
||||
|
||||
## Description
|
||||
A tiny module to report the state of claudius, the alternative filepicker for Discord.
|
||||
|
||||
Left click launches claudius, right click closes it.
|
||||
In case of a different location of the claudius script, add it to your $PATH or change `click-left` to match the full path to the executable.
|
||||
|
||||
## Module
|
||||
```ini
|
||||
[module/claudius]
|
||||
type = custom/script
|
||||
exec = pgrep -a python | grep 'claudius' &> /dev/null && echo "Claudius: ON" || echo "Claudius: OFF"
|
||||
interval = 3
|
||||
click-left = claudius &
|
||||
click-right = pkill -f claudius
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue