Skip to content

Commit

Permalink
conky: Document conky race condition with pulseaudio's pactl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed May 21, 2018
1 parent 708de55 commit 724ebce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .conkyrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ ${if_match ${to_bytes ${fs_free /home}} < 1073741824}^fg(grey)/home:^fg(Red)${fs
-- TODO: Change color when e-mails are not 0?
-- TODO: Conditional display of network, sound.
-- Probably need $lua+$eval for most of the TODOs.
-- TODO: Calling pactl when pulseaudio is not running will fire it up, which can
-- lead to a race condition when relogging: 4 pulseaudio processes will end up
-- running.

0 comments on commit 724ebce

Please sign in to comment.