diff --git a/files/.config/fontconfig/fonts.conf b/files/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..11d1a6a --- /dev/null +++ b/files/.config/fontconfig/fonts.conf @@ -0,0 +1,80 @@ + + + + + + + sans-serif + + + + + + + sans-serif + + Noto Sans + + + + + + serif + + Noto Serif + + + + + + monospace + + Hack Nerd Font + Hack + Noto Sans Mono + + + + + + false + + + + + + sans-serif + + Noto Sans + Open Sans + Droid Sans + Ubuntu + Roboto + NotoSansCJK + Source Han Sans JP + IPAPGothic + VL PGothic + Koruri + + + + serif + + Noto Serif + Droid Serif + Roboto Slab + IPAPMincho + + + + monospace + + Noto Sans Mono + Inconsolatazi4 + Ubuntu Mono + Droid Sans Mono + Roboto Mono + IPAGothic + + + diff --git a/files/.config/sway/autostart.sh b/files/.config/sway/autostart.sh index 3223aaf..51aa402 100755 --- a/files/.config/sway/autostart.sh +++ b/files/.config/sway/autostart.sh @@ -8,6 +8,6 @@ if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then echo "Redirecting stdout to $log_stdout" echo "Redirecting stderr to $log_stderr" - exec ~/bin/sway 2>"$log_stderr" >"$log_stdout" + exec ~/.local/bin/sway 2>"$log_stderr" >"$log_stdout" fi diff --git a/files/.config/waybar/style.css b/files/.config/waybar/style.css index 4ff4b16..2b366c3 100644 --- a/files/.config/waybar/style.css +++ b/files/.config/waybar/style.css @@ -1,6 +1,6 @@ * { border: none; - font-family: "Font Awesome 5 Free", sans-serif; + font-family: "Font Awesome 5 Pro", sans-serif; font-size: 13px; } diff --git a/files/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf b/files/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf new file mode 100644 index 0000000..b6203c5 Binary files /dev/null and b/files/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf differ diff --git a/files/.local/share/fonts/Font Awesome 5 Duotone-Solid-900.otf b/files/.local/share/fonts/Font Awesome 5 Duotone-Solid-900.otf new file mode 100644 index 0000000..fc27244 Binary files /dev/null and b/files/.local/share/fonts/Font Awesome 5 Duotone-Solid-900.otf differ diff --git a/files/.local/share/fonts/Font Awesome 5 Pro-Light-300.otf b/files/.local/share/fonts/Font Awesome 5 Pro-Light-300.otf new file mode 100644 index 0000000..1daf074 Binary files /dev/null and b/files/.local/share/fonts/Font Awesome 5 Pro-Light-300.otf differ diff --git a/files/.local/share/fonts/Font Awesome 5 Pro-Regular-400.otf b/files/.local/share/fonts/Font Awesome 5 Pro-Regular-400.otf new file mode 100644 index 0000000..812cbd3 Binary files /dev/null and b/files/.local/share/fonts/Font Awesome 5 Pro-Regular-400.otf differ diff --git a/files/.local/share/fonts/Font Awesome 5 Pro-Solid-900.otf b/files/.local/share/fonts/Font Awesome 5 Pro-Solid-900.otf new file mode 100644 index 0000000..7bdd2de Binary files /dev/null and b/files/.local/share/fonts/Font Awesome 5 Pro-Solid-900.otf differ diff --git a/scripts/post-install.sh b/scripts/post-install.sh index c7345e0..1f76d61 100644 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -1,5 +1,8 @@ #!/bin/bash +# refresh font cache +fc-cache + # run units systemctl --user daemon-reload systemctl --user enable --now redshift.service