Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetshirte authored Oct 13, 2023
1 parent 3c7cf40 commit 6a8a5dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ const CONFIG = new Config({
)
```
All the available icons can be found on [tabler-icons](https://tabler-icons.io).
### Clock
Change the clock format in the status bar using [strftime.org](https://strftime.org) format.
Config example (`userconfig.js`):
```js
const CONFIG = new Config({
Expand All @@ -55,7 +53,7 @@ const CONFIG = new Config({
### Weather temperature
Change your location and temperature scale (celius, fahrenheit) like such:
```js
const CONFIG = new Config({
Expand All @@ -67,4 +65,3 @@ const CONFIG = new Config({
});
```
Alternatively, click on the weather widget to swap between Celius and Fahrenheit.

0 comments on commit 6a8a5dc

Please sign in to comment.