font test
This commit is contained in:
parent
d4e489c031
commit
d1be0534ff
1 changed files with 6 additions and 5 deletions
|
@ -68,16 +68,12 @@ if [ "$1" -ge 2 ]; then
|
||||||
chromium \
|
chromium \
|
||||||
firefox-developer-edition \
|
firefox-developer-edition \
|
||||||
maim \
|
maim \
|
||||||
|
nerd-fonts \
|
||||||
nsxiv \
|
nsxiv \
|
||||||
noto-fonts \
|
|
||||||
noto-fonts-cjk \
|
|
||||||
noto-fonts-emoji \
|
|
||||||
otf-font-awesome \
|
|
||||||
picom \
|
picom \
|
||||||
playerctl \
|
playerctl \
|
||||||
polkit-gnome \
|
polkit-gnome \
|
||||||
redshift \
|
redshift \
|
||||||
ttf-font-awesome \
|
|
||||||
unclutter \
|
unclutter \
|
||||||
xclip \
|
xclip \
|
||||||
xorg-server \
|
xorg-server \
|
||||||
|
@ -85,6 +81,11 @@ if [ "$1" -ge 2 ]; then
|
||||||
xorg-xrandr \
|
xorg-xrandr \
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
# otf-font-awesome \
|
||||||
|
# ttf-font-awesome \
|
||||||
|
# noto-fonts \
|
||||||
|
# noto-fonts-cjk \
|
||||||
|
# noto-fonts-emoji \
|
||||||
|
|
||||||
# Install extras
|
# Install extras
|
||||||
if [ "$1" -ge 3 ]; then
|
if [ "$1" -ge 3 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue