Updated scripts
This commit is contained in:
parent
8238ce99d9
commit
5cddf0d301
@ -19,7 +19,7 @@
|
|||||||
#: <https://sw.kovidgoyal.net/kitty/kittens/choose-fonts/#font-spec-
|
#: <https://sw.kovidgoyal.net/kitty/kittens/choose-fonts/#font-spec-
|
||||||
#: syntax>.
|
#: syntax>.
|
||||||
|
|
||||||
font_size 11.0
|
font_size 12.0
|
||||||
|
|
||||||
#: Font size (in pts).
|
#: Font size (in pts).
|
||||||
|
|
||||||
@ -2640,7 +2640,7 @@ color15 #eeeeee
|
|||||||
|
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family="Source Code Pro"
|
font_family family="CodeNewRoman Nerd Font Mono"
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|||||||
@ -48,8 +48,8 @@
|
|||||||
#waybar {
|
#waybar {
|
||||||
background: #000000;
|
background: #000000;
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
font-family: Source Code Pro;
|
font-family: CodeNewRoman Nerd Font Mono;
|
||||||
font-size: 11pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Each module */
|
/* Each module */
|
||||||
|
|||||||
@ -370,7 +370,7 @@ fc-cache -fv
|
|||||||
|
|
||||||
# Install other fonts
|
# Install other fonts
|
||||||
printf -- '\033[33m Installing other fonts\n\033[37m'
|
printf -- '\033[33m Installing other fonts\n\033[37m'
|
||||||
sudo pacman --noconfirm --needed -S noto-fonts poppler-data
|
sudo pacman --noconfirm --needed -S noto-fonts poppler-data adobe-source-code-pro-fonts
|
||||||
|
|
||||||
# Install Brave Browser
|
# Install Brave Browser
|
||||||
printf -- '\033[33m Installing Brave Browser\n\033[37m'
|
printf -- '\033[33m Installing Brave Browser\n\033[37m'
|
||||||
|
|||||||
@ -328,7 +328,7 @@ fc-cache -fv
|
|||||||
|
|
||||||
# Install other fonts
|
# Install other fonts
|
||||||
printf -- '\033[33m Installing other fonts\n\033[37m'
|
printf -- '\033[33m Installing other fonts\n\033[37m'
|
||||||
sudo pacman --noconfirm --needed -S noto-fonts poppler-data
|
sudo pacman --noconfirm --needed -S noto-fonts poppler-data adobe-source-code-pro-fonts
|
||||||
|
|
||||||
# Install Brave Browser
|
# Install Brave Browser
|
||||||
printf -- '\033[33m Installing Brave Browser\n\033[37m'
|
printf -- '\033[33m Installing Brave Browser\n\033[37m'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user