You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-13
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ Simple and modern topbar for Windows
7
7

8
8
9
9
Keep all the data you need in sight with convenient widgets on right side of TopBar
10
+
10
11

11
12
12
13
The title of the selected window is always displayed on the left side of the TopBar
14
+
13
15

14
16
15
17
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
18
20
19
21
You can create your own TopBar widgets by developing an extension
20
22
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.
22
24
- In addition, the widget class must contain a constructor that takes a settings object of type "dynamic" as an argument.
23
25
- The extension must be a dll .NET class library.
24
26
- Extensions are installed by being located in the `%AppData%/TopBar/extensions` folder
@@ -44,7 +46,7 @@ Displays the current time
44
46
45
47
**Settings:**
46
48
47
-
-`date` (bool) - Whether the date should be displayed| Default: `false`
49
+
-`date` (bool) - Whether the date should be displayed| Default: `false`
48
50
-`seconds` (bool) - Whether the seconds counter should be displayed | Default: `false`
49
51
-`text-color` (string) - HEX color code | Default: `"#BBBBBB"`
50
52
@@ -59,7 +61,7 @@ Displays the load on each of the processor cores
59
61
**Settings:**
60
62
61
63
-`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`
63
65
-`radius` (int) - Radius of rectangles | Default: `2`
64
66
65
67
---
@@ -84,7 +86,7 @@ Displays the current RAM usage in percent
84
86
85
87
**Settings:**
86
88
87
-
-`color` (string) - HEX color code| Default: `"#BBBBBB"`
89
+
-`color` (string) - HEX color code| Default: `"#BBBBBB"`
88
90
89
91
---
90
92
@@ -94,8 +96,8 @@ Displays custom text
94
96
95
97
**Settings:**
96
98
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: `""`
99
101
100
102
---
101
103
@@ -105,8 +107,8 @@ Displays contents of text file (refresh every 500ms)
105
107
106
108
**Settings:**
107
109
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: `""`
110
112
111
113
---
112
114
@@ -116,9 +118,9 @@ Shortcut to lunch app or run command in one click
116
118
117
119
**Settings:**
118
120
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
122
124
123
125
---
124
126
@@ -129,8 +131,8 @@ Spacer used to visually separate widget groups
129
131
**Settings:**
130
132
131
133
-`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`
0 commit comments