Skip to content

Commit 56b0854

Browse files
committed
update: README
1 parent 0cb4cd4 commit 56b0854

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ In depth configuration of Colors and alternative themes can be found [in the doc
2929
- Battery percentage and AC power connection status with icons
3030
- Refresh rate control
3131
- CPU usage (percentage or load average)
32+
- CPU architecture
3233
- RAM usage (system and/or tmux server)
3334
- Custom status texts from external scripts
3435
- GPU stats
@@ -39,6 +40,7 @@ In depth configuration of Colors and alternative themes can be found [in the doc
3940
- When prefix is enabled, the left status bar widget turns from green to yellow
4041
- If forecast information is available, a ☀, ☁, ☂, or ❄ unicode character corresponding with the forecast is displayed alongside the temperature
4142
- Read system temperature
43+
- Read system uptime
4244
- Info if the Panes are synchronized
4345
- Spotify playback (needs the tool spotify-tui installed). max-len can be configured.
4446
- Music Player Daemon status (needs the tool mpc installed)

docs/CONFIG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [attached-clients](#attached-clients---up)
1111
- [battery](#battery---up)
1212
- [continuum](#continuum---up)
13+
- [cpu-arch](#cpu-arch---up)
1314
- [cpu-usage](#cpu-usage---up)
1415
- [cwd](#cwd---up)
1516
- [fossil](#fossil---up)
@@ -33,6 +34,7 @@
3334
- [terraform](#terraform---up)
3435
- [time](#time---up)
3536
- [tmux-ram-usage](#tmux-ram-usage---up)
37+
- [uptime](#uptime---up)
3638
- [weather](#weather---up)
3739
- [custom:script-name](#customscript-name---up)
3840

@@ -224,6 +226,14 @@ Other options.
224226
@continuum-save-interval
225227
```
226228

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+
227237
### cpu-usage - [up](#table-of-contents)
228238
This widget displays the cpu usage in percent by default, but can display cpu load on linux.
229239
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:
583593
```
584594
   󰍛 󰘚
585595
```
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+
586605
### weather - [up](#table-of-contents)
587606
Show weather information for given location.
588607

0 commit comments

Comments
 (0)