Testing Hyprland plugins

This commit is contained in:
albert 2024-08-21 21:24:27 +09:00
parent a1897c346a
commit cfe322f268
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -25,12 +25,12 @@
settings = { settings = {
plugins = { plugins = {
hyprbars = { hyprbars = {
bar_height = 20; bar_height = 30;
# example buttons (R -> L) # example buttons (R -> L)
# hyprbars-button = color, size, on-click # hyprbars-button = color, size, on-click
hyprbars-button = [ hyprbars-button = [
"rgb(ff4040), 10, 󰖭, hyprctl dispatch killactive" "rgb(ff4040), 15, 󰖭 , hyprctl dispatch killactive"
"rgb(eeee11), 10, , hyprctl dispatch fullscreen 1" "rgb(eeee11), 15, , hyprctl dispatch fullscreen 1"
]; ];
}; };
}; };