Go to file
Ricard Illa a17f3f0e27 fixed missing module in cabal 2021-07-11 14:29:07 +02:00
app initial commit 2020-12-29 17:41:37 +01:00
src/Monitors initial commit 2020-12-29 17:41:37 +01:00
.gitignore cabal file 2021-07-11 14:17:34 +02:00
LICENSE initial commit 2020-12-29 17:41:37 +01:00
README.md typos fixed 2021-01-20 16:36:57 +01:00
Setup.hs setup.hs 2021-07-09 20:49:33 +02:00
hmonitors.cabal fixed missing module in cabal 2021-07-11 14:29:07 +02:00
package.yaml setup.hs 2021-07-09 20:49:33 +02:00
stack.yaml initial commit 2020-12-29 17:41:37 +01:00

README.md

hmonitors

This is a collection of monitors the I use as widgets in xmobar. Currently implemented:

  • battery (through acpi)
  • volume (through alsa)
  • network (through network-manager)

They are all one-shot scripts, intended for xmobar to run periodically. They are very ad-hoc to my use case. Even the icons (using NerdFonts) and colors (I use the gruvbox color scheme) are hard-coded.