added battery functions to --live (#646)
This commit is contained in:
parent
539914a545
commit
1d7f12e846
|
@ -119,6 +119,8 @@ def main(config, daemon, debug, update, install, remove, live, log, monitor, sta
|
||||||
config_info_dialog()
|
config_info_dialog()
|
||||||
print('\nNote: You can quit live mode by pressing "ctrl+c"')
|
print('\nNote: You can quit live mode by pressing "ctrl+c"')
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
battery_setup()
|
||||||
|
battery_get_thresholds()
|
||||||
if os.getenv("PKG_MARKER") == "SNAP":
|
if os.getenv("PKG_MARKER") == "SNAP":
|
||||||
gnome_power_detect_snap()
|
gnome_power_detect_snap()
|
||||||
tlp_service_detect_snap()
|
tlp_service_detect_snap()
|
||||||
|
|
Loading…
Reference in New Issue