Hide battery widget when charged.

This commit is contained in:
Bartek Stalewski 2023-04-13 12:43:54 +02:00
parent d729926baf
commit b1065b6c30

View File

@ -173,6 +173,7 @@ screens = [
unknown_char='\uf444',
full_char='\uf102',
update_interval=1,
hide_threshold=0.8,
low_background='#770000',
low_foreground='#feffff',
low_percentage=0.2,