dotfiles/home/.config/hypr/plugins.conf

29 lines
617 B
Plaintext
Raw Normal View History

2024-02-17 22:11:22 +00:00
#######################
### LOADING PLUGINS ###
#######################
exec-once=hyprpm reload -n
#exec-once=hyprctl plugin load $HOME/.local/share/hyprload/plugins/bin/dwindle-autogroup.so
2024-02-17 22:11:22 +00:00
################
### HYPRBARS ###
################
plugin {
hyprbars {
bar_height = 20
2024-02-17 22:11:22 +00:00
bar_color = rgb(505152)
col.text = rgb(ff0000)
bar_text_size = 10
# example buttons (R -> L)
# hyprbars-button = color, size, on-click
hyprbars-button = rgb(ff4040), 10, 󰖭, hyprctl dispatch killactive
hyprbars-button = rgb(eeee11), 10, , hyprctl dispatch fullscreen 1
}
}
# vi: ft=hyprlang