My NixOS configuration and dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

NixBTW / scripts / memory.sh
97 B 5 lines
1#!/usr/bin/env bash 2set -euo pipefail 3 4printf " " 5printf "$(free -h | awk '/Mem/{print $3}')"