Refactor into modular configs, fix btop triple bind, add opacity notes
This commit is contained in:
69
configs/hypr/plugins.conf
Normal file
69
configs/hypr/plugins.conf
Normal file
@@ -0,0 +1,69 @@
|
||||
#############################
|
||||
# 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user