summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--artix/Makefile2
-rw-r--r--artix/home/.config/alacritty/alacritty.toml2
-rw-r--r--artix/home/.config/ghostty/config2
-rw-r--r--artix/home/.config/rofi/config.rasi2
-rw-r--r--artix/home/.config/waybar/style.css2
5 files changed, 5 insertions, 5 deletions
diff --git a/artix/Makefile b/artix/Makefile
index a3bdf57..e30ece5 100644
--- a/artix/Makefile
+++ b/artix/Makefile
@@ -8,7 +8,7 @@ unstow:
stow -v -t $$HOME -D home
artix:
- pacman -S --needed hyprland hyprpicker alacritty waybar dunst grim wl-clipboard slurp xdg-desktop-portal-hyprland xdg-user-dirs ttf-0xproto-nerd zsh zsh-autosuggestions zsh-syntax-highlighting brightnessctl firefox zathura-pdf-poppler thunderbird keepassxc mpv yt-dlp nsxiv pavucontrol time tree openssh man-db man-pages pacman-contrib stow fzf syncthing ufw-openrc chrony-openrc rofi hyprpolkitagent
+ pacman -S --needed hyprland hyprpicker alacritty waybar dunst grim wl-clipboard slurp xdg-desktop-portal-hyprland xdg-user-dirs zsh zsh-autosuggestions zsh-syntax-highlighting brightnessctl firefox zathura-pdf-poppler thunderbird keepassxc mpv yt-dlp nsxiv pavucontrol time tree openssh man-db man-pages pacman-contrib stow fzf syncthing ufw-openrc chrony-openrc rofi hyprpolkitagent
@echo " Change your shell to zsh (chsh -s /bin/zsh)"
@echo " Enable ufw"
@echo " Enable chrony"
diff --git a/artix/home/.config/alacritty/alacritty.toml b/artix/home/.config/alacritty/alacritty.toml
index bd8e7ab..a74f717 100644
--- a/artix/home/.config/alacritty/alacritty.toml
+++ b/artix/home/.config/alacritty/alacritty.toml
@@ -3,7 +3,7 @@ padding = { x = 10, y = 10 }
opacity = 0.73
[font]
-normal = { family = "0xProto Nerd Font", style = "Regular" }
+normal = { family = "monospace", style = "Regular" }
size = 17
[colors.primary]
diff --git a/artix/home/.config/ghostty/config b/artix/home/.config/ghostty/config
index 27da7eb..02a66e4 100644
--- a/artix/home/.config/ghostty/config
+++ b/artix/home/.config/ghostty/config
@@ -1,4 +1,4 @@
-font-family = "0xProto Nerd Font"
+font-family = "monospace"
font-size = 18
cursor-style = block
diff --git a/artix/home/.config/rofi/config.rasi b/artix/home/.config/rofi/config.rasi
index dab25d3..03a46e6 100644
--- a/artix/home/.config/rofi/config.rasi
+++ b/artix/home/.config/rofi/config.rasi
@@ -2,7 +2,7 @@
configuration {
modes: "window,drun,run,ssh";
- font: "0xProto Nerd Font 18";
+ font: "monospace 18";
show-icons: true;
terminal: "alacritty";
ssh-client: "ssh";
diff --git a/artix/home/.config/waybar/style.css b/artix/home/.config/waybar/style.css
index cc2bab3..4e7b6e8 100644
--- a/artix/home/.config/waybar/style.css
+++ b/artix/home/.config/waybar/style.css
@@ -1,5 +1,5 @@
* {
- font-family: "0xProto Nerd Font";
+ font-family: "monospace";
font-weight: bold;
}