mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
Fixing warning about the order of imports.
This commit is contained in:
@@ -29,12 +29,11 @@ import subprocess
|
||||
from libqtile import bar, extension, hook, layout, qtile, widget
|
||||
from libqtile.config import Click, Drag, Group, Key, KeyChord, Match, Screen
|
||||
from libqtile.lazy import lazy
|
||||
import colors
|
||||
|
||||
# Make sure 'qtile-extras' is installed or this config will not work.
|
||||
from qtile_extras import widget
|
||||
from qtile_extras.widget.decorations import BorderDecoration
|
||||
#from qtile_extras.widget import StatusNotifier
|
||||
import colors
|
||||
|
||||
# Allows you to input a name when adding treetab section.
|
||||
@lazy.layout.function
|
||||
|
||||
Reference in New Issue
Block a user