File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,6 @@ import os
2626import subprocess
2727import sys
2828
29- # import syslog
30-
31- # Running VM color (default green)
32- RUNNING_VM_COLOR = "#29cc00"
33-
34- # Stopped VM color (default red)
35- STOPPED_VM_COLOR = "#ff0033"
36-
37- VERSION = "1.3.3a"
38-
39- # Is plugin run in Swiftbar or not
40- IN_SWIFTBAR = "SWIFTBAR" in os .environ
41-
4229"""
4330Theme configuration dict
4431- default
@@ -53,6 +40,18 @@ lima-plugin.text.10s -> text
5340lima-plugin.sf_simple.10s -> sf_simple
5441lima-plugin.sf_simple.10s.py -> sf_simple
5542"""
43+
44+ # Running VM color (default green)
45+ RUNNING_VM_COLOR = "#29cc00"
46+
47+ # Stopped VM color (default red)
48+ STOPPED_VM_COLOR = "#ff0033"
49+
50+ VERSION = "1.3.3a"
51+
52+ # Is plugin run in Swiftbar or not
53+ IN_SWIFTBAR = "SWIFTBAR" in os .environ
54+
5655MENU_TITLE_ICON_CONF = {
5756 "default" : {
5857 "swiftbar" : {
You can’t perform that action at this time.
0 commit comments