This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: memory in status bar
master
Tovi Jaeschke-Rogers
3 days ago
parent
0e7910549d
commit
136091ad4a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save