1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

adjust font and padding for bar

This commit is contained in:
Nick Boughton 2021-05-14 12:18:53 +01:00
parent acd213b358
commit 745ff787e3

@ -16,14 +16,24 @@
@define-color hilight @color6;
* {
font-size: 12px;
font-family: "Fira Code Medium", "Font Awesome 5 Free";
font-size: 10px;
font-family: "Fira Code", "Font Awesome 5 Free";
font-weight: bold;
}
window#waybar {
color: @text;
}
.modules-left,
.modules-center,
.modules-right {
background: @background;
border-radius: 4px;
margin: 0;
padding: 0;
}
window#waybar.bottom {
background: none;
margin: 0;
@ -34,15 +44,6 @@ window#waybar.top {
margin: 0;
}
.modules-left,
.modules-center,
.modules-right {
background: @background;
border-radius: 4px;
margin: 0;
padding: 0;
}
/* Base styling for modules */
#workspaces,
#mode,
@ -65,7 +66,7 @@ window#waybar.top {
#custom-covid,
#taskbar,
#tray {
padding: 0px 10px 0 10px;
padding: 2px 10px 0 10px;
}
#custom-separator {
@ -79,7 +80,7 @@ window#waybar.top {
#workspaces button {
color: @text;
margin: 0;
padding: 0px 5px 0px 5px;
padding: 2px 5px 0px 5px;
border-radius: 4px;
}
#workspaces button.focused {
@ -146,7 +147,7 @@ window#waybar.top {
#taskbar button {
color: @foreground;
border-radius: 4px;
padding: 0px 3px 0px 3px;
padding: 2px 3px 0px 3px;
}
#taskbar button.active {
color: @hilight;