Update Hyprland
This commit is contained in:
parent
cfe322f268
commit
4f9a6ab424
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue