2024-11-14 16:52 : id 135

This commit is contained in:
deadvey 2024-11-14 16:52:03 +00:00
parent 781284544c
commit 6812848938

View File

@ -265,6 +265,9 @@ in
windowManager = { windowManager = {
hyprland = { hyprland = {
enable = true; enable = true;
plugins = [
];
extraConfig = '' extraConfig = ''
exec-once="waybar"; exec-once="waybar";
exec-once="dunst"; exec-once="dunst";
@ -275,6 +278,13 @@ in
''; '';
settings = { settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
plugins = {
borders-plus-plus = {
add_border = 1;
col.border_1 = "rgb(${FG})";
natural_rounding = "yes";
};
};
general = { general = {
gaps_in = "${GAPS_IN}"; gaps_in = "${GAPS_IN}";
gaps_out = "${GAPS_OUT}"; gaps_out = "${GAPS_OUT}";