33 lines
1 KiB
TOML
33 lines
1 KiB
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 = "ghostty --class=com.ghostty-volume -e bluetui"
|
|
position = "1% 8%"
|
|
unfocus = "hide"
|
|
lazy = true
|
|
|
|
[scratchpads.wifi]
|
|
command = "iwgtk"
|
|
animation = "fromRight"
|
|
margin = 20
|
|
lazy = true
|
|
|
|
[scratchpads.network]
|
|
command = "nm-connection-editor"
|
|
animation = "fromRight"
|
|
margin = 20
|
|
lazy = true
|
|
|
|
[wallpapers]
|
|
path = "~/.config/hypr/theme/walls/"
|
|
interval = 1440 # change every day
|
|
command = "swww img --transition-bezier 0.5,1.19,.8,.4 --transition-type wipe --transition-duration 2 --transition-fps 75 \"[file]\" && notify-send 'Wallpaper Changed' -i \"[file]\" --app-name=Wallpaper"
|
|
clear_command = "swww clear"
|
|
extensions = ["jpg", "png", "gif", "jpeg"]
|