diff options
author | ThanosApollo <[email protected]> | 2022-08-20 19:19:37 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-20 19:19:37 +0300 |
commit | b6263bde85adddaa65003fe44b4dd37d2bca5c36 (patch) | |
tree | 18ddc690a3a02fcfabdc0c3100f0a320df9992dc /.config | |
parent | e4e68ba28de7103582cb456fea9f8eb4f996d1b8 (diff) |
update widgets
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/config.py | 8 |
1 files changed, 1 insertions, 7 deletions
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 |