Updated scripts

This commit is contained in:
Christoffer Martinsson 2025-04-24 23:53:12 +02:00
parent 8238ce99d9
commit 5cddf0d301
4 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
#: <https://sw.kovidgoyal.net/kitty/kittens/choose-fonts/#font-spec-
#: syntax>.
font_size 11.0
font_size 12.0
#: Font size (in pts).
@ -2640,7 +2640,7 @@ color15 #eeeeee
# BEGIN_KITTY_FONTS
font_family family="Source Code Pro"
font_family family="CodeNewRoman Nerd Font Mono"
bold_font auto
italic_font auto
bold_italic_font auto

View File

@ -48,8 +48,8 @@
#waybar {
background: #000000;
color: #eeeeee;
font-family: Source Code Pro;
font-size: 11pt;
font-family: CodeNewRoman Nerd Font Mono;
font-size: 12pt;
}
/* Each module */

View File

@ -370,7 +370,7 @@ fc-cache -fv
# Install other fonts
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
printf -- '\033[33m Installing Brave Browser\n\033[37m'

View File

@ -328,7 +328,7 @@ fc-cache -fv
# Install other fonts
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
printf -- '\033[33m Installing Brave Browser\n\033[37m'