mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds hyprspace and hyprbars; configures hyprbars
This commit is contained in:
parent
707934a1b7
commit
0562b41396
2 changed files with 18 additions and 0 deletions
|
|
@ -388,6 +388,22 @@
|
||||||
xwayland {
|
xwayland {
|
||||||
force_zero_scaling = true
|
force_zero_scaling = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plugin {
|
||||||
|
hyprbars {
|
||||||
|
bar_height = 38
|
||||||
|
bar_color = rgb(1e1e1e)
|
||||||
|
col.text = $foreground
|
||||||
|
bar_text_size = 12
|
||||||
|
bar_text_font = GohuFont 11 Nerd Font Propo
|
||||||
|
bar_button_padding = 12
|
||||||
|
bar_padding = 10
|
||||||
|
bar_precedence_over_border = true
|
||||||
|
hyprbars-button = $color1, 20, , hyprctl dispatch killactive
|
||||||
|
hyprbars-button = $color3, 20, , hyprctl dispatch fullscreen 2
|
||||||
|
hyprbars-button = $color4, 20, , hyprctl dispatch togglefloating
|
||||||
|
}
|
||||||
|
}
|
||||||
";
|
";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,8 @@
|
||||||
plugins = [
|
plugins = [
|
||||||
# inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
|
# inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
|
||||||
# inputs.Hyswipe.packages.${pkgs.system}.Hyswipe
|
# inputs.Hyswipe.packages.${pkgs.system}.Hyswipe
|
||||||
|
pkgs.hyprlandPlugins.hyprbars
|
||||||
|
pkgs.hyprlandPlugins.hyprspace
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue