diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index 24179a0..cb3b742 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -64,7 +64,7 @@ general { layout = master - allow_tearing = true + allow_tearing = false } group { @@ -81,7 +81,7 @@ group { # Tearing env = WLR_DRM_NO_ATOMIC,1 -windowrulev2 = immediate, class:^(cs2|osu\!|love)$ +windowrulev2 = immediate, class:^(cs2|osu\!|love|osu-lazer)$ decoration { rounding = 10 diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index bbc318d..34d2db3 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -93,6 +93,7 @@ widget>label { background-color: #939ab7; } +#tags button.urgent, #workspaces button.urgent { color: #0f0f0f; background-color: #9ec3c4;