From d2eb1117491d91ac0bf7e2bbe90d60d000314375 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 Jan 2024 15:50:25 -0600 Subject: hypr: Adding in pyprland and hyprload extensions We're going to be using two extensions, so naturally we need to have two extension managers (-_-). This should configure both the pyprland and hyprload widgets in full, assuming both are already installed. --- hypr/pyprland.toml | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 hypr/pyprland.toml (limited to 'hypr/pyprland.toml') diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml new file mode 100644 index 0000000..600c30a --- /dev/null +++ b/hypr/pyprland.toml @@ -0,0 +1,77 @@ +[pyprland] +plugins = [ + "scratchpads", +] + +[scratchpads.sphtop] +animation = "" +command = "kitty --class sphtop htop" +class = "sphtop" +lazy = true + +[scratchpads.spterm] +animation = "" +command = "kitty --class spterm" +class = "spterm" +lazy = true + +[scratchpads.sppmxr] +animation = "" +command = "kitty --class sppmxr pulsemixer" +class = "sppmxr" +lazy = true + +[scratchpads.spblue] +animation = "" +command = "kitty --class spblue bluetoothctl" +class = "spblue" +lazy = true + +[scratchpads.spncmp] +animation = "" +command = "kitty --class spncmp ncmpcpp" +class = "spncmp" +lazy = true + +[scratchpads.spmutt] +animation = "" +command = "kitty --class spmutt neomutt" +class = "spmutt" +lazy = true + +[scratchpads.spprof] +animation = "" +command = "kitty --class spprof profanity" +class = "spprof" +lazy = true + +[scratchpads.spirss] +animation = "" +command = "kitty --class spirss irssi" +class = "spirss" +lazy = true + +[scratchpads.sptodo] +animation = "" +command = "kitty --class sptodo todo" +class = "sptodo" +lazy = true + +[scratchpads.sptrmc] +animation = "" +command = "kitty --class sptrmc tremc" +class = "sptremc" +lazy = true + +[scratchpads.qpwgraph] +animation = "" +command = "qpwgraph" +class = "org.rncbc.qpwgraph" +lazy = true + +[scratchpads.easyeffects] +animation = "" +command = "flatpak run com.github.wwmm.easyeffects" +class = "com.github.wwmm.easyeffects" +lazy = true +unfocus = "hide" -- cgit v1.2.3