26 lines
462 B
TOML
26 lines
462 B
TOML
[pyprland]
|
|
plugins = ["scratchpads", "magnify"]
|
|
|
|
[scratchpads.volume]
|
|
command = "ghostty --class=com.ghostty-volume -e wiremix"
|
|
position = "1% 8%"
|
|
unfocus = "hide"
|
|
lazy = true
|
|
|
|
[scratchpads.bluetooth]
|
|
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"
|
|
margin = 20
|
|
lazy = true
|