From b6263bde85adddaa65003fe44b4dd37d2bca5c36 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sat, 20 Aug 2022 19:19:37 +0300 Subject: update widgets --- .config/qtile/config.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.config/qtile/config.py') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 65b7639..b9f7c32 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -468,14 +468,8 @@ widgets_screen2 = init_widgets_screen2() def init_screens(): return [Screen(top=bar.Bar(widgets=init_widgets_screen1(), size=33, opacity=0.8)), Screen(top=bar.Bar(widgets=init_widgets_screen2(), size=26, opacity=0.8))] -screens = init_screens() - - - - - - +screens = init_screens() follow_mouse_focus = True bring_front_click = False -- cgit v1.2.3