all repos — site @ 0dca10e9ab0969280d7fd49c1f1d0e985116ca2e

source for my site, found at icyphox.sh

style: font size updates
Anirudh Oppiliappan x@icyphox.sh
Tue, 03 May 2022 12:20:13 +0530
commit

0dca10e9ab0969280d7fd49c1f1d0e985116ca2e

parent

2cd5e90b294b13bcbf2481ba5a35942935eb0a36

2 files changed, 14 insertions(+), 14 deletions(-)

jump to
M pages/uses.mdpages/uses.md

@@ -10,46 +10,46 @@ out.

## hardware -**Asus ROG Flow X13 (2021)**: 13.4" 4K, Ryzen 9 5900HS, 32GB RAM, 1TB +- **Asus ROG Flow X13 (2021)**: 13.4" 4K, Ryzen 9 5900HS, 32GB RAM, 1TB SSD, Nvidia GTX 1650 Max-Q. Even more future proof than the Envy -- evidently. Runs Linux quite well; not sure about BSD. ![lotus58 keyboard](https://cdn.icyphox.sh/wsHGX.jpg) -**Lotus58**: Split-ortho mechanical keyboard, Gazzew Boba LT switches. +- **Lotus58**: Split-ortho mechanical keyboard, Gazzew Boba LT switches. -**Logitech M221**: An el cheapo wireless mouse that mouses just enough. +- **Logitech M221**: An el cheapo wireless mouse that mouses just enough. -**realme Buds Q2**: Truly wireless earphones, with ANC. Picked them up +- **realme Buds Q2**: Truly wireless earphones, with ANC. Picked them up for 2500 INR (≈33 USD). -**iPhone 13 mini**: The only actually small phone in the market (right +- **iPhone 13 mini**: The only actually small phone in the market (right now). ### old hardware (no longer in active use) -**HP Envy 13 (2017)** : 13.3" FHD, i5 8250u, 8GB RAM, 256GB SSD. A +- **HP Envy 13 (2017)**: 13.3" FHD, i5 8250u, 8GB RAM, 256GB SSD. A comfy, fairly future-proof machine that happens to support Linux/BSD incredibly well out-of-the-box. -**Ducky One 2 SF** : 65% mechanical keyboard, Cherry MX Speed Silver +- **Ducky One 2 SF**: 65% mechanical keyboard, Cherry MX Speed Silver switches and blank DSA keycaps. I've written about it in detail [here](/blog/ducky-one-2). ## software -**NixOS**: Had to switch to a Linux distribution for work, and this +- **NixOS**: Had to switch to a Linux distribution for work, and this seemed liked the least-shit choice. I can't claim I understand even half of Nix (the language), but it gets the job done. -**cwm**: The Calm Window Manager. The best out-of-the-box experience you can +- **cwm**: The Calm Window Manager. The best out-of-the-box experience you can get in a window manager. Period. -**tmux**: Most of my actual window management happens here. I usually have +- **tmux**: Most of my actual window management happens here. I usually have 3 - 4 workspaces -- general throwaway terminals, work, music and IRC. It also handles scrollback for me, so that's nice. -**weechat**: IRC client that's infinitely riceable. +- **weechat**: IRC client that's infinitely riceable. And the [dotfiles](https://github.com/icyphox/dotfiles) for all software mentioned, and more. You might be interested in the `old` branch for my
M static/style.cssstatic/style.css

@@ -39,12 +39,12 @@ min-width: 0;

} main h1 { - font: 25px; + font-size: 20px; padding: 10px 0 10px 0; } main h2 { - font-size: 25px; + font-size: 18px; } main h2, h3 {

@@ -154,7 +154,7 @@ margin-bottom: 10px;

} code { - font-size: 12px; + font-size: 13px; background-color: var(--light-gray); }