Better hyprland

This commit is contained in:
2025-04-30 10:12:21 +02:00
parent d2383ed1b9
commit 10f444b088
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ def monitor_stats():
battery_class = None
battery_json = f', "class": "{battery_class}"' if battery_class else ''
battery_json = '{"text": "' + battery_icon + ' ' + "% 3.0f"%battery.percent + '%"' + battery_json + '}'
battery_json = '{"text": "' + battery_icon + ' ' + "% 4.0f"%battery.percent + '%"' + battery_json + '}'
with open('.stat.txt', 'w') as f:
f.write(