mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Fixing warning about the order of imports.
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
import colors
|
||||
import os
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user