diff options
Diffstat (limited to 'src/update_rofi.py')
| -rw-r--r-- | src/update_rofi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_rofi.py b/src/update_rofi.py index a7d3aa6..88e3289 100644 --- a/src/update_rofi.py +++ b/src/update_rofi.py @@ -1,6 +1,6 @@ import color_engine -def updateRofiTheme(config_path: str, colors: list, compliments: list): +def updateRofiTheme(config_path: str, colors: list, compliments: list) -> None: print('[bold red]Updating Rofi color scheme') data = '' with open(config_path, 'r') as file: |
