From a9ff66ca1bcab2d877e895ebe2f0de19e49d6ddf Mon Sep 17 00:00:00 2001 From: K D Hedger Date: Fri, 7 Feb 2025 13:47:17 +0000 Subject: [PATCH] fixed prefs filename --- LFSTray/LFSTray/src/main.cpp | 2 +- LFSTray/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LFSTray/LFSTray/src/main.cpp b/LFSTray/LFSTray/src/main.cpp index 103edf2..8c27c3c 100755 --- a/LFSTray/LFSTray/src/main.cpp +++ b/LFSTray/LFSTray/src/main.cpp @@ -41,7 +41,7 @@ option long_options[]= void setPrefs(int argc,char **argv) { std::string configfile=getenv("HOME"); - configfile+="/.config/LFS/tray.rc"; + configfile+="/.config/LFS/lfstray.rc"; prefs.prefsMap= { diff --git a/LFSTray/README.md b/LFSTray/README.md index 1e1f807..f181b46 100644 --- a/LFSTray/README.md +++ b/LFSTray/README.md @@ -11,7 +11,7 @@ make install You dont need to install to try it out just run lfstray from the app folder. ### **QUICK USE:** -Copy the sanple prefs file sample_prefs.rc to ~/.config/LFS/tray.rc +Copy the sanple prefs file sample_prefs.rc to ~/.config/LFS/lfstray.rc ```console lfstray