From 2cc1df925883df359e26dae9a80d61f030c38ed0 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 26 Feb 2025 19:17:35 -0600 Subject: [PATCH] Making minor edit to groups. --- .config/qtile/README.org | 2 +- .config/qtile/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]