2024-11-18 20:29 : id 180

This commit is contained in:
deadvey 2024-11-18 20:29:34 +00:00
parent 07ed00381f
commit f3fbebbc8a

View File

@ -319,15 +319,10 @@ in
bg_col = "rgb(${BG})"; bg_col = "rgb(${BG})";
workspace_method = "center current"; workspace_method = "center current";
}; };
borders-plus-plus = {
add_border = 1;
"col.border_1" = "rgb(${SECOND_ACCENT})";
border_size_1 = 1;
natural_rounding = "yes";
};
hyprbars = { hyprbars = {
bar_height = 25; bar_height = 25;
bar_color = "rgb(${BG})"; bar_color = "rgb(transparent)";
bar_part_of_window = false;
"col.text" = "rgb(${FG})"; "col.text" = "rgb(${FG})";
hyprbars-button = "rgb(${RED}), 10, X, hyprctl dispatch killactive"; hyprbars-button = "rgb(${RED}), 10, X, hyprctl dispatch killactive";
}; };