Browse Source

fix: memory in status bar

master
Tovi Jaeschke-Rogers 3 days ago
parent
commit
136091ad4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .local/bin/status-memory

+ 1
- 1
.local/bin/status-memory View File

@ -1,3 +1,3 @@
#!/bin/bash
free -h | awk '/^Mem/ { print $3""$2 }' | sed s/i//g
free -h | awk '/^Mem/ { print $3 }' | sed s/i//g

Loading…
Cancel
Save