From ef0da55e9cbcc28667346502674b035e4196d501 Mon Sep 17 00:00:00 2001 From: zervo Date: Sun, 30 Mar 2025 11:04:59 +0200 Subject: [PATCH] Tweaks --- private_dot_config/hypr/rules.conf | 4 ++-- private_dot_config/waybar/colors.css | 6 +++--- private_dot_config/waybar/config.jsonc | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/private_dot_config/hypr/rules.conf b/private_dot_config/hypr/rules.conf index 09ca09d..b684052 100644 --- a/private_dot_config/hypr/rules.conf +++ b/private_dot_config/hypr/rules.conf @@ -21,9 +21,9 @@ windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinn windowrulev2 = opacity 0.9,class:^(Alacritty)$ # windowrulev2 = opacity 0.99,class:^(code-oss)$ # windowrulev2 = opacity 0.99,class:^(Code)$ -# windowrulev2 = opacity 0.99,class:^(VSCodium)$ +windowrulev2 = opacity 0.88,class:^(VSCodium)$ windowrulev2 = opacity 0.9,class:^([Ss]team)$ windowrulev2 = opacity 0.9,class:^(steamwebhelper)$ windowrulev2 = opacity 0.9,class:^(Spotify)$ -windowrulev2 = float, class:firefox,title:(.*)(Bitwarden Password Manager) \ No newline at end of file +windowrulev2 = float, class:firefox,title:(.*)(Bitwarden Password Manager) diff --git a/private_dot_config/waybar/colors.css b/private_dot_config/waybar/colors.css index 7a71609..a6c6d46 100644 --- a/private_dot_config/waybar/colors.css +++ b/private_dot_config/waybar/colors.css @@ -9,8 +9,8 @@ @define-color module-info-bg rgba(30, 102, 236, 0.7); @define-color module-succ-bg rgba(26, 238, 114, 0.74); -@define-color module-warn-bg rgba(236, 164, 30, 0.7); -@define-color module-err-bg rgba(224, 20, 20, 0.7); +@define-color module-warn-bg rgba(236, 164, 30, 0.45); +@define-color module-err-bg rgba(224, 20, 20, 0.6); @define-color module-idle-bg rgba(70, 70, 70, 0.7); @define-color module-active-bg rgba(255, 255, 255, 0.7); @@ -26,4 +26,4 @@ @define-color bright-accent #9A4192; @define-color wb-hvr-bg #ECE7D8; -@define-color wb-hvr-fg #FFFFFF; \ No newline at end of file +@define-color wb-hvr-fg #FFFFFF; diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index 369ff8a..f5a9b18 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -8,9 +8,9 @@ // "width": 1280, // Waybar width "spacing": 5, // Gaps between modules (5px) "margin-top": 4, // Margin above bar (4px) - "margin-bottom": 2, // Margin below bar (2px) + "margin-bottom": 1, // Margin below bar (1px) "margin-right": 5, // Margin to the right of bar (5px) - "margin-left": 5, // Margin to the left of bar (5px) + //"margin-left": 5, // Margin to the left of bar (5px) // LAYOUT: Choose the order of the modules