/* ----------------------------------- window ----------------------------------- */
* {
font-family: "ZedMono NFP";
- font-size: 14px;
+ font-size: 12pt;
min-height: 7px;
+ font-weight: bold;
padding: 0;
margin: 0;
}
}
#workspaces button:hover {
- background: alpha(@base07, 0.7);
+ background: alpha(@base07, 1.0);
}
#workspaces button.focused:hover,
#workspaces button.active {
border-radius: 8px;
background: @base0C;
- border: 1px solid @base03;
+ border: 1px solid @base0C;
padding: 0 8px;
color: @base00;
transition: all 0.3s ease;
#window {
padding-left: 10px;
padding-right: 10px;
- color: @base05;
- background-color: alpha(@base04, 0.1);
+ color: @base00;
+ background-color: alpha(@base05, 1.0);
border-radius: 0px 0px 4px 4px;
margin-top: 0px;
margin-bottom: 4px;
margin-right: 1px;
margin-bottom: 2px;
color: @base00;
- background: @base0D;
+ background: @base09;
border: 1px solid @base01;
border-radius: 4px 8px 4px 8px;
}
+#custom-launcher:hover {
+ background-color: alpha(@base0A, 1.0);
+}
+
#custom-notification {
padding-left: 10px;
padding-right: 10px;
margin-right: 1px;
margin-bottom: 2px;
color: @base00;
- background: @base0E;
+ background: @base09;
border: 1px solid @base01;
border-radius: 8px 4px 8px 4px;
}
+#custom-notification:hover {
+ background-color: alpha(@base0A, 1.0);
+}
+
#mpd {
padding-left: 4px;
padding-right: 4px;
color: @base00;
background-color: alpha(@base04, 0.1);
border-radius: 0px 0px 0px 4px;
- margin-top: 0px;
+ margin-top: 1px;
margin-bottom: 4px;
border-top: none;
border-left: 1px solid;
font-weight: 500;
padding-left: 6px;
padding-right: 6px;
- color: @base06;
+ color: @base07;
background-color: alpha(@base04, 0.1);
border-radius: 0px 0px 4px 0px;
- margin-top: 0px;
+ margin-top: 1px;
margin-bottom: 4px;
border-top: none;
border-left: none;
background-color: alpha(@base07, 0.3);
}
-#custom-launcher:hover,
-#custom-notification:hover {
- background-color: alpha(@base07, 0.7);
-}