Skip to content

Commit

Permalink
Added text change
Browse files Browse the repository at this point in the history
  • Loading branch information
HashLips committed Oct 15, 2021
1 parent b526bb8 commit ba395a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const format = {
};

const text = {
only: true,
only: false,
color: "#ffffff",
size: 20,
xGap: 40,
Expand All @@ -52,7 +52,7 @@ const pixelFormat = {
const background = {
generate: true,
brightness: "80%",
static: true,
static: false,
default: "#000000",
};

Expand Down

0 comments on commit ba395a0

Please sign in to comment.