fonts
This commit is contained in:
parent
d1be0534ff
commit
aa21038e93
1 changed files with 5 additions and 6 deletions
|
@ -68,12 +68,16 @@ if [ "$1" -ge 2 ]; then
|
||||||
chromium \
|
chromium \
|
||||||
firefox-developer-edition \
|
firefox-developer-edition \
|
||||||
maim \
|
maim \
|
||||||
nerd-fonts \
|
noto-fonts \
|
||||||
|
noto-fonts-cjk \
|
||||||
|
noto-fonts-emoji \
|
||||||
nsxiv \
|
nsxiv \
|
||||||
|
otf-font-awesome \
|
||||||
picom \
|
picom \
|
||||||
playerctl \
|
playerctl \
|
||||||
polkit-gnome \
|
polkit-gnome \
|
||||||
redshift \
|
redshift \
|
||||||
|
ttf-font-awesome \
|
||||||
unclutter \
|
unclutter \
|
||||||
xclip \
|
xclip \
|
||||||
xorg-server \
|
xorg-server \
|
||||||
|
@ -81,11 +85,6 @@ 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