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
26
26
import subprocess
27
27
import sys
28
28
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
-
42
29
"""
43
30
Theme configuration dict
44
31
- default
@@ -53,6 +40,18 @@ lima-plugin.text.10s -> text
53
40
lima-plugin.sf_simple.10s -> sf_simple
54
41
lima-plugin.sf_simple.10s.py -> sf_simple
55
42
"""
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
+
56
55
MENU_TITLE_ICON_CONF = {
57
56
"default" : {
58
57
"swiftbar" : {
You can’t perform that action at this time.
0 commit comments