diff --git a/qtile/.config/qtile/Screens.py b/qtile/.config/qtile/Screens.py index 40f671f..2fd94dd 100644 --- a/qtile/.config/qtile/Screens.py +++ b/qtile/.config/qtile/Screens.py @@ -1,9 +1,10 @@ from libqtile.config import Screen -from Bars import top_bar, left_bar, main_bar +from Bars import top_bar, left_bar, main_bar,laptop_bar screens = [ - Screen(bottom=top_bar), - Screen(top=left_bar), - Screen(top=main_bar), + # Screen(bottom=top_bar), + # Screen(top=left_bar), + # Screen(top=main_bar), + Screen(top=laptop_bar) ] \ No newline at end of file