File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
core/tabs/applications-setup Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ setupDWM() {
77 printf " %b\n" " ${YELLOW} Installing DWM-Titus...${RC} "
88 case " $PACKAGER " in # Install pre-Requisites
99 pacman)
10- " $ESCALATION_TOOL " " $PACKAGER " -S --needed --noconfirm base-devel libx11 libxinerama libxft imlib2 git unzip flameshot nwg-look feh mate-polkit alsa-utils ghostty rofi xclip xarchiver thunar tumbler tldr gvfs thunar-archive-plugin dunst feh nwg-look dex xscreensaver xorg-xprop polybar picom xdg-user-dirs xdg-desktop-portal-gtk pipewire pavucontrol gnome-keyring flatpak networkmanager network-manager-applet
10+ " $ESCALATION_TOOL " " $PACKAGER " -S --needed --noconfirm base-devel libx11 libxinerama libxft imlib2 libxcb git unzip flameshot nwg-look feh mate-polkit alsa-utils ghostty rofi xclip xarchiver thunar tumbler tldr gvfs thunar-archive-plugin dunst dex xscreensaver xorg-xprop xorg-xrandr xorg-xsetroot xorg-xset polybar picom xdg-user-dirs xdg-desktop-portal-gtk pipewire pavucontrol gnome-keyring flatpak networkmanager network-manager-applet noto-fonts-emoji
1111 ;;
1212 * )
1313 printf " %b\n" " ${RED} Unsupported package manager: " " $PACKAGER " " ${RC} "
@@ -71,6 +71,15 @@ clone_config_folders() {
7171 # Copy scripts to local bin
7272 cp -rf " $HOME /.local/share/dwm-titus/scripts/." " $HOME /.local/bin/"
7373
74+ # Install Polybar icon fonts (MaterialIcons, Feather)
75+ FONT_DIR=" $HOME /.local/share/fonts"
76+ mkdir -p " $FONT_DIR "
77+ if [ -d " $HOME /.local/share/dwm-titus/polybar/fonts" ]; then
78+ cp -r " $HOME /.local/share/dwm-titus/polybar/fonts/" * " $FONT_DIR /"
79+ fc-cache -fv
80+ printf " %b\n" " ${GREEN} Polybar icon fonts installed${RC} "
81+ fi
82+
7483 # Iterate over all directories in config/*
7584 for dir in config/* /; do
7685 # Extract the directory name
You can’t perform that action at this time.
0 commit comments