diff options
author | xengineering <me@xengineering.eu> | 2024-03-01 17:13:49 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-03-01 17:14:01 +0100 |
commit | 85b6a05e9ae21536830a4bed728f429ce7d044c1 (patch) | |
tree | 6ef638abb640db57b50654d44435f64b4f9008a0 | |
parent | 321770534391ffc74fd467c2a01a67e0b3c3139b (diff) | |
download | dotfiles-85b6a05e9ae21536830a4bed728f429ce7d044c1.tar dotfiles-85b6a05e9ae21536830a4bed728f429ce7d044c1.tar.zst dotfiles-85b6a05e9ae21536830a4bed728f429ce7d044c1.zip |
sway: Use JetBrainsMonoNerdFont for bar
This is used for the foot terminal too.
-rw-r--r-- | sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config b/sway/config index 9765fbc..3beeae2 100644 --- a/sway/config +++ b/sway/config @@ -218,7 +218,7 @@ bar { status_command while ~/.config/sway/status.sh; do sleep 1; done - font pango:DejaVu Sans Mono 10 + font pango:JetBrainsMonoNerdFont 10 pango_markup enabled |