style: change waybar & swaync font size
This commit is contained in:
parent
f637e50a7a
commit
80d61892b3
3 changed files with 12 additions and 3 deletions
|
|
@ -394,7 +394,7 @@ in
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: ${osConfig.stylix.fonts.sansSerif.name};
|
font-family: ${osConfig.stylix.fonts.sansSerif.name};
|
||||||
font-size: ${toString osConfig.stylix.fonts.sizes.desktop}pt;
|
font-size: ${toString osConfig.stylix.fonts.sizes.desktop}px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-width: 3px;
|
border-width: 3px;
|
||||||
border-color: #ebdbb2;
|
border-color: #ebdbb2;
|
||||||
|
|
|
||||||
|
|
@ -79,12 +79,21 @@ in
|
||||||
* {
|
* {
|
||||||
font-family: ${osConfig.stylix.fonts.sansSerif.name};
|
font-family: ${osConfig.stylix.fonts.sansSerif.name};
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
font-size: ${toString (osConfig.stylix.fonts.sizes.desktop + 2)};
|
font-size: ${toString (osConfig.stylix.fonts.sizes.desktop + 4)}px;
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
transition-duration: 0.3s;
|
transition-duration: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#clock,
|
||||||
|
#mpris,
|
||||||
|
#window,
|
||||||
|
#memory,
|
||||||
|
#cpu,
|
||||||
|
#pulseaudio {
|
||||||
|
font-size: ${toString (osConfig.stylix.fonts.sizes.desktop + 2)}px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Main bar */
|
/* Main bar */
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: @bg-bg;
|
background-color: @bg-bg;
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ in
|
||||||
|
|
||||||
sizes = {
|
sizes = {
|
||||||
terminal = 15;
|
terminal = 15;
|
||||||
desktop = 15;
|
desktop = 14;
|
||||||
popups = 12;
|
popups = 12;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue