fix waybar

This commit is contained in:
thek4n 2026-08-02 00:08:55 +03:00
parent aa79f36997
commit 8711b38386
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ multiplier = 3
[window] [window]
dynamic_title = true dynamic_title = true
opacity = 0.6 opacity = 0.8
[window.dimensions] [window.dimensions]
columns = 150 columns = 150

View File

@ -8,7 +8,7 @@
} }
window#waybar { window#waybar {
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.8);
color: #ffffff; color: #ffffff;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;