Skip to content

Commit 5ea061f

Browse files
authored
Update README.md
1 parent f15ad6b commit 5ea061f

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ Simple and modern topbar for Windows
77
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Rikonardo/TopBar) ![GitHub all releases](https://img.shields.io/github/downloads/Rikonardo/TopBar/total) ![.NET Framework version](https://img.shields.io/badge/.NET%20Framework-4.6%2B-green)
88

99
Keep all the data you need in sight with convenient widgets on right side of TopBar
10+
1011
![](https://i.imgur.com/rGjVMu9.png)
1112

1213
The title of the selected window is always displayed on the left side of the TopBar
14+
1315
![](https://i.imgur.com/h8RZA6b.png)
1416

1517
Everything is configured using a single json configuration file (`%AppData%/TopBar/config.json`)
@@ -18,7 +20,7 @@ Everything is configured using a single json configuration file (`%AppData%/TopB
1820

1921
You can create your own TopBar widgets by developing an extension
2022

21-
- The widget class must be public public and implement the "TopBar.iWidgetBase" interface.
23+
- The widget class must be public and implement the "TopBar.iWidgetBase" interface.
2224
- In addition, the widget class must contain a constructor that takes a settings object of type "dynamic" as an argument.
2325
- The extension must be a dll .NET class library.
2426
- Extensions are installed by being located in the `%AppData%/TopBar/extensions` folder
@@ -44,7 +46,7 @@ Displays the current time
4446

4547
**Settings:**
4648

47-
- `date` (bool) - Whether the date should be displayed| Default: `false`
49+
- `date` (bool) - Whether the date should be displayed | Default: `false`
4850
- `seconds` (bool) - Whether the seconds counter should be displayed | Default: `false`
4951
- `text-color` (string) - HEX color code | Default: `"#BBBBBB"`
5052

@@ -59,7 +61,7 @@ Displays the load on each of the processor cores
5961
**Settings:**
6062

6163
- `color` (string) - HEX color code or one of next values: `"rainbow"`, `"from-percentage"` | Default: `"#BBBBBB"`
62-
- `line-width` (int) - Width of rectangles| Default: `5`
64+
- `line-width` (int) - Width of rectangles | Default: `5`
6365
- `radius` (int) - Radius of rectangles | Default: `2`
6466

6567
---
@@ -84,7 +86,7 @@ Displays the current RAM usage in percent
8486

8587
**Settings:**
8688

87-
- `color` (string) - HEX color code| Default: `"#BBBBBB"`
89+
- `color` (string) - HEX color code | Default: `"#BBBBBB"`
8890

8991
---
9092

@@ -94,8 +96,8 @@ Displays custom text
9496

9597
**Settings:**
9698

97-
- `color` (string) - HEX color code| Default: `"#BBBBBB"`
98-
- `text` (string) - Text to display| Default: `""`
99+
- `color` (string) - HEX color code | Default: `"#BBBBBB"`
100+
- `text` (string) - Text to display | Default: `""`
99101

100102
---
101103

@@ -105,8 +107,8 @@ Displays contents of text file (refresh every 500ms)
105107

106108
**Settings:**
107109

108-
- `color` (string) - HEX color code| Default: `"#BBBBBB"`
109-
- `file` (string) - Path to text file| Default: `""`
110+
- `color` (string) - HEX color code | Default: `"#BBBBBB"`
111+
- `file` (string) - Path to text file | Default: `""`
110112

111113
---
112114

@@ -116,9 +118,9 @@ Shortcut to lunch app or run command in one click
116118

117119
**Settings:**
118120

119-
- `command` (string) - Path to executable or cmd command| Default: `"explorer.exe"`
120-
- `icon` (string) - Path to icon file| Optional, by default icon extracting from target executable
121-
- `title` (string) - Tooltip text| Optional, by default equals `command` value
121+
- `command` (string) - Path to executable or cmd command | Default: `"explorer.exe"`
122+
- `icon` (string) - Path to icon file | Optional, by default icon extracting from target executable
123+
- `title` (string) - Tooltip text | Optional, by default equals `command` value
122124

123125
---
124126

@@ -129,8 +131,8 @@ Spacer used to visually separate widget groups
129131
**Settings:**
130132

131133
- `color` (string) - HEX color code | Default: `"#888888"`
132-
- `width` (int) - Width of the spacer| Default: `1`
133-
- `height` (int) - Height of the spacer| Default: `10`
134+
- `width` (int) - Width of the spacer | Default: `1`
135+
- `height` (int) - Height of the spacer | Default: `10`
134136

135137
---
136138

0 commit comments

Comments
 (0)