From 5b3e78e18564cf9a6c211f7fcf4aabf92261d5d6 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 05:02:59 -0400 Subject: [PATCH] waybar: set font size --- home/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index 009b7815..1e1bff90 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -42,6 +42,7 @@ border: none; border-radius: 0; font-family: DroidSansM Nerd Font Mono; + font-size: 14px; } window#waybar { background: rgba (0, 0, 0, 0.5);