diff options
Diffstat (limited to 'templates/waybar/fonts.css')
| -rw-r--r-- | templates/waybar/fonts.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/waybar/fonts.css b/templates/waybar/fonts.css new file mode 100644 index 0000000..ec4b024 --- /dev/null +++ b/templates/waybar/fonts.css @@ -0,0 +1,29 @@ +* { + font-family: "Inconsolata Nerd Font Mono"; + font-weight: bold; + font-size: 16px; +} + +#custom-user, +#window label, +#mpris, +tooltip label { + font-weight: normal; +} + +#workspaces button.active label, +#workspaces button.focused label, +#custom-distro { + font-size: 20px; +} + +#custom-power_menu { + font-size: 18px; +} + +#custom-left_div, +#custom-left_inv, +#custom-right_div, +#custom-right_inv { + font-size: 22px; +} |
