feat(hypr): add 2 new scratchpads: wifi and network

This commit is contained in:
Sergio Laín 2024-09-21 17:44:53 +02:00
parent 2a0efbb88f
commit 3966867b34
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -1,5 +1,5 @@
[pyprland] [pyprland]
plugins = ["scratchpads", "expose", "magnify", "wallpapers"] plugins = ["scratchpads", "wallpapers"]
[scratchpads.volume] [scratchpads.volume]
command = "pavucontrol" command = "pavucontrol"
@ -43,9 +43,20 @@ command = "kitty --class scratchpad-large topgrade -k --no-self-update"
lazy = true lazy = true
[scratchpads.bluetooth] [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" animation = "fromRight"
unfocus = "hide"
margin = 20 margin = 20
lazy = true lazy = true