diff options
| author | Chandler J <cjustice2000@gmail.com> | 2024-01-26 23:42:16 -0700 |
|---|---|---|
| committer | Chandler J <cjustice2000@gmail.com> | 2024-01-26 23:42:16 -0700 |
| commit | 1be4c39b4367004cd44a5cfe1f64308f39e91a48 (patch) | |
| tree | f12a1989a863982778ae33f9a7b09154abee82b8 /src/update_polybar.py | |
| parent | 007e7076c7404c86180ff3aa6ea3fe15024a87c3 (diff) | |
began adding rofi initializer
Diffstat (limited to 'src/update_polybar.py')
| -rw-r--r-- | src/update_polybar.py | 2 |
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') |
