lemonbar: Fix exception after KeyboardInterrupt
This commit is contained in:
@@ -87,7 +87,7 @@ def clean_up():
|
||||
nice_delete(config.fifo_file_status)
|
||||
nice_term(p_conky_slow)
|
||||
modules.stop_all()
|
||||
sys.exit(0)
|
||||
os._exit(0)
|
||||
|
||||
def keep_fifo_open():
|
||||
with open(config.fifo_file_status, 'w', buffering=1) as fifo_write:
|
||||
|
||||
Reference in New Issue
Block a user