diff options
Diffstat (limited to '.config/waybar')
-rw-r--r-- | .config/waybar/config.jsonc | 2 | ||||
-rw-r--r-- | .config/waybar/style.css | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 0f71823..24d741d 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -39,6 +39,8 @@ "rewrite": { "(.*) — Mozilla Firefox": " $1", "Mozilla Firefox": " Mozilla Firefox", + "(.*) — GNU IceCat": " $1", + "GNU IceCat": " GNU IceCat", "(.*) - Nvim": " $1", "(.*) - mpv": " $1", "Yazi: (.*)": " $1", diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 2b9d540..7865198 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -59,7 +59,7 @@ @define-color color-tooltip-fg #ebdbb2; * { - font-family: "JetBrainsMono Nerd Font Propo", monospace; + font-family: monospace; font-size: 17px; font-weight: bold; border: none; |