summaryrefslogtreecommitdiff
path: root/src/update_polybar.py
diff options
context:
space:
mode:
authorChandler J <cjustice2000@gmail.com>2024-01-26 23:42:16 -0700
committerChandler J <cjustice2000@gmail.com>2024-01-26 23:42:16 -0700
commit1be4c39b4367004cd44a5cfe1f64308f39e91a48 (patch)
treef12a1989a863982778ae33f9a7b09154abee82b8 /src/update_polybar.py
parent007e7076c7404c86180ff3aa6ea3fe15024a87c3 (diff)
began adding rofi initializer
Diffstat (limited to 'src/update_polybar.py')
-rw-r--r--src/update_polybar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_polybar.py b/src/update_polybar.py
index 2c1a3e0..97be44a 100644
--- a/src/update_polybar.py
+++ b/src/update_polybar.py
@@ -1,4 +1,4 @@
-
+from rich import print
def updatePolybarTheme(config_path: str, colors: list, compliments: list) -> None:
print('[bold red]Updating polybar color scheme')