1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Textfile module now supports multiple text files

This commit is contained in:
Chris Cummer
2018-08-30 07:52:59 -07:00
parent ed75f9648a
commit 0e797fea3d
12 changed files with 168 additions and 48 deletions

View File

@@ -28,7 +28,9 @@ wtf/textfile/
```yaml
textfile:
enabled: true
filePath: "~/Desktop/notes.md"
filePaths:
- "~/Desktop/notes.md"
- "~/.config/wtf/config.yml"
format: true
formatStyle: "dracula"
position:
@@ -45,8 +47,8 @@ textfile:
Determines whether or not this module is executed and if its data displayed onscreen. <br />
Values: `true`, `false`.
`filePath` <br />
The path to the file to be displayed in the widget. <br />
`filePaths` <br />
An array of paths to the files to be displayed in the widget. <br />
`format` <br />
Whether or not to try and format and syntax highlight the displayedtext. <br />