split configuration into multiple files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from libqtile.config import Screen
|
||||
|
||||
from Bars import top_bar, left_bar, main_bar
|
||||
|
||||
screens = [
|
||||
Screen(bottom=top_bar),
|
||||
Screen(top=left_bar),
|
||||
Screen(top=main_bar),
|
||||
]
|
||||
Reference in New Issue
Block a user