Merge pull request #45 from logoff/improv/auto_polybar

Use predefined settings in polybar installation
This commit is contained in:
Stavros Grigoriou
2018-09-17 08:15:19 +03:00
committed by GitHub
2 changed files with 2 additions and 16 deletions
+1 -8
View File
@@ -68,16 +68,9 @@ sudo fc-cache -f -v
cd ../..
rm -fr fonts
echo "------------------------------"
echo "Say Yes to all of the first batch"
echo "Say No to all of the batch after it compiles"
echo "------------------------------"
echo "Press enter to continue"
echo "------------------------------"
read tmpread
git clone https://github.com/jaagr/polybar
cd polybar
./build.sh -f
USE_GCC=ON ENABLE_I3=ON ENABLE_ALSA=ON ENABLE_PULSEAUDIO=ON ENABLE_NETWORK=ON ENABLE_MPD=ON ENABLE_CURL=ON ENABLE_IPC_MSG=ON INSTALL=OFF INSTALL_CONF=OFF ./build.sh -f
cd build
sudo make install
make userconfig
+1 -8
View File
@@ -63,16 +63,9 @@ sudo fc-cache -f -v
cd ../..
rm -fr fonts
echo "------------------------------"
echo "Say Yes to all of the first batch"
echo "Say No to all of the batch after it compiles"
echo "------------------------------"
echo "Press enter to continue"
echo "------------------------------"
read tmpread
git clone https://github.com/jaagr/polybar
cd polybar
./build.sh -f
USE_GCC=ON ENABLE_I3=ON ENABLE_ALSA=ON ENABLE_PULSEAUDIO=ON ENABLE_NETWORK=ON ENABLE_MPD=ON ENABLE_CURL=ON ENABLE_IPC_MSG=ON INSTALL=OFF INSTALL_CONF=OFF ./build.sh -f
cd build
sudo make install
make userconfig