diff options
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/config | 2 | ||||
-rw-r--r-- | waybar/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/waybar/config b/waybar/config index a027899..65618e5 100644 --- a/waybar/config +++ b/waybar/config @@ -1,5 +1,5 @@ { - "layer": "top", + "layer": "bottom", "position": "top", "height": 36, //"output": "%%DISPLAY%%", diff --git a/waybar/style.css b/waybar/style.css index 6c22341..fefb890 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: mononoki Nerd Font Mono; + font-family: FiraCode Nerd Font Mono; font-size: 18px; min-height: 0px; min-width: 0px; |