diff options
| author | Robert Günzler <r@gnzler.io> | 2020-07-21 13:11:49 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-07-21 13:11:49 +0200 |
| commit | 363cf5c64c83f29c0b218d44b9ae67572d0602c9 (patch) | |
| tree | 72e70a11a0b06e7e6a0c69f0965a62a0d0a4a2a1 /.config/waybar/style.css | |
| parent | 2e3e4ea9a26935244bff85f4a4409fa05b1d7244 (diff) | |
waybar: Switch to material design icons
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 6db3013..fb890ae 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -9,7 +9,7 @@ * { border: none; border-radius: 0; - font-family: Iosevka SS05, Liberation Mono, Noto Sans, Font Awesome; + font-family: Iosevka SS05, Noto Mono, Material Design Icons, Font Awesome; font-size: 12pt; } |