feat(waybar): update

This commit is contained in:
2026-02-24 21:45:17 +01:00
parent 70e15917f4
commit ac3bc6e779
3 changed files with 8 additions and 8 deletions

View File

@@ -82,5 +82,5 @@ layerrule {
name = waybar_blur name = waybar_blur
match:namespace = waybar match:namespace = waybar
blur = on blur = on
ignore_alpha = 0.5 ignore_alpha = 0.1
} }

View File

@@ -68,7 +68,7 @@
"icon-size": 22, "icon-size": 22,
"seperate-outputs": true, "seperate-outputs": true,
"rewrite": { "rewrite": {
"": "Empty Workspace" "": "Empty Workspace"
} }
}, },

View File

@@ -1,5 +1,5 @@
@define-color bg #1e1e2e; @define-color bg #1e1e2e;
@define-color accent #ffffff; @define-color accent #b4befe;
* { * {
min-height: 0; min-height: 0;
@@ -52,19 +52,19 @@ window#waybar {
#workspaces button:hover { #workspaces button:hover {
background: rgba(255,255,255,0.45); background: rgba(255,255,255,0.45);
background: alpha(@bg,0.8); background: alpha(@bg,0.3);
} }
#workspaces button.active { #workspaces button.active {
min-width: 34px; min-width: 34px;
background: white; background: white;
background: alpha(@bg,0.8); background: alpha(@bg,0.3);
color: white; color: white;
border: 2px solid alpha(grey, 0.2); border: 1px solid alpha(white, 0.7);
} }
#workspaces button.visible { #workspaces button.visible {
background: alpha(@bg,0.8); background: alpha(@bg,0.3);
} }
#workspaces button.urgent { #workspaces button.urgent {
@@ -87,7 +87,7 @@ window#waybar {
#mpris { #mpris {
padding: 0.1rem 0.6rem; padding: 0.1rem 0.6rem;
border-radius: 6px; border-radius: 6px;
background-color: alpha(@bg, 0.6); background-color: alpha(@bg, 0.3);
margin-top: 3px; margin-top: 3px;
margin-left: 3px; margin-left: 3px;
margin-right: 3px; margin-right: 3px;