Update Hyprland
This commit is contained in:
parent
4f9a6ab424
commit
e8e987e735
1 changed files with 3 additions and 3 deletions
|
@ -25,12 +25,12 @@
|
||||||
settings = {
|
settings = {
|
||||||
plugins = {
|
plugins = {
|
||||||
hyprbars = {
|
hyprbars = {
|
||||||
bar_height = 45;
|
bar_height = 25;
|
||||||
# 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), 40, , hyprctl dispatch killactive"
|
"rgb(ff4040), 10, , hyprctl dispatch killactive"
|
||||||
"rgb(eeee11), 40, , hyprctl dispatch fullscreen 1"
|
"rgb(eeee11), 10, , hyprctl dispatch fullscreen 1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue