Skip to content

Commit 21ac3d1

Browse files
committed
Move module docstring
Move module docstring per pre-commit complaint Signed-off-by: Joe Block <[email protected]>
1 parent 14c9a4f commit 21ac3d1

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

lima-plugin

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,6 @@ import os
2626
import subprocess
2727
import 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
"""
4330
Theme configuration dict
4431
- default
@@ -53,6 +40,18 @@ lima-plugin.text.10s -> text
5340
lima-plugin.sf_simple.10s -> sf_simple
5441
lima-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+
5655
MENU_TITLE_ICON_CONF = {
5756
"default": {
5857
"swiftbar": {

0 commit comments

Comments
 (0)