Install Emoji-containing fonts

This commit is contained in:
Ohad Livne 2025-06-04 22:45:36 +03:00
parent 1edd3aaa80
commit 12e7b6c1c7
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 5 additions and 0 deletions

View file

@ -44,5 +44,9 @@ xdg-desktop-portal-wlr \
xournalpp \ xournalpp \
yt-dlp \ yt-dlp \
" "
META_PKGS="\
fonts-noto \
"
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes ${DEB_PKGS} sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes ${DEB_PKGS}
sudo DEBIAN_FRONTEND=noninteractive apt-get install --install-recommends --yes ${META_PKGS}

View file

@ -255,6 +255,7 @@ exec keepassxc
# Read `man 5 sway-bar` for more information about this section. # Read `man 5 sway-bar` for more information about this section.
bar { bar {
position top position top
font Noto Sans Mono
# When the status_command prints a new line to stdout, swaybar updates. # When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time. # The default just shows the current date and time.