From c95c4a7d0cac4d9a5017f1dc5a0eaf77b8dfc7f0 Mon Sep 17 00:00:00 2001 From: Michael Kantor Date: Sun, 15 Feb 2026 20:47:06 -0500 Subject: Switched to pulse widget. Added exception for openrazer import. Updated mic script. --- config.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index 3aad3ec..281a722 100644 --- a/config.py +++ b/config.py @@ -134,9 +134,6 @@ layouts = [ # layout.Zoomy(), ] -def reload_conf_cmd(qtile): - qtile.reload_config() - def pin_win(qtile): global pinned_wins @@ -409,7 +406,7 @@ keys = [ Key([mod, "control"], "n", lazy.spawn(home + "/.config/qtile/cusmodules/wallpaper.py")), - Key([mod], "z", lazy.function(reload_conf_cmd)), + Key([mod], "z", lazy.reload_config()), Key([mod, 'control'], "z", lazy.function(fast_unswallow)), @@ -593,11 +590,11 @@ screens = [ fontsize = 23 ), - widget.Volume( + widget.PulseVolume( background= color.get('color8'), ), - widget.Volume( + widget.PulseVolume( emoji = True, background= color.get('color8'), ), -- cgit v1.2.1