remove claudius, its moved to polybar-scripts

x70b1 2018-01-04 06:10:09 +01:00
parent 1b39f7d7f0
commit ec40d1d2b2
1 changed files with 0 additions and 20 deletions

@ -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) - [moc - info & control](#moc---info--control)
- [cmus](#cmus) - [cmus](#cmus)
- [mpv](#mpv) - [mpv](#mpv)
- [Claudius](#claudius)
- [XMonad](#xmonad)
---------------------------------------- ----------------------------------------
# Music Player - Basic track info (MPRIS) # Music Player - Basic track info (MPRIS)
@ -563,21 +561,3 @@ format = <label>
label = %output% 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
```