freebsd-ports/x11/polybar/pkg-message
Joel Bodenmann 6cdddcb8fd
x11/polybar: Add patches for CPU and memory modules
- give it to Joel Bodenmann <jbo@insane.engineer>

PR:		272831
2023-08-06 00:04:55 -03:00

35 lines
551 B
Text

[
{ type: install
message: <<EOM
Polybar was originally built with Linux in mind, so certain modules do
not function in FreeBSD.
Working modules:
- bspwm
- cpu
- date
- github
- i3
- ipc (polybar-msg method does not seem to work)
- memory
- menu
- mpd
- script
- text
- xkeyboard
- xwindow
- xworkspaces (not extensively tested)
Broken modules:
- filesystem
- network (requires wireless_tools)
- temperature (requires /sys/class/thermal/* in sysfs)
- volume (requires full alsa, not a wrapper)
Unknown:
- backlight
- battery
- xbacklight
EOM
}
]