diff --git a/src/pages/posts/20210109-a-year-with-a-thinkpad/index.md b/src/pages/posts/20210109-a-year-with-a-thinkpad/index.md index 020048265..e9670a5c4 100644 --- a/src/pages/posts/20210109-a-year-with-a-thinkpad/index.md +++ b/src/pages/posts/20210109-a-year-with-a-thinkpad/index.md @@ -94,7 +94,30 @@ I knew I was buying a thin-and-light, everything-is-glued-or-soldered-on ThinkPa **Grade**: A -Linux is my desktop OS of choice and this laptop provides an exemplary experience. Of course, your mileage will vary by desktop environment, distribution, and kernel. At the moment, I have Manjaro and Gnome 3.38 installed on Linux 5.4 LTS. All the hardware, including the touchscreen and fingerprint reader, can be recognized by Linux so long as you have the right drivers installed. Basically everything should Just Work™ if you're using a mainstream distro. The [Arch wiki](https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_7)) is an excellent source of information even if you aren't running Arch. I uninstalled Windows a while ago and I haven't missed it at all. Even firmware updates just work on Linux nowadays. +
+ ████████████████████████████████ cameron@ceres + ████████████████████████████████ OS: Manjaro 20.2.1 Nibia + ████████████████████████████████ Kernel: x86_64 Linux 5.10.7-3-MANJARO + ████████████████████████████████ Uptime: 4h 29m + ████████████████████████████████ Packages: 1742 + ████████████████████████████████ Shell: zsh 5.8 + ████████████████████████████████ Resolution: 1920x1080 + ████████████████████████████████ DE: GNOME 3.38.3 + ████████████████████████████████ WM: Mutter + ████████████████████████████████ WM Theme: + ████████████████████████████████ GTK Theme: Adwaita-dark [GTK2/3] + ████████████████████████████████ Icon Theme: Adwaita + ████████████████████████████████ Font: Cantarell 11 + ████████████████████████████████ Disk: 401G / 477G (89%) +████████████████████████████████ CPU: Intel Core i7-10710U @ 12x 4.7GHz [40.0°C] +████████████████████████████████ GPU: Mesa Intel(R) UHD Graphics (CML GT2) +████████████████████████████████ RAM: 6358MiB / 15797MiB ++ +_[screenFetch](https://github.com/KittyKatt/screenFetch) HTML output generated with [aha](https://github.com/theZiz/aha)._ + + +Linux is my desktop OS of choice and this laptop provides an exemplary experience. Of course, your mileage will vary by desktop environment, distribution, and kernel. At the moment, I have Manjaro and Gnome 3.38 installed on Linux 5.10. All the hardware, including the touchscreen and fingerprint reader, can be recognized by Linux so long as you have the right drivers installed. Basically everything should Just Work™ if you're using a mainstream distro. The [Arch wiki](https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_7)) is an excellent source of information even if you aren't running Arch. I uninstalled Windows a while ago and I haven't missed it at all. Even firmware updates just work on Linux nowadays. #### Miscellaneous Thoughts diff --git a/src/utils/typography.js b/src/utils/typography.js index 828dd830d..bb352bb79 100644 --- a/src/utils/typography.js +++ b/src/utils/typography.js @@ -14,7 +14,7 @@ const typography = new Typography(_.assign({}, Wordpress2016, { headerFontFamily: ['Montserrat', 'Bitter', 'sans-serif'], googleFonts: [ { - name: 'Fira Mono', + name: 'Roboto Mono', styles: ['400', '500'] }, { @@ -42,11 +42,17 @@ const typography = new Typography(_.assign({}, Wordpress2016, { fontSize: '18px' }, code: { - fontFamily: ['Fira Mono', 'monospace'].join(','), + fontFamily: ['Roboto Mono', 'monospace'].join(','), fontWeight: 500, fontSize: '1em', lineHeight: '1.5rem' }, + pre: { + fontFamily: ['Roboto Mono', 'monospace'].join(','), + fontWeight: 500, + fontSize: '1em', + lineHeight: '1.1rem' + }, 'p > code': { background: '#f3f0ee', fontWeight: 400