-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyprland.toml
58 lines (50 loc) · 1.08 KB
/
pyprland.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[pyprland]
plugins = ["scratchpads"]
[scratchpads.term]
command = "kitty --class kitty-scratch-term"
class = "kitty-scratch-term"
animation = "fromRight"
lazy = false
size = "45% 90%"
[scratchpads.tty-clock]
command = "kitty --class kitty-tty-clock tty-clock -cs"
class = "kitty-tty-clock"
animation = "fromTop"
lazy = true
size = "40% 45%"
[scratchpads.cava]
command = "kitty --class kitty-cava cava"
class = "kitty-cava"
animation = "fromBottom"
lazy = true
size = "40% 45%"
[scratchpads.pipes]
command = "kitty --class kitty-pipes pipes-rs"
class = "kitty-pipes"
animation = "fromLeft"
lazy = true
size = "25% 60%"
[scratchpads.cmatrix]
command = "kitty --class kitty-cmatrix cmatrix"
class = "kitty-cmatrix"
animation = "fromRight"
lazy = true
size = "25% 60%"
[scratchpads.files]
command = "nemo"
class = "nemo"
animation = "fromLeft"
lazy = false
size = "45% 90%"
[scratchpads.tauon]
command = "tauon"
class = "tauonmb"
animation = "fromTop"
lazy = true
size = "80% 80%"
[scratchpads.clash-verge]
command = "clash-verge"
class = "clash-verge"
animation = "fromTop"
lazy = false
size = "50% 50%"