add(hyprland): hyprbars

This commit is contained in:
kenji
2026-01-01 23:40:10 -06:00
parent d224b12bab
commit 0327caa6d2
4 changed files with 23 additions and 7 deletions
+1
View File
@@ -16,5 +16,6 @@
pkgs.hyprlandPlugins.hyprsplit
pkgs.hyprlandPlugins.hypr-dynamic-cursors
pkgs.hyprlandPlugins.hyprspace
pkgs.hyprlandPlugins.hyprbars
];
}
+15
View File
@@ -37,6 +37,21 @@
overview = {
# Using default settings
};
hyprbars = {
bar_height = 24;
bar_color = "$surface_container_high";
bar_text_color = "$on_surface";
bar_text_size = 0;
bar_text_font = "Sans";
bar_button_padding = 4;
bar_padding = 8;
bar_precedence_over_border = true;
hyprbars-button = [
"$error, 10, , hyprctl dispatch killactive"
"$tertiary, 10, , hyprctl dispatch fullscreen 1"
];
};
};
};
}