From 60821257aced9df2da97c21c6e639d5e04b671dc Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 29 Jul 2022 19:59:50 +0000 Subject: [PATCH 1/2] chore(ci): adjust FreeBSD to follow upstream recommendations - use macos-12 as macos-10.15 will be removed on 2022-08-30 - use major version to transparently pick up updates --- .github/workflows/freebsd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index fde8251..cc1c4b4 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -4,14 +4,14 @@ on: [ push, pull_request ] jobs: clang: - # Run actions in a FreeBSD vm on the macos-10.15 runner + # Run actions in a FreeBSD VM on the macos-12 runner # https://github.com/actions/runner/issues/385 - for FreeBSD runner support # https://github.com/actions/virtual-environments/issues/4060 - for lack of VirtualBox on MacOS 11 runners - runs-on: macos-10.15 + runs-on: macos-12 steps: - uses: actions/checkout@v2 - name: Test in FreeBSD VM - uses: vmactions/freebsd-vm@v0.1.7 # aka FreeBSD 13.1 + uses: vmactions/freebsd-vm@v0 with: mem: 2048 usesh: true From 4029c5423f92fdb504b7507b85b8b1d0123a0904 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sun, 31 Jul 2022 10:56:42 +0200 Subject: [PATCH 2/2] Added UPower to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 248eef0..fefde2c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - Tray [#21](https://github.com/Alexays/Waybar/issues/21) - Local time - Battery +- UPower - Network - Bluetooth - Pulseaudio @@ -71,6 +72,7 @@ libmpdclient [MPD module] libsndio [sndio module] libevdev [KeyboardState module] xkbregistry +upower [UPower battery module] ``` **Build dependencies** @@ -104,6 +106,7 @@ sudo apt install \ libspdlog-dev \ libwayland-dev \ scdoc \ + upower \ libxkbregistry-dev ```