Skip to content

Instantly share code, notes, and snippets.

@ghukill
Created December 10, 2017 17:39
Show Gist options
  • Save ghukill/565f827c2b83f7b41ed508f54710b83e to your computer and use it in GitHub Desktop.
Save ghukill/565f827c2b83f7b41ed508f54710b83e to your computer and use it in GitHub Desktop.
linux mint memory profile prefs
{
"labelsOn": false,
"refreshRate": 500,
"labelColor": [
0.9333333333333333,
0.9333333333333333,
0.9254901960784314,
1
],
"backgroundColor": [
1,
1,
1,
0.1
],
"cpu": {
"enabled": true,
"width": 40,
"colors": [
[
0.75,
0.25,
0.25,
0.5071428571428571
],
[
0.010000000000000009,
0.10899999999999965,
1,
0.5321428571428571
],
[
0.75,
0.7,
0.25,
0.5
],
[
0.25,
0.75,
0.2571428571428571,
0.5035714285714286
]
]
},
"mem": {
"enabled": true,
"width": 40,
"colors": [
[
0.75,
0.25,
0.25,
0.3607142857142857
],
[
0.6,
0.6,
0.6,
0.8
],
[
0.8,
0.8,
0.8,
0.8
],
[
0.3821428571428571,
0.75,
0.25,
0.38
]
],
"swapcolors": [
[
1,
1,
1,
0.15
]
]
},
"net": {
"enabled": true,
"autoscale": true,
"logscale": true,
"width": 40,
"devices": [
{
"id": "enp0s25",
"enabled": true,
"show": 4,
"colors": [
[
1,
1,
1,
0.8
],
[
0,
0,
0,
0.6
]
],
"up": 0,
"down": 0,
"lastReading": [
0,
0
]
},
{
"id": "wlp3s0",
"enabled": true,
"show": 4,
"colors": [
[
1,
1,
1,
0.8
],
[
0,
0,
0,
0.6
]
],
"up": 26358993,
"down": 487600773,
"lastReading": [
0,
0
]
},
{
"id": "docker0",
"enabled": false,
"show": 4,
"colors": [
[
1,
1,
1,
0.8
],
[
0,
0,
0,
0.6
]
],
"up": 0,
"down": 0,
"lastReading": [
0,
0
]
},
{
"id": "lo",
"enabled": true,
"show": 4,
"colors": [
[
1,
1,
1,
0.8
],
[
0,
0,
0,
0.6
]
],
"up": 22626895,
"down": 22626895,
"lastReading": [
0,
0
]
}
]
},
"disk": {
"enabled": true,
"autoscale": true,
"logscale": true,
"width": 40,
"devices": [
{
"id": "/",
"enabled": true,
"show": 4,
"colors": [
[
1,
1,
1,
1
],
[
0.6,
0.6,
0.6,
0.8
]
],
"path": "/",
"read": 9788039168,
"write": 13009584128,
"lastReading": [
0,
0
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment