mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-12-31 05:32:42 +00:00
Update 2025-10-09 Update 2025-10-11 feat: add rose-pine gtk themes Update 2025-10-16 Update 2025-10-23 Fix desktop niri Update 2025-10-31
4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
awk '/Mem:/ {printf "%.0f\n", ($3/$2)*100}' <(free -m)
|