Fixing default config

Related to issue #33
This commit is contained in:
Anufriev Roman 2024-05-17 14:01:40 +09:00
parent cef8f643be
commit 8b197a7141

View File

@ -21,7 +21,7 @@ class Config:
self.selected_monitor = "All"
self.fill_option = FILL_OPTIONS[0]
self.sort_option = SORT_OPTIONS[0]
self.backend = self.installed_backends[0] if self.installed_backends else BACKEND_OPTIONS[0]
self.backend = self.installed_backends[1] if self.installed_backends else BACKEND_OPTIONS[0]
self.color = "#ffffff"
self.number_of_columns = 3
self.swww_transition_type = SWWW_TRANSITION_TYPES[0]