Update Font Awesome 5 to 6

This makes it less likely that new users will get confused and
accidentally use fallback fonts.
This commit is contained in:
Stanislav Ochotnický 2022-12-21 17:06:25 +01:00
parent 23d47656e4
commit c0e0702a6c
5 changed files with 9 additions and 9 deletions

View file

@ -59,9 +59,9 @@ bar:
right:
- clock:
content:
- string: {text: , font: "Font Awesome 5 Free:style=solid:size=12"}
- string: {text: , font: "Font Awesome 6 Free:style=solid:size=12"}
- string: {text: "{date}", right-margin: 5}
- string: {text: , font: "Font Awesome 5 Free:style=solid:size=12"}
- string: {text: , font: "Font Awesome 6 Free:style=solid:size=12"}
- string: {text: "{time}"}
```