Skip to content

Commit

Permalink
Merge pull request stav121#45 from logoff/improv/auto_polybar
Browse files Browse the repository at this point in the history
Use predefined settings in polybar installation
  • Loading branch information
stav121 committed Sep 17, 2018
2 parents 0a2509a + ba7b88a commit 4ef818e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 1 addition & 8 deletions install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ef818e

Please sign in to comment.