From ac3aa3740a831f7bdeda342c6c4704568f01070c Mon Sep 17 00:00:00 2001 From: Michael Kantor Date: Mon, 1 Sep 2025 15:33:24 -0400 Subject: Updated README. Added autostart.sh example. Removed function to defloat mpv window. Adjusted font and formatting of GroupBox widget because a qtile update raised the numbers too high. Added OpenRazer support to colors.py and wallpaper.py; the lights of a Razer keyboard will change to the sixth color from pywal. Fixed logging in ticker_gecko.py. Migrated to new qtile entry point in relevant files. --- cusmodules/cuswidgets/ticker_gecko.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cusmodules/cuswidgets/ticker_gecko.py') diff --git a/cusmodules/cuswidgets/ticker_gecko.py b/cusmodules/cuswidgets/ticker_gecko.py index d58e458..94fd1c6 100755 --- a/cusmodules/cuswidgets/ticker_gecko.py +++ b/cusmodules/cuswidgets/ticker_gecko.py @@ -111,7 +111,7 @@ def main(): return crprices[:15] except Exception as e: - with open(f'{home}/.local/share/ticker_gecko/ticker_gecko.log', 'w') as f: + with open(f'{home}/.local/share/ticker_gecko/ticker_gecko.log', 'w+') as f: f.write(e) return f'ERROR! Check "{home}/.local/share/ticker_gecko/ticker_gecko.log".' -- cgit v1.2.1