-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.conf
More file actions
executable file
·39 lines (37 loc) · 904 Bytes
/
plugins.conf
File metadata and controls
executable file
·39 lines (37 loc) · 904 Bytes
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
plugin {
hyprbars {
# example config
bar_height = 20
bar_precedence_over_border = true
bar_buttons_alignment = left
bar_padding = 10
bar_color = rgba(555555ff)
bar_part_of_window = false
bar_text_size = 10
hyprbars-button = rgb(ff5f56), 15,, hyprctl dispatch killactive
hyprbars-button = rgb(ffbd2e), 15,, hyprctl dispatch minimize
hyprbars-button = rgb(27c93f), 15,, hyprctl dispatch fullscreen 1
}
dynamic-cursors {
enabled = true
mode = shake
threshold = 2
shake {
enabled = true
nearest = true
threshold = 6.0
base = 3.0
speed = 4.0
influence = 0.0
limit = 4.0
timeout = 2000
effects = false
}
hyprcursor {
nearest = 2
enabled = true
resolution = -1
fallback = clientside
}
}
}