feat(waybar): update
This commit is contained in:
@@ -82,5 +82,5 @@ layerrule {
|
||||
name = waybar_blur
|
||||
match:namespace = waybar
|
||||
blur = on
|
||||
ignore_alpha = 0.5
|
||||
ignore_alpha = 0.1
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
"icon-size": 22,
|
||||
"seperate-outputs": true,
|
||||
"rewrite": {
|
||||
"": "Empty Workspace"
|
||||
"": " Empty Workspace"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@define-color bg #1e1e2e;
|
||||
@define-color accent #ffffff;
|
||||
@define-color accent #b4befe;
|
||||
|
||||
* {
|
||||
min-height: 0;
|
||||
@@ -52,19 +52,19 @@ window#waybar {
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(255,255,255,0.45);
|
||||
background: alpha(@bg,0.8);
|
||||
background: alpha(@bg,0.3);
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
min-width: 34px;
|
||||
background: white;
|
||||
background: alpha(@bg,0.8);
|
||||
background: alpha(@bg,0.3);
|
||||
color: white;
|
||||
border: 2px solid alpha(grey, 0.2);
|
||||
border: 1px solid alpha(white, 0.7);
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
background: alpha(@bg,0.8);
|
||||
background: alpha(@bg,0.3);
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
@@ -87,7 +87,7 @@ window#waybar {
|
||||
#mpris {
|
||||
padding: 0.1rem 0.6rem;
|
||||
border-radius: 6px;
|
||||
background-color: alpha(@bg, 0.6);
|
||||
background-color: alpha(@bg, 0.3);
|
||||
margin-top: 3px;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
|
||||
Reference in New Issue
Block a user