diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-22 11:37:22 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-22 11:37:22 -0600 |
commit | b36021a87da7977feb64a54466d76913e8f3f0d6 (patch) | |
tree | 7b52e86da0e29b49ed4b3be2d9ac7f810f519e78 /config/linux/wofi | |
parent | eeca522d3800739852ece19a46161fedeefb7cc2 (diff) |
lots of intermingled changes
- switch to cascadia as monospace font
- switch to fontawesome for waybar icons
- dircolors readability improvements
- foot terminal on linux
- waybar visual tweaks
- deploy script improvements
Diffstat (limited to 'config/linux/wofi')
-rw-r--r-- | config/linux/wofi/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux/wofi/style.css b/config/linux/wofi/style.css index abf8ae8..63d408d 100644 --- a/config/linux/wofi/style.css +++ b/config/linux/wofi/style.css @@ -1,7 +1,7 @@ window { background: #eff0f2; color: #4a4b4e; - font-family: Noto Sans, JetBrainsMono Nerd Font; + font-family: Noto Sans; font-size: 10pt; border: 1px solid #dee2e0; } |