From f840a392a1202e41f658dceb39810b5acaa793bd Mon Sep 17 00:00:00 2001 From: lucy Date: Sat, 17 Jan 2026 20:42:49 +0100 Subject: [PATCH] change gitignore --- .gitignore | 2 +- settings/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c024beb..e91154f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ Colors.qml -./settings/config.json +settings/config.json diff --git a/settings/config.json b/settings/config.json index cf4fd94..90c8532 100644 --- a/settings/config.json +++ b/settings/config.json @@ -1,6 +1,6 @@ { "barHeight": 28, - "currentWall": "/home/lucy/.walls/frierensuff.png", + "currentWall": "/home/lucy/.walls/lain_room.png", "floating": true, "font": "Google Sans", "fontSize": 14,