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