changed waybar and hyprland borders to be easier on the eyes

This commit is contained in:
pagedmov
2024-11-06 01:29:58 -05:00
parent b1afb4a06a
commit cf20f8ef68
3 changed files with 16 additions and 17 deletions

View File

@@ -104,7 +104,7 @@ in {
gaps_out = 8;
border_size = 3;
#"col.inactive_border" = "0xff${scheme.base01}";
"col.active_border" = lib.mkForce "0xff${scheme.base0F}";
"col.active_border" = lib.mkForce "0xff${scheme.base04}";
border_part_of_window = false;
no_border_on_floating = false;
};
@@ -135,7 +135,7 @@ in {
};
decoration = {
rounding = 16;
rounding = 10;
# active_opacity = 0.90;
inactive_opacity = 0.90;
fullscreen_opacity = 1.0;