Update Hyprland

This commit is contained in:
albert 2024-08-21 21:37:57 +09:00
parent cfe322f268
commit 4f9a6ab424
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -25,12 +25,12 @@
settings = { settings = {
plugins = { plugins = {
hyprbars = { hyprbars = {
bar_height = 30; bar_height = 45;
# 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), 15, 󰖭 , hyprctl dispatch killactive" "rgb(ff4040), 40, 󰖭 , hyprctl dispatch killactive"
"rgb(eeee11), 15, , hyprctl dispatch fullscreen 1" "rgb(eeee11), 40, , hyprctl dispatch fullscreen 1"
]; ];
}; };
}; };