From 3966867b34ff8562e83d1b6242b167a7faae41dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 21 Sep 2024 17:44:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20add=202=20new=20scrat?= =?UTF-8?q?chpads:=20wifi=20and=20network?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/pyprland.toml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index 74e2d6b4..930c6037 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -1,5 +1,5 @@ [pyprland] -plugins = ["scratchpads", "expose", "magnify", "wallpapers"] +plugins = ["scratchpads", "wallpapers"] [scratchpads.volume] command = "pavucontrol" @@ -43,9 +43,20 @@ command = "kitty --class scratchpad-large topgrade -k --no-self-update" lazy = true [scratchpads.bluetooth] -command = "blueman-manager" +command = "overskride" +animation = "fromRight" +margin = 20 +lazy = true + +[scratchpads.wifi] +command = "iwgtk" +animation = "fromRight" +margin = 20 +lazy = true + +[scratchpads.network] +command = "nm-connection-editor" animation = "fromRight" -unfocus = "hide" margin = 20 lazy = true