From 8b89e664ea8580237ab2bf46351d6cd6b705a029 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 4 Dec 2024 22:23:59 -0500 Subject: [PATCH] change font and no margin on top --- waybar/config | 2 +- waybar/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/waybar/config b/waybar/config index 151428e..0c4d4bf 100644 --- a/waybar/config +++ b/waybar/config @@ -5,7 +5,7 @@ "margin-left": 4, "margin-right": 4, - "margin-top": 4, + "margin-top": 0, "modules-left": ["hyprland/workspaces", "clock#time", "clock#date", "battery"], // Sets modules for the left of the bar "modules-center": ["hyprland/window"], // Set modules for the center of the bar "modules-right": ["tray", "temperature", "cpu", "memory", "wireplumber"], // Set modules for the right of the bar diff --git a/waybar/style.css b/waybar/style.css index 9e8205c..ec2ab25 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -4,7 +4,7 @@ #workspaces button { background: transparent; padding: 0 10px; - font-family: SpaceMono Nerd Font; + font-family: RobotoMono Nerd Font; font-weight: 900; font-size: 13pt; color: #c0caf5; @@ -39,7 +39,7 @@ tooltip { #workspaces button.active { border-bottom: 2px solid #7aa2f7; border-radius: 0; - margin-top: 2px; + margin-top: 0px; transition: none; }