mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Merge pull request #305 from FreeGeronimo/fix-free-language-output
Set system locale to international
This commit is contained in:
commit
835f095fb0
@ -6,4 +6,7 @@ case $BLOCK_BUTTON in
|
||||
- Click to show memory hogs." ;;
|
||||
esac
|
||||
|
||||
free -h | awk '/^Mem:/ {print $3 "/" $2}'
|
||||
# Set language to international or otherwise 'free' will output in the current
|
||||
# system language
|
||||
LC_ALL=C free -h | awk '/^Mem:/ {print $3 "/" $2}'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user