From e7c310b1014683df6e5d9855cace093599e059e4 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Tue, 11 Jun 2024 00:48:43 +0200 Subject: [PATCH] update style river tags + hyprland.conf --- dot_config/hypr/hyprland.conf | 4 ++-- dot_config/waybar/style.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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;