From cbf570684530967b6f4d7c333cd3eac69f201710 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sat, 4 Dec 2021 18:23:00 -0600 Subject: [PATCH] Refactoring stuff --- README.md | 9 +- .../shellfm/windows/view/utils/Launcher.py | 11 ++- .../new/solarfm/signal_classes/Controller.py | 30 +++--- .../signal_classes/KeyboardSignalsMixin.py | 2 +- .../solarfm/signal_classes/ShowHideMixin.py | 8 +- .../mixins/WidgetFileActionMixin.py | 99 ++++++++++--------- .../signal_classes/mixins/WindowMixin.py | 4 +- 7 files changed, 86 insertions(+), 77 deletions(-) diff --git a/README.md b/README.md index 0ff4cae..c67453d 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,16 @@ SolarFM is a Gtk+ Python file manager. # Notes -```sudo apt-get install python3 wget ffmpegthumbnailer steamcmd``` +Still Work in progress! Use at own risk! + +
Install Setup
+``` +sudo apt-get install python3 wget ffmpegthumbnailer steamcmd +``` # TODO