From dfd6dae47b5034da2dd20fb5f637f79b2b421e2b Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 5 Dec 2025 15:52:44 -0600 Subject: [PATCH] Updating my qtile config --- .config/qtile/README.org | 18 +++++++++--------- .config/qtile/config.py | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.config/qtile/README.org b/.config/qtile/README.org index aa4a2b7..b8a5d78 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -264,7 +264,7 @@ groups = [] group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"] # Uncomment only one of the following lines -group_labels = ["", "", "👁", "", "", "", "✀", "꩜", "", "⎙"] +group_labels = ["⬤", "⬤", "⬤", "⬤", "⬤", "⬤", "⬤", "⬤", "⬤", "⬤", ] #group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"] #group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX", "MISC"] @@ -396,7 +396,7 @@ def init_widgets_list(): widgets_list = [ widget.Spacer(length = 8), widget.Image( - filename = "~/.config/qtile/icons/dt-icon.png", + filename = "~/.config/qtile/icons/cachyos.svg", scale = "False", mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn("qtilekeys-yad")}, ), @@ -406,7 +406,7 @@ def init_widgets_list(): foreground = colors[1] ), widget.GroupBox( - fontsize = 11, + fontsize = 9, margin_y = 5, margin_x = 14, padding_y = 0, @@ -467,20 +467,20 @@ def init_widgets_list(): func = lambda: subprocess.check_output("printf $(uname -r)", shell=True, text=True), foreground = colors[3], padding = 8, - fmt = '❤ {}', + fmt = '{}', ), widget.CPU( foreground = colors[4], padding = 8, mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e htop')}, - format = ' Cpu: {load_percent}%', + format = 'Cpu: {load_percent}%', ), widget.Memory( foreground = colors[8], padding = 8, mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e htop')}, format = '{MemUsed: .0f}{mm}', - fmt = '🖥 Mem: {}', + fmt = 'Mem: {}', ), widget.DF( update_interval = 60, @@ -490,13 +490,13 @@ def init_widgets_list(): partition = '/', #format = '[{p}] {uf}{m} ({r:.0f}%)', format = '{uf}{m} free', - fmt = '🖴 Disk: {}', + fmt = 'Disk: {}', visible_on_warn = False, ), widget.Volume( foreground = colors[7], padding = 8, - fmt = '🕫 Vol: {}', + fmt = 'Vol: {}', ), widget.Clock( foreground = colors[8], @@ -505,7 +505,7 @@ def init_widgets_list(): ## Uncomment for date and time # format = "⧗ %a, %b %d - %H:%M", ## Uncomment for time only - format = "⧗ %I:%M %p", + format = "%I:%M %p", ), widget.Systray(padding = 6), widget.Spacer(length = 8), diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 5368951..607955b 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -182,7 +182,7 @@ groups = [] group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"] # Uncomment only one of the following lines -group_labels = ["", "", "👁", "", "", "", "✀", "꩜", "", "⎙"] +group_labels = ["⬤", "⬤", "⬤", "⬤", "⬤", "⬤", "⬤", "⬤", "⬤", "⬤", ] #group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"] #group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX", "MISC"] @@ -274,7 +274,7 @@ def init_widgets_list(): widgets_list = [ widget.Spacer(length = 8), widget.Image( - filename = "~/.config/qtile/icons/dt-icon.png", + filename = "~/.config/qtile/icons/cachyos.svg", scale = "False", mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn("qtilekeys-yad")}, ), @@ -284,7 +284,7 @@ def init_widgets_list(): foreground = colors[1] ), widget.GroupBox( - fontsize = 11, + fontsize = 9, margin_y = 5, margin_x = 14, padding_y = 0, @@ -345,20 +345,20 @@ def init_widgets_list(): func = lambda: subprocess.check_output("printf $(uname -r)", shell=True, text=True), foreground = colors[3], padding = 8, - fmt = '❤ {}', + fmt = '{}', ), widget.CPU( foreground = colors[4], padding = 8, mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e htop')}, - format = ' Cpu: {load_percent}%', + format = 'Cpu: {load_percent}%', ), widget.Memory( foreground = colors[8], padding = 8, mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e htop')}, format = '{MemUsed: .0f}{mm}', - fmt = '🖥 Mem: {}', + fmt = 'Mem: {}', ), widget.DF( update_interval = 60, @@ -368,13 +368,13 @@ def init_widgets_list(): partition = '/', #format = '[{p}] {uf}{m} ({r:.0f}%)', format = '{uf}{m} free', - fmt = '🖴 Disk: {}', + fmt = 'Disk: {}', visible_on_warn = False, ), widget.Volume( foreground = colors[7], padding = 8, - fmt = '🕫 Vol: {}', + fmt = 'Vol: {}', ), widget.Clock( foreground = colors[8], @@ -383,7 +383,7 @@ def init_widgets_list(): ## Uncomment for date and time # format = "⧗ %a, %b %d - %H:%M", ## Uncomment for time only - format = "⧗ %I:%M %p", + format = "%I:%M %p", ), widget.Systray(padding = 6), widget.Spacer(length = 8),