nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit a7e9d5eb0dc224be4c9a0fa5a15fce5d2aaa2de3
parent 6c197cfb233f595d8fe464b232f1d725261a5b4f
Author: ryukamish <[email protected]>
Date:   Tue, 17 Mar 2026 20:46:33 +0530

chore: font change to geist mono nerd font

Diffstat:
Mrofi/config.rasi | 2+-
Mwaybar/config.jsonc | 2+-
Mwaybar/style.css | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rofi/config.rasi b/rofi/config.rasi @@ -23,7 +23,7 @@ configuration { @import "colors/tokyonight.rasi" * { - font: "Geist Mono 12"; + font: "GeistMono Nerd Font Propo 12"; } * { diff --git a/waybar/config.jsonc b/waybar/config.jsonc @@ -7,7 +7,7 @@ "niri/workspaces", "custom/uptime", "backlight", - "group/network", + "group/network" ], "modules-center": [], "modules-right": [ diff --git a/waybar/style.css b/waybar/style.css @@ -2,7 +2,7 @@ * { border: none; - font-family: "MesloLGLDZ Nerd Font Propo, sans-serif"; + font-family: "GeistMono Nerd Font Propo, sans-serif"; font-size: 12px; font-weight: bold; min-height: 0;