waybar style update
This commit is contained in:
@@ -4,14 +4,14 @@
|
|||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Space Mono';
|
||||||
text-shadow: 0 0 2px @background;
|
text-shadow: 0 0 2px @background;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background: transparent;
|
background-color: alpha(@background, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-right, .modules-center, .modules-left {
|
.modules-right, .modules-center, .modules-left {
|
||||||
@@ -25,7 +25,7 @@ window {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
/*background-color: alpha(@background, 1.0);*/
|
/*background-color: alpha(@background, 1.0);*/
|
||||||
background-color: alpha(@background, 0.8);
|
background: transparent;
|
||||||
color: alpha(@foreground, 1.0);
|
color: alpha(@foreground, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -67,18 +67,18 @@ window {
|
|||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
background-color: alpha(@background, 0.8);
|
background-color: alpha(@background, 0.8);
|
||||||
|
background: transparent;
|
||||||
padding: 0 20px 5px 20px;
|
padding: 0 20px 5px 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
border-radius: 0 0 10px 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces *:last-child {
|
#workspaces *:last-child {
|
||||||
border-bottom-right-radius: 10px;
|
border-bottom-right-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-right > *:first-child > * {
|
.modules-right > *:first-child > * {
|
||||||
border-bottom-left-radius: 10px;
|
border-bottom-left-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-right > *:nth-child(1) > * {
|
.modules-right > *:nth-child(1) > * {
|
||||||
|
|||||||
Reference in New Issue
Block a user