From 922c9536638976f3dd845a19346f94ab10a12321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 25 Sep 2024 18:31:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(hypr):=20add=20magnify=20mod?= =?UTF-8?q?ule=20to=20pyprland?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit zoom command is now working --- .config/btop/btop.conf | 2 +- .config/hypr/pyprland.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index f38fe7de..da2702da 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.3.2 +#? Config file for btop v. 1.4.0 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index 6fab0150..073bd510 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -1,5 +1,5 @@ [pyprland] -plugins = ["scratchpads", "wallpapers"] +plugins = ["scratchpads", "magnify", "wallpapers"] [scratchpads.volume] command = "pavucontrol"