This commit is contained in:
Stephan Raabe 2024-04-15 16:23:56 +02:00
parent 32a6c0326d
commit 9b12ae080e
2 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@ class ML4WRestore:
"waybar_custom_timedateformat": "",
"waybar_workspaces": 5,
"rofi_bordersize": 3,
"waybar_taskbar": False,
"waybar_network": True,
"waybar_chatgpt": True,
"waybar_systray": True,
@ -50,6 +51,7 @@ class ML4WRestore:
for row in settings_arr:
self.settings[row["key"]] = row["value"]
self.loadSwitchAll("waybar_taskbar","wlr/taskbar")
self.loadSwitchAll("waybar_network","network")
self.loadSwitchAll("waybar_systray","tray")
self.loadSwitchAll("waybar_window","hyprland/window")
@ -145,5 +147,4 @@ class ML4WRestore:
with open(self.dotfiles + f, 'w') as file:
file.writelines(lines)
ml4wrestore = ML4WRestore()

View File

@ -1 +1 @@
2.9BETA1
2.9BETA2