2024-11-14 17:24 : id 146
This commit is contained in:
parent
b50c39c741
commit
388601339c
@ -270,6 +270,7 @@ in
|
||||
plugins = with pkgs; [
|
||||
hyprlandPlugins.borders-plus-plus
|
||||
hyprlandPlugins.hyprbars
|
||||
hyprlandPlugins.hyprexpo
|
||||
];
|
||||
extraConfig = ''
|
||||
exec-once="waybar";
|
||||
@ -282,6 +283,12 @@ in
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
plugins = {
|
||||
hyprexpo = {
|
||||
columns = 3;
|
||||
gap_size = 5;
|
||||
bg_col = "rgb(${BG})";
|
||||
workspace_method = "center current";
|
||||
};
|
||||
borders-plus-plus = {
|
||||
add_border = 1;
|
||||
"col.border_1" = "rgb(${SECOND_ACCENT})";
|
||||
|
Loading…
x
Reference in New Issue
Block a user