dotfiles/bottom_bar/plugins/memory.sh

6 lines
122 B
Bash
Executable File

#!/bin/bash
MEMORY=$(memory_pressure | tail -n 1 | awk '{print $5}')
bottom_bar --set $NAME icon=󰍛 label="${MEMORY}"