From 8066ebfd3596009a6547fb9abd33a17b14065d50 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sat, 1 Aug 2026 21:09:12 +0300 Subject: [PATCH] fix waybar --- home/user/.config/sway/other.conf | 3 ++- home/user/.config/waybar/config | 8 +++++--- home/user/.config/waybar/style.css | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/home/user/.config/sway/other.conf b/home/user/.config/sway/other.conf index b90e55f..a26ad54 100644 --- a/home/user/.config/sway/other.conf +++ b/home/user/.config/sway/other.conf @@ -76,7 +76,8 @@ corner_radius 8 layer_effects "waybar" { blur enable; blur_xray enable; + blur_radius 3; + blur_passes 4; blur_ignore_transparent enable; shadows enable; - corner_radius 10; } diff --git a/home/user/.config/waybar/config b/home/user/.config/waybar/config index bf75dae..ab1a7b9 100644 --- a/home/user/.config/waybar/config +++ b/home/user/.config/waybar/config @@ -1,8 +1,10 @@ { - "layer": "bottom", + "layer": "top", "position": "bottom", "height": 30, "spacing": 4, + "exclusive": false, + "mode": "dock", "modules-left": [ "sway/workspaces", @@ -18,10 +20,10 @@ "custom/cpu_usage", "custom/cpu_temp", "custom/battery", - "custom/language", "custom/pomodoro", - "custom/userhost", "custom/volume", + "custom/language", + "custom/userhost", "custom/time", "tray" ], diff --git a/home/user/.config/waybar/style.css b/home/user/.config/waybar/style.css index 37f2292..78b4a31 100644 --- a/home/user/.config/waybar/style.css +++ b/home/user/.config/waybar/style.css @@ -7,7 +7,7 @@ } window#waybar { - background: rgba(0, 0, 0, 0); + background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); color: #ffffff; transition-property: background-color; transition-duration: .5s;