diff options
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/config | 1 | ||||
-rw-r--r-- | waybar/style.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index 6c38bb6..0350845 100644 --- a/waybar/config +++ b/waybar/config @@ -1,3 +1,4 @@ +// vim: set filetype=json5 : { "layer": "bottom", "position": "top", diff --git a/waybar/style.css b/waybar/style.css index 9398381..0a4431c 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -3,7 +3,7 @@ margin: 0px; border-radius: 0px; /* `otf-font-awesome` is required to be installed for icons */ - font-family: FiraCode Nerd Font Mono; + font-family: JetBrainsMono Nerd Font; font-size: 18px; min-height: 0px; min-width: 0px; |