tweak waybar workspaces slightly
This commit is contained in:
parent
25ce5a7780
commit
ca7e8ca550
@ -661,6 +661,8 @@ let
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#workspaces { padding: 0 0 5px 0; }
|
||||
|
||||
#clock.1 { padding: 5px 0 0 0; }
|
||||
#clock.2 { padding: 0 0 5px 0; }
|
||||
|
||||
@ -672,16 +674,9 @@ let
|
||||
color: #${config.colors.base16.base0A};
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
color: #${config.colors.base16.base0A};
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
background: #${config.colors.base16.base02};
|
||||
}
|
||||
@ -702,6 +697,8 @@ let
|
||||
* {
|
||||
font-family: "${config.fonts.favFont.name}";
|
||||
font-size: ${toString (config.fonts.favFont.size + 1)}px;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user