Go to file
Ricard Illa e9bdde5614
do not split when colons are escaped
2022-05-22 14:09:44 +02:00
app default commands 2021-08-05 09:44:53 +02:00
src/Monitors do not split when colons are escaped 2022-05-22 14:09:44 +02: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.