Skip to content

Commit

Permalink
memory statusbar with multilanguage support (LukeSmithxyz#536)
Browse files Browse the repository at this point in the history
* for multilanguage support

see issue number LukeSmithxyz#535

* emoji
  • Loading branch information
narukeh authored and drees5 committed Feb 11, 2024
1 parent e268fc9 commit 15696c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local/bin/statusbar/memory
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ case $BLOCK_BUTTON in
- Click to show memory hogs." ;;
esac

free -h | awk '/^Mem:/ {print "🧠", $3 "/" $2}'
free -h | sed -n '2{p;q}' | awk '{print "🧠", $3 "/" $2}'

0 comments on commit 15696c7

Please sign in to comment.