diff --git a/README.md b/README.md index 72e50f5..31d4285 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ This repository saves the custom configuration used by heckyel in i3wm - acpi - conky - dmenu -- dunst - feh - i3-wm - i3blocks diff --git a/install.sh b/install.sh index 356f833..e1c0a8a 100644 --- a/install.sh +++ b/install.sh @@ -12,15 +12,15 @@ do sudo pacman -S i3-wm i3status dmenu sysstat # i3 blocks and dependecies sudo pacman -S i3blocks i3lock rofi termite \ - dunst conky playerctl acpi \ - scrot xfce4-terminal thunar tumbler feh ranger \ + conky playerctl acpi scrot xfce4-terminal \ + thunar tumbler feh ranger \ ttf-hack ttf-bitstream-vera elif [[ $(command -v apt-get) ]]; then sudo apt update # i3 base sudo apt install i3-wm i3status suckless-tools sysstat # i3 blocks and dependecies - sudo apt install i3blocks i3lock rofi termite dunst \ + sudo apt install i3blocks i3lock rofi termite \ conky playerctl acpi network-manager-gnome scrot \ xfce4-terminal thunar tumbler feh ranger \ fonts-hack-ttf ttf-bitstream-vera