index
:
xmobar
cairo
master
a minimalistic status bar
jao
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
Xmobar
/
Plugins
/
Monitors
/
Volume.hs
Age
Commit message (
Collapse
)
Author
2020-08-07
Redundant imports (mostly <$>) removed
jao
2020-05-06
recursively hlinting
jao
2020-05-06
hlinting
jao
2020-01-05
Add <volumestatus> template to Volume
slotThe
2020-01-04
Replace parseOpts with a generic function
slotThe
2019-10-14
Add ability to display string based on volume percentage
slotThe
2019-10-14
Add VolumeStatus and ways to convert Float -> VolumeStatus, VolumeStatus -> ↵
slotThe
[low,medium,high]String
2019-10-14
Add types for displaying a string based on volume percentage
slotThe
2019-10-14
Add types for percentage based volume control
slotThe
2018-12-24
Upgrade to alsa-mixer 0.3.0 (cf. #372, #373)
jao
2018-11-25
Back to app/src, since it seems they're the default convention for stack
jao
2018-11-21
All sources moved inside src
jao
2018-11-21
Split Modules into Library & Executable Structure
Pavan Rikhi
Move the Main module to a new `app` directory. All other modules have been nested under the `Xmobar` name. Lots of module headers & imports were updated.