From 16491f437fa68144bd1aafd23ad6c8e8d314b963 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 9 Aug 2024 13:23:17 -0400 Subject: [PATCH] FONT --- waybar/config.jsonc | 2 +- waybar/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index f1df1ce..ae69a48 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -56,7 +56,7 @@ "format": "{}", "rewrite": { "(.*) — Mozilla Firefox": "󰈹 $1", - "(.*) - fish": "> [$1]", + "~(.*)": " $1", "nv": " neovim", }, "separate-outputs": true, diff --git a/waybar/style.css b/waybar/style.css index 9bd8fe4..5069df3 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -10,6 +10,7 @@ text-shadow: none; transition: color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; + font-size: 18px; } @define-color button @color4;