From cc422a6a702fdcccd2ae5936d2835bc4c227435c Mon Sep 17 00:00:00 2001 From: Filipe Rodrigues Date: Wed, 27 Jul 2022 18:45:04 +0100 Subject: [PATCH] Added .prettierrc for formatting json files. Changed example/debug profile.json --- .prettierrc | 7 +++++++ profile.json | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..fb4e51a --- /dev/null +++ b/.prettierrc @@ -0,0 +1,7 @@ +{ + "trailingComma": "es5", + "useTabs": true, + "semi": true, + "singleQuote": true, + "singleAttributePerLine": true +} \ No newline at end of file diff --git a/profile.json b/profile.json index 7500893..bfaecf7 100644 --- a/profile.json +++ b/profile.json @@ -1,15 +1,15 @@ { - "root_path": "/home/filipe/.wallpaper/active", + "root_path": "/home/zenithsiz/.wallpaper/active", "panels": [ { "geometry": { "pos": { - "x": 1360, - "y": 0 + "x": 0, + "y": 312 }, "size": { - "x": 1920, - "y": 1080 + "x": 1360, + "y": 768 } }, "duration": 1800, @@ -18,4 +18,4 @@ "reverse_parallax": true } ] -} \ No newline at end of file +}