QoL updates
This commit is contained in:
parent
a2d11978a6
commit
ed6202c803
1 changed files with 163 additions and 11 deletions
|
|
@ -6,28 +6,46 @@
|
||||||
"right": 6,
|
"right": 6,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"display": {
|
||||||
|
"separator": " ",
|
||||||
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "\u001b[90m┌──────────────────────────────────────────────Hardware──────────────────────────────────────────────┐",
|
"format": "\u001b[90m┌────────────────────────────────────────────────────────Hardware────────────────────────────────────────────────────────┐",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "host",
|
"type": "host",
|
||||||
"key": " PC",
|
"key": " PC",
|
||||||
"keyColor": "green",
|
"keyColor": "green",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "board",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "chassis",
|
"type": "chassis",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
"keyColor": "green",
|
"keyColor": "green",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "bios",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cpu",
|
"type": "cpu",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
"showPeCoreCount": true,
|
"showPeCoreCount": true,
|
||||||
"keyColor": "green",
|
"keyColor": "green",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "cpucache",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cpuusage",
|
"type": "cpuusage",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
|
|
@ -50,8 +68,8 @@
|
||||||
"keyColor": "green",
|
"keyColor": "green",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "disk",
|
"type": "physicalmemory",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
"keyColor": "green",
|
"keyColor": "green",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -64,6 +82,26 @@
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
"keyColor": "green",
|
"keyColor": "green",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "physicaldisk",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "diskio",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "bluetoothradio",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "bluetooth",
|
"type": "bluetooth",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
|
|
@ -74,6 +112,26 @@
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
"keyColor": "green",
|
"keyColor": "green",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "camera",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "gamepad",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "mouse",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "keyboard",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "battery",
|
"type": "battery",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
|
|
@ -86,12 +144,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────┘",
|
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘",
|
||||||
},
|
},
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "\u001b[90m┌──────────────────────────────────────────────Software──────────────────────────────────────────────┐",
|
"format": "\u001b[90m┌────────────────────────────────────────────────────────Software────────────────────────────────────────────────────────┐",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "os",
|
"type": "os",
|
||||||
|
|
@ -103,6 +161,11 @@
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
"keyColor": "yellow",
|
"keyColor": "yellow",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "lm",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "yellow",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "processes",
|
"type": "processes",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
|
|
@ -153,6 +216,11 @@
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
"keyColor": "blue",
|
"keyColor": "blue",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "wallpaper",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "blue",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "font",
|
"type": "font",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
|
|
@ -163,25 +231,70 @@
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
"keyColor": "blue",
|
"keyColor": "blue",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "terminalsize",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "blue",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "terminaltheme",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "blue",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "terminal",
|
"type": "terminal",
|
||||||
"key": "└ └",
|
"key": "│ ├",
|
||||||
|
"keyColor": "blue",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "users",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "blue",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "opengl",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "blue",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "opencl",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "blue",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vulkan",
|
||||||
|
"key": "└ └",
|
||||||
"keyColor": "blue",
|
"keyColor": "blue",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────┘",
|
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘",
|
||||||
},
|
},
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "\u001b[90m┌──────────────────────────────────────────────Network───────────────────────────────────────────────┐",
|
"format": "\u001b[90m┌────────────────────────────────────────────────────────Network─────────────────────────────────────────────────────────┐",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "localip",
|
"type": "localip",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
"keyColor": "magenta",
|
"keyColor": "magenta",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "publicip",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "magenta",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "dns",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "magenta",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "netio",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "magenta",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "wifi",
|
"type": "wifi",
|
||||||
"key": "└ └",
|
"key": "└ └",
|
||||||
|
|
@ -189,12 +302,41 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────┘",
|
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘",
|
||||||
},
|
},
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "\u001b[90m┌────────────────────────────────────────────Uptime / Age────────────────────────────────────────────┐",
|
"format": "\u001b[90m┌─────────────────────────────────────────────────────────Media──────────────────────────────────────────────────────────┐",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "player",
|
||||||
|
"key": "│ ├",
|
||||||
|
"keyColor": "cyan",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "media",
|
||||||
|
"key": "└ └",
|
||||||
|
"keyColor": "cyan",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘",
|
||||||
|
},
|
||||||
|
"break",
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "\u001b[90m┌──────────────────────────────────────────────────────Uptime / Age──────────────────────────────────────────────────────┐",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "datetime",
|
||||||
|
"key": " Date ",
|
||||||
|
"keyColor": "magenta",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "weather",
|
||||||
|
"key": " Weather ",
|
||||||
|
"keyColor": "magenta",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
|
|
@ -207,9 +349,19 @@
|
||||||
"key": " Uptime ",
|
"key": " Uptime ",
|
||||||
"keyColor": "magenta",
|
"keyColor": "magenta",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "loadavg",
|
||||||
|
"key": " Load ",
|
||||||
|
"keyColor": "magenta",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "version",
|
||||||
|
"key": " Version ",
|
||||||
|
"keyColor": "magenta",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────┘",
|
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘",
|
||||||
},
|
},
|
||||||
"break",
|
"break",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue