From b7fe2d18c1a4099ebd03506e1f6e6a394ac18e52 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sun, 6 Aug 2023 20:11:17 -0500 Subject: [PATCH] Working on a new qtile config. --- .config/qtile/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index c7afd20..2752313 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -390,7 +390,7 @@ def init_widgets_list(): foreground = colors[5], colour_have_updates = colors[5], colour_no_updates = colors[5], - mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e sudo pacman -Syu')}, + mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn('pamac-manager')}, padding = 5, background = colors[0], decorations=[ @@ -412,7 +412,6 @@ def init_widgets_list(): foreground = colors[9], background = colors[0], mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e htop')}, - measure_mem = 'G', fmt = '✇ Mem: {}', padding = 5, decorations=[