Better hyprland

This commit is contained in:
Thomas Forgione 2025-04-30 10:12:21 +02:00
parent d2383ed1b9
commit 10f444b088
2 changed files with 2 additions and 1 deletions

View File

@ -155,6 +155,7 @@ windowrule = noborder, class:negative:Alacritty
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
force_split = 2 # split to the right / bottom
}
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more

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(