mirror of
https://github.com/vale981/yabar
synced 2025-03-05 09:31:39 -05:00
Remove invalid semicolon from documentation example
This commit is contained in:
parent
7131c58088
commit
bea8616adc
1 changed files with 2 additions and 2 deletions
|
@ -278,8 +278,8 @@ interval: 60;
|
||||||
----
|
----
|
||||||
exec: "YABAR_THERMAL";
|
exec: "YABAR_THERMAL";
|
||||||
internal-option1: "thermal_zone0";
|
internal-option1: "thermal_zone0";
|
||||||
internal-option2: "70; 0xFFFFFFFF; 0xFFED303C"; # Critical Temperature, fg, bg
|
internal-option2: "70 0xFFFFFFFF 0xFFED303C"; # Critical Temperature, fg, bg
|
||||||
internal-option3: "58; 0xFFFFFFFF; 0xFFF4A345"; # Warning Temperature, fg, bg
|
internal-option3: "58 0xFFFFFFFF 0xFFF4A345"; # Warning Temperature, fg, bg
|
||||||
interval: 1;
|
interval: 1;
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue