improve lots of things and change things to accomodate my new hardware
This commit is contained in:
parent
e425915f37
commit
5842024619
5 changed files with 35 additions and 39 deletions
|
@ -120,7 +120,7 @@
|
|||
]
|
||||
},
|
||||
"custom/pacman": {
|
||||
"format": "<span color=\"#8BE9FD\"> </span>{} ",
|
||||
"format": "<span color=\"#8BE9FD\"> </span>{} | ",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Available updates",
|
||||
"interval": 60,
|
||||
|
@ -166,10 +166,10 @@
|
|||
]
|
||||
},
|
||||
"network": {
|
||||
"interface": "enp7s0",
|
||||
"interface": "eno1",
|
||||
"format": "{ifname}",
|
||||
"interval": 1,
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "<span color=\"#50fa7b\"> </span>{ifname}",
|
||||
"format-disconnected": "<span color=\"#FF5555\"> </span>{ifname}",
|
||||
"max-length": 50,
|
||||
|
@ -214,11 +214,11 @@
|
|||
},
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": "<span color=\"#cf7cac\">{icon}</span> {usage}% ",
|
||||
"format": "<span color=\"#cf7cac\">{icon}</span> {usage}% | ",
|
||||
"format-icons": [""]
|
||||
},
|
||||
"memory": {
|
||||
"format": "<span color=\"#8BE9FD\">{icon}</span> {percentage}% ",
|
||||
"format": "<span color=\"#8BE9FD\">{icon}</span> {percentage}% | ",
|
||||
"format-icons": [""]
|
||||
},
|
||||
"temperature": {
|
||||
|
@ -241,32 +241,26 @@
|
|||
"disk#disk2",
|
||||
"disk#disk3",
|
||||
"disk#disk4",
|
||||
"disk#disk5"
|
||||
]
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": " <span color=\"#8694c0\"></span><span color=\"#50FA7B\"> </span>/: {percentage_used}% ",
|
||||
"format": " <span color=\"#8694c0\"></span><span color=\"#50FA7B\"> </span>/: {percentage_used}% | ",
|
||||
"path": "/"
|
||||
},
|
||||
"disk#disk2": {
|
||||
"interval": 30,
|
||||
"format": " <span color=\"#ba89ff\"> </span>M2: {percentage_used}% ",
|
||||
"path": "/mnt/M2"
|
||||
"format": " <span color=\"#ff79c6\"> </span>SSD: {percentage_used}% | ",
|
||||
"path": "/mnt/SSD"
|
||||
},
|
||||
"disk#disk3": {
|
||||
"interval": 30,
|
||||
"format": " <span color=\"#ff79c6\"> </span>SSD: {percentage_used}% ",
|
||||
"path": "/mnt/SSD"
|
||||
"format": " <span color=\"#8BE9FD\"> </span>Games: {percentage_used}% | ",
|
||||
"path": "/media/Games"
|
||||
},
|
||||
"disk#disk4": {
|
||||
"interval": 30,
|
||||
"format": " <span color=\"#8BE9FD\"> </span>Games: {percentage_used}% ",
|
||||
"path": "/media/Games"
|
||||
},
|
||||
"disk#disk5": {
|
||||
"interval": 30,
|
||||
"format": " <span color=\"#ffb86c\"> </span>Backups: {percentage_used}% ",
|
||||
"format": " <span color=\"#ffb86c\"> </span>Backups: {percentage_used}% | ",
|
||||
"path": "/mnt/Backups"
|
||||
},"pulseaudio": {
|
||||
"format": "{volume}% {icon}",
|
||||
|
@ -302,7 +296,7 @@
|
|||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%"
|
||||
},
|
||||
"custom/vpn": {
|
||||
"format": "<span color=\"#ff5555\"> </span>",
|
||||
"format": "<span color=\"#ff5555\"> </span> | ",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Connected to VPN",
|
||||
"exec": "echo '{\"class\": \"connected\"}'",
|
||||
|
@ -321,7 +315,7 @@
|
|||
},
|
||||
"custom/gpu-usage": {
|
||||
"exec": "cat /sys/class/hwmon/hwmon1/device/gpu_busy_percent",
|
||||
"format": "<span color=\"#8694c0\"></span><span color=\"#bd93f9\"> </span>{}% ",
|
||||
"format": "<span color=\"#8694c0\"></span><span color=\"#bd93f9\"> </span>{}% | ",
|
||||
"return-type": "",
|
||||
"interval": 1,
|
||||
"tooltip": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue