dotfiles/bottom_bar/plugins/memory.sh
2023-11-18 20:56:03 +01:00

5 lines
122 B
Bash
Executable file

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