From e7c310b1014683df6e5d9855cace093599e059e4 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Tue, 11 Jun 2024 00:48:43 +0200 Subject: [PATCH 1/2] 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; From 009707babd64e6b5377c8fbc4a242761712a0508 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Tue, 11 Jun 2024 00:48:59 +0200 Subject: [PATCH 2/2] Add lazygit --- dot_config/lazygit/config.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dot_config/lazygit/config.yml diff --git a/dot_config/lazygit/config.yml b/dot_config/lazygit/config.yml new file mode 100644 index 0000000..12adb43 --- /dev/null +++ b/dot_config/lazygit/config.yml @@ -0,0 +1,4 @@ +git: + paging: + colorArg: always + pager: delta --dark --paging=never