diff --git a/.config/qtile/README.org b/.config/qtile/README.org index efc332e..eba17ab 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -267,7 +267,7 @@ group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] #group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] #group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",] -group_labels = [" ", " ", " ", " ", " ", "🎙 ", " ", " ", " "] +group_labels = [" ", " ", " ", " ", " ", " ", "🎙 ", " ", " "] group_layouts = ["monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall"] diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 2019485..3e9c361 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -185,7 +185,7 @@ group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] #group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] #group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",] -group_labels = [" ", " ", " ", " ", " ", "🎙 ", " ", " ", " "] +group_labels = [" ", " ", " ", " ", " ", " ", "🎙 ", " ", " "] group_layouts = ["monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall"]