22 lines
431 B
TOML
22 lines
431 B
TOML
[pyprland]
|
|
plugins = [
|
|
"scratchpads",
|
|
"wallpapers",
|
|
]
|
|
|
|
[scratchpads.term]
|
|
animation = "fromTop"
|
|
command = "ghostty --class ghostty-dropterm"
|
|
class = "ghostty-dropterm"
|
|
size = "75% 60%"
|
|
max_size = "1920px 100%"
|
|
margin = 50
|
|
|
|
[wallpapers]
|
|
path = "~/Pictures/wallpapers/"
|
|
interval = 60
|
|
unique = true
|
|
recurse = true
|
|
extensions = ["jpg", "jpeg", "png"]
|
|
command = 'swww img --transition-type any "[file]"'
|
|
clear_command = "swww clear"
|