This commit is contained in:
Stephan Raabe
2024-04-21 12:52:34 +02:00
parent 36ed47bf73
commit 7cbb584d37
4 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -31,7 +31,6 @@ class ML4WRestore:
"waybar_custom_timedateformat": "",
"waybar_workspaces": 5,
"rofi_bordersize": 3,
"waybar_taskbar": False,
"waybar_network": True,
"waybar_chatgpt": True,
"waybar_systray": True,
@@ -51,7 +50,6 @@ 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")
@@ -147,4 +145,5 @@ class ML4WRestore:
with open(self.dotfiles + f, 'w') as file:
file.writelines(lines)
ml4wrestore = ML4WRestore()