mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-20 08:22:55 +01:00
Compare commits
No commits in common. "8818d78baeceb89a2d538d0183837d72f0b70767" and "707934a1b706c1ed5fadd3e0437c32d24297b414" have entirely different histories.
8818d78bae
...
707934a1b7
2 changed files with 2 additions and 18 deletions
|
|
@ -388,22 +388,6 @@
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
";
|
";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
# enableNvidiaPatches = false;
|
# enableNvidiaPatches = false;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
pkgs.hyprlandPlugins.hyprbars
|
# inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
|
||||||
# pkgs.hyprlandPlugins.hyprspace # causes hyprland to crash on 4-finger swipe; great software
|
# inputs.Hyswipe.packages.${pkgs.system}.Hyswipe
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue