Update Hyprland hyprbars
This commit is contained in:
parent
940630fd63
commit
a1897c346a
1 changed files with 11 additions and 0 deletions
|
@ -23,6 +23,17 @@
|
||||||
submap = reset
|
submap = reset
|
||||||
'';
|
'';
|
||||||
settings = {
|
settings = {
|
||||||
|
plugins = {
|
||||||
|
hyprbars = {
|
||||||
|
bar_height = 20;
|
||||||
|
# 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"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
layerrule = [
|
layerrule = [
|
||||||
"blur, waybar"
|
"blur, waybar"
|
||||||
"blur, rofi"
|
"blur, rofi"
|
||||||
|
|
Loading…
Reference in a new issue