diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-19 13:07:33 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-19 13:07:33 -0500 |
commit | 96e17d6f0ec1c473c9722503ad0198491f9656ee (patch) | |
tree | 4ed8586b4149a2e0e47b0ae53b2e2b705504f74a | |
parent | 36b4fd3142255b847290bbf231ee95475026c6a1 (diff) | |
download | i3-config-96e17d6f0ec1c473c9722503ad0198491f9656ee.tar.lz i3-config-96e17d6f0ec1c473c9722503ad0198491f9656ee.tar.xz i3-config-96e17d6f0ec1c473c9722503ad0198491f9656ee.zip |
remove playerctl (closes #7)
Currently the playerctl package signature has expired on Hyperbola Project.
Hyperbola Project is preparing for v0.4 and soon there should be no
such problem. So I temporarily remove playerctl
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ do $root_key pacman -S i3-wm i3status dmenu sysstat # i3 blocks and dependecies $root_key pacman -S i3blocks i3lock rofi termite \ - conky playerctl acpi scrot xfce4-terminal \ + conky acpi scrot xfce4-terminal \ thunar tumbler feh ranger \ ttf-hack ttf-bitstream-vera elif [[ $(command -v apt-get) ]]; then |