diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-04-24 06:57:10 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-04-24 06:57:10 -0400 |
| commit | 237da97819be61b4db6df2fe8e393fa3382f7991 (patch) | |
| tree | 9e5c2561772f74d221f7a038b09bab9cf15dddc0 /.config | |
| parent | f304efa8681ed8ee7109009730efa08d06eba025 (diff) | |
| download | dotfiles-237da97819be61b4db6df2fe8e393fa3382f7991.tar.gz | |
Use Monoid for better display on lower-res screens
Diffstat (limited to '.config')
| -rw-r--r-- | .config/foot/foot.ini | 2 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 | ||||
| -rw-r--r-- | .config/micro/settings.json | 1 | ||||
| -rw-r--r-- | .config/waybar/style.css | 9 |
4 files changed, 13 insertions, 5 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 96b88ec..fc1a77f 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,2 +1,4 @@ +font=Monoid:size=9 + [colors-dark] alpha=0.7 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a00fe6c..1877cdc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -49,9 +49,9 @@ exec-once = openrc -U gui # See https://wiki.hypr.land/Configuring/Environment-variables/ -env = XCURSOR_SIZE,24 -env = HYPRCURSOR_SIZE,24 - +env = XCURSOR_SIZE,33 +env = HYPRCURSOR_SIZE,33 +# hyprctl setcursor rose-pine-hyprcursor 33 ################### ### PERMISSIONS ### diff --git a/.config/micro/settings.json b/.config/micro/settings.json index 4cdd416..8159446 100644 --- a/.config/micro/settings.json +++ b/.config/micro/settings.json @@ -1,6 +1,7 @@ { "autoclose": false, "colorscheme": "solarized", + "parsecursor": true, "softwrap": true, "sucmd": "doas" } diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 01be454..5dc4806 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,12 @@ +window.eDP-1 * { + font-family: Monoid Retina, Fira Code, FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-weight: Normal; +} * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; + font-family: Monoid, Fira Code, FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-weight: Bold; + font-size: 12px; } window#waybar { |
