|
10 | 10 | - [attached-clients](#attached-clients---up) |
11 | 11 | - [battery](#battery---up) |
12 | 12 | - [continuum](#continuum---up) |
| 13 | + - [cpu-arch](#cpu-arch---up) |
13 | 14 | - [cpu-usage](#cpu-usage---up) |
14 | 15 | - [cwd](#cwd---up) |
15 | 16 | - [fossil](#fossil---up) |
|
33 | 34 | - [terraform](#terraform---up) |
34 | 35 | - [time](#time---up) |
35 | 36 | - [tmux-ram-usage](#tmux-ram-usage---up) |
| 37 | + - [uptime](#uptime---up) |
36 | 38 | - [weather](#weather---up) |
37 | 39 | - [custom:script-name](#customscript-name---up) |
38 | 40 |
|
@@ -224,6 +226,14 @@ Other options. |
224 | 226 | @continuum-save-interval |
225 | 227 | ``` |
226 | 228 |
|
| 229 | +### cpu-arch - [up](#table-of-contents) |
| 230 | +This widget displays the cpu architecture. |
| 231 | + |
| 232 | +possible nerdfont settings for cpu arch label: |
| 233 | +```bash |
| 234 | +set -g @dracula-cpu-arch-label " " |
| 235 | +``` |
| 236 | + |
227 | 237 | ### cpu-usage - [up](#table-of-contents) |
228 | 238 | This widget displays the cpu usage in percent by default, but can display cpu load on linux. |
229 | 239 | Load average – is the average system load calculated over a given period of time of 1, 5 and 15 minutes (output: x.x x.x x.x) |
@@ -583,6 +593,15 @@ Nerdfont icons to consider: |
583 | 593 | ``` |
584 | 594 | |
585 | 595 | ``` |
| 596 | + |
| 597 | +### uptime - [up](#table-of-contents) |
| 598 | +Shows how long the system has been running. |
| 599 | + |
| 600 | +Possible nerdfont settings for uptime: |
| 601 | +``` |
| 602 | +@dracula-uptime-label " " |
| 603 | +``` |
| 604 | + |
586 | 605 | ### weather - [up](#table-of-contents) |
587 | 606 | Show weather information for given location. |
588 | 607 |
|
|
0 commit comments