✨ feat(waybar): more transparency in waybar
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"custom/logo": {
|
"custom/logo": {
|
||||||
"format": "", // Change to desired logo
|
"format": "", // Change to desired logo
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"escape": true,
|
"escape": true,
|
||||||
"on-click": "anyrun" // Change to desired action
|
"on-click": "anyrun" // Change to desired action
|
||||||
|
|||||||
+2
-2
@@ -16,7 +16,7 @@ window#waybar {
|
|||||||
|
|
||||||
window#waybar > * {
|
window#waybar > * {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background: alpha(@background, .85);
|
background: alpha(@background, .78);
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
@@ -35,7 +35,7 @@ widget > *:hover:not(#workspaces):not(#tray):not(#custom-media) {
|
|||||||
background: @color1;
|
background: @color1;
|
||||||
}
|
}
|
||||||
|
|
||||||
widget label {
|
label {
|
||||||
font-size: .98em;
|
font-size: .98em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user