2024-11-14 17:24 : id 146

This commit is contained in:
deadvey 2024-11-14 17:24:43 +00:00
parent b50c39c741
commit 388601339c

View File

@ -270,6 +270,7 @@ in
plugins = with pkgs; [ plugins = with pkgs; [
hyprlandPlugins.borders-plus-plus hyprlandPlugins.borders-plus-plus
hyprlandPlugins.hyprbars hyprlandPlugins.hyprbars
hyprlandPlugins.hyprexpo
]; ];
extraConfig = '' extraConfig = ''
exec-once="waybar"; exec-once="waybar";
@ -282,6 +283,12 @@ in
settings = { settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
plugins = { plugins = {
hyprexpo = {
columns = 3;
gap_size = 5;
bg_col = "rgb(${BG})";
workspace_method = "center current";
};
borders-plus-plus = { borders-plus-plus = {
add_border = 1; add_border = 1;
"col.border_1" = "rgb(${SECOND_ACCENT})"; "col.border_1" = "rgb(${SECOND_ACCENT})";