Skip to content

Some useful executors

Piotr Miller edited this page Jun 19, 2022 · 9 revisions

In your config directory/nwg-panel/executors you'll find 2 sample executors. The arch_updates.py script, together with au.sh, checks Arch Linux updates. It's a little bit tricky, and recommended for power users. The github.sh script is simple, and bases on the custom module from the Waybar Wiki (thank you!). I added these examples in hope of users' contribution. Feel free to make pull requests.

For some useful system info you may use gopsuinfo. Well, my old psuinfo script does the same job, but the golang version is lighter on resources.

image

  1. gopsuinfo -i a
  2. gopsuinfo -c g
  3. gopsuinfo -i t
  4. gopsuinfo -i m
  5. gopsuinfo -i n

Type gopsuinfo -h for more options.

Clone this wiki locally