Testing Hyprland plugins
This commit is contained in:
parent
a1897c346a
commit
cfe322f268
1 changed files with 3 additions and 3 deletions
|
@ -25,12 +25,12 @@
|
|||
settings = {
|
||||
plugins = {
|
||||
hyprbars = {
|
||||
bar_height = 20;
|
||||
bar_height = 30;
|
||||
# example buttons (R -> L)
|
||||
# hyprbars-button = color, size, on-click
|
||||
hyprbars-button = [
|
||||
"rgb(ff4040), 10, , hyprctl dispatch killactive"
|
||||
"rgb(eeee11), 10, , hyprctl dispatch fullscreen 1"
|
||||
"rgb(ff4040), 15, , hyprctl dispatch killactive"
|
||||
"rgb(eeee11), 15, , hyprctl dispatch fullscreen 1"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue