From ffd1fd767a6138897d24ebcafd7210900dd79817 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 25 Jan 2025 22:59:35 +0100 Subject: [PATCH] Updated config --- .config/hypr/rules.conf | 12 ++++++------ .config/waybar/style.css | 8 +++----- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf index 843db0a..00877e0 100644 --- a/.config/hypr/rules.conf +++ b/.config/hypr/rules.conf @@ -13,9 +13,9 @@ windowrulev2 = suppressevent maximize, class:.* windowrulev2 = float, class:($wallpaper) # No gaps when there is a single window -# workspace = w[tv1], gapsout:0, gapsin:0 -# workspace = f[1], gapsout:0, gapsin:0 -# windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1] -# windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1] -# windowrulev2 = bordersize 0, floating:0, onworkspace:f[1] -# windowrulev2 = rounding 0, floating:0, onworkspace:f[1] \ No newline at end of file +workspace = w[tv1], gapsout:0, gapsin:0 +workspace = f[1], gapsout:0, gapsin:0 +windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1] +windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1] +windowrulev2 = bordersize 0, floating:0, onworkspace:f[1] +windowrulev2 = rounding 0, floating:0, onworkspace:f[1] \ No newline at end of file diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 9df1526..7de5a5f 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -6,14 +6,12 @@ } #waybar { - background: transparent; + background: rgba(38, 41, 44, 0.5); } #cpu, #custom-gpu, #memory, #disk, #wireplumber, #clock { + color: rgba(255, 255, 255, 0.8); border-radius: 3px; - color: rgba(255, 255, 255, 0.9); - background: rgba(38, 41, 44, 0.5); padding: 4px 8px; - margin-bottom: 10px; - margin-right: 10px; + margin-left: 4px; } \ No newline at end of file