Better hyprland
This commit is contained in:
parent
d2383ed1b9
commit
10f444b088
@ -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
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user