From 1ecaacc50c48ae04798a14eff59e816fe60adf16 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Tue, 6 Jan 2026 19:12:06 +0100 Subject: [PATCH] Waybar : Change font to FiraCode Nerd Font --- .config/waybar/config.hyprland | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.config/waybar/config.hyprland b/.config/waybar/config.hyprland index 02ccc60..dbeb534 100644 --- a/.config/waybar/config.hyprland +++ b/.config/waybar/config.hyprland @@ -1,16 +1,10 @@ { + "font-familly": "FiraCode Nerd Font", "height": 30, // Waybar height (to be removed for auto height) "spacing": 1, // Gaps between modules (4px) "modules-left": ["hyprland/workspaces"], "modules-center": ["clock"], "modules-right": ["tray", "pulseaudio", "battery"], - "sway/scratchpad": { - "format": "{icon} {count}", - "show-empty": false, - "format-icons": ["", ""], - "tooltip": true, - "tooltip-format": "{app}: {title}" - }, "tray": { "icon-size": 16, "spacing": 4