aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py9
1 files changed, 3 insertions, 6 deletions
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'),
),