summaryrefslogtreecommitdiff
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-09-19 17:29:00 +0300
committerThanos Apollo <[email protected]>2022-09-19 17:29:00 +0300
commit3c17a3e6c044eb754d69596b85a756b37f4b194e (patch)
tree2fa7f6fe9a86c39199f5593eab99e187131a3a03 /.config/qtile/config.py
parent50c87c91827f1042315a41a49b8022ea68516f8f (diff)
parent6aaba12f2924339cf76ce95b7a1d75dbb4b2d877 (diff)
Merge branch 'master' of github.com:ThanosApollo/config
Diffstat (limited to '.config/qtile/config.py')
-rw-r--r--.config/qtile/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index 9e78bc3..3fd1da0 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -35,6 +35,7 @@ my_keys = MyKeys(mod="mod4",
keys = my_keys.init_keys()
dgroups_key_binder = simple_key_binder("mod4")
+## Groups and layouts
groups = []
group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0",]
group_labels = ["Ⅰ", "Ⅱ", "Ⅲ", "Ⅳ", "Ⅴ", "Ⅵ", "Ⅶ", "Ⅷ", "Ⅸ", "Ⅹ",]
@@ -70,7 +71,7 @@ layouts = [
layout.Max(**layout_theme)
]
-# WIDGETS FOR THE BAR
+# Widgets
def init_widgets_defaults():
return dict(font="Noto Sans",
@@ -82,7 +83,6 @@ widget_defaults = init_widgets_defaults()
def init_widgets_list():
widgets_list = [
-
widget.Sep(
linewidth = 1,
padding = 6,