mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-26 04:28:43 +01:00
adjust font and padding for bar
This commit is contained in:
parent
acd213b358
commit
745ff787e3
@ -16,14 +16,24 @@
|
|||||||
@define-color hilight @color6;
|
@define-color hilight @color6;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
font-family: "Fira Code Medium", "Font Awesome 5 Free";
|
font-family: "Fira Code", "Font Awesome 5 Free";
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modules-left,
|
||||||
|
.modules-center,
|
||||||
|
.modules-right {
|
||||||
|
background: @background;
|
||||||
|
border-radius: 4px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
window#waybar.bottom {
|
window#waybar.bottom {
|
||||||
background: none;
|
background: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -34,15 +44,6 @@ window#waybar.top {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left,
|
|
||||||
.modules-center,
|
|
||||||
.modules-right {
|
|
||||||
background: @background;
|
|
||||||
border-radius: 4px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Base styling for modules */
|
/* Base styling for modules */
|
||||||
#workspaces,
|
#workspaces,
|
||||||
#mode,
|
#mode,
|
||||||
@ -65,7 +66,7 @@ window#waybar.top {
|
|||||||
#custom-covid,
|
#custom-covid,
|
||||||
#taskbar,
|
#taskbar,
|
||||||
#tray {
|
#tray {
|
||||||
padding: 0px 10px 0 10px;
|
padding: 2px 10px 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-separator {
|
#custom-separator {
|
||||||
@ -79,7 +80,7 @@ window#waybar.top {
|
|||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: @text;
|
color: @text;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0px 5px 0px 5px;
|
padding: 2px 5px 0px 5px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
@ -146,7 +147,7 @@ window#waybar.top {
|
|||||||
#taskbar button {
|
#taskbar button {
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 0px 3px 0px 3px;
|
padding: 2px 3px 0px 3px;
|
||||||
}
|
}
|
||||||
#taskbar button.active {
|
#taskbar button.active {
|
||||||
color: @hilight;
|
color: @hilight;
|
||||||
|
Loading…
Reference in New Issue
Block a user