mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Update 2025-02-24
Update 2025-02-03 Update 2025-02-04 Update 2025-02-09 Update 2025-02-14 Update 2025-02-15 Update 2025-02-22 Update 2025-02-24
This commit is contained in:
4
config/eww/scripts/memory
Executable file → Normal file
4
config/eww/scripts/memory
Executable file → Normal file
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')
|
||||
awk '/Mem:/ {printf "%.0f\n", ($3/$2)*100}' <(free -m)
|
||||
|
||||
Reference in New Issue
Block a user