diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -51,7 +51,7 @@ Dependencies: - `qt6-declarative` - `gcc-libs` - [`material-symbols`](https://fonts.google.com/icons) -- [`jetbrains-mono-nerd`](https://www.nerdfonts.com/font-downloads) +- [`caskaydia-cove-nerd`](https://www.nerdfonts.com/font-downloads) - [`grim`](https://gitlab.freedesktop.org/emersion/grim) - [`swappy`](https://github.com/jtheoof/swappy) - [`libqalculate`](https://github.com/Qalculate/libqalculate) @@ -165,8 +165,8 @@ All configuration options are in `~/.config/caelestia/shell.json`. "font": { "family": { "material": "Material Symbols Rounded", - "mono": "JetBrains Mono NF", - "sans": "IBM Plex Sans" + "mono": "CaskaydiaCove NF", + "sans": "Rubik" }, "size": { "scale": 1 |