1
0
Fork 0

[AWESOME] Add arc theme

This commit is contained in:
Florian RICHER 2022-01-10 22:23:52 +01:00
parent 1a646d51c9
commit 093036ff27
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ if [[ "$WINDOW_MANAGER" == 'awesome' ]]; then
echo '[INFO] Awesome installed'
if [[ "$WITH_WINDOW_MANAGER_DEPENDENCIES" == 'yes' ]]; then
install_package alacritty rofi playerctl
install_package alacritty rofi playerctl arc-icon-theme
fi
else
echo '[INFO] Awesome already installed'