105 current 2024-03-01 18:13:09 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
53af0e572e
commit
009fea31ee
2 changed files with 15 additions and 0 deletions
|
|
@ -6,6 +6,18 @@
|
||||||
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\""
|
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\""
|
||||||
];
|
];
|
||||||
|
|
||||||
|
"plugin:borders-plus-plus" = {
|
||||||
|
add_borders = 1;
|
||||||
|
|
||||||
|
"col.border_1" = "rgb(${love})";
|
||||||
|
"col.border_2" = "rgb(${foam})";
|
||||||
|
|
||||||
|
border_size_1 = 4;
|
||||||
|
border_size_2 = 4;
|
||||||
|
|
||||||
|
natural_rounding = "yes";
|
||||||
|
};
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
# gaps
|
# gaps
|
||||||
gaps_in = 6;
|
gaps_in = 6;
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,9 @@ in {
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.default;
|
package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||||
|
|
||||||
|
plugins = [inputs.hyprland-plugins.packages."${pkgs.system}".borders-plus-plus];
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
variables = ["--all"];
|
variables = ["--all"];
|
||||||
extraCommands = [
|
extraCommands = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue