Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use predefined settings in polybar installation #45

Merged
merged 1 commit into from
Sep 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add options to polybar build script.
  • Loading branch information
Julio Carlos Barrera Juez committed Sep 16, 2018
commit ba7b88a4776c72ff555bdcca2b06aac714f3199f
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