Install Emoji-containing fonts
This commit is contained in:
parent
1edd3aaa80
commit
12e7b6c1c7
2 changed files with 5 additions and 0 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue