70 lines
1.3 KiB
Plaintext
70 lines
1.3 KiB
Plaintext
#############################
|
|
# Hyprland Plugins
|
|
#############################
|
|
|
|
plugin:dynamic-cursors {
|
|
enabled = true
|
|
mode = stretch
|
|
|
|
threshold = 2
|
|
|
|
rotate {
|
|
length = 20
|
|
offset = 0.0
|
|
}
|
|
|
|
tilt {
|
|
limit = 5000
|
|
function = negative_quadratic
|
|
window = 100
|
|
}
|
|
|
|
stretch {
|
|
limit = 3000
|
|
function = quadratic
|
|
window = 100
|
|
}
|
|
|
|
shake {
|
|
enabled = false
|
|
nearest = true
|
|
threshold = 6.0
|
|
base = 4.0
|
|
speed = 4.0
|
|
influence = 0.0
|
|
limit = 0.0
|
|
timeout = 1000
|
|
effects = false
|
|
ipc = false
|
|
}
|
|
|
|
hyprcursor {
|
|
nearest = true
|
|
enabled = true
|
|
resolution = -1
|
|
fallback = clientside
|
|
}
|
|
}
|
|
|
|
plugin {
|
|
hyprtrails {
|
|
color = rgb($mauve)
|
|
}
|
|
}
|
|
|
|
plugin {
|
|
hyprbars {
|
|
bar_height = 20
|
|
bar_color = rgb($base)
|
|
col.text = rgb($subtext0)
|
|
bar_padding = 15
|
|
bar_button_padding = 7
|
|
icon_on_hover = true
|
|
inactive_button_color = rgb($mauve)
|
|
|
|
hyprbars-button = rgb($mauve), 15, , hyprctl dispatch killactive
|
|
hyprbars-button = rgb($mauve), 15, , hyprctl dispatch fullscreen 1
|
|
on_double_click = hyprctl dispatch fullscreen 1
|
|
}
|
|
}
|