diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf index d433f71..64df288 100644 --- a/.config/hypr/rules.conf +++ b/.config/hypr/rules.conf @@ -1,5 +1,10 @@ # Blur the status bar -# layerrule = blur, $statusbar +layerrule = blur, $statusbar +layerrule = ignorealpha 0.1, $statusbar + +# Blur the launcher +layerrule = blur, launcher +layerrule = ignorealpha 0.1, launcher # Disable maximize event windowrulev2 = suppressevent maximize, class:.* diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index f9f4a72..e31de93 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -16,8 +16,6 @@ "custom/gpu", "memory", "disk", - "network#up", - "network#down", ], }, "include": "~/.config/waybar/modules.jsonc",