This commit is contained in:
Jackson Delahunt 2019-11-15 17:01:19 +11:00
parent b7637fd505
commit 583d66fed7

View file

@ -232,7 +232,8 @@ RUN add-apt-repository ppa:kgilmer/speed-ricer && \
apt-get install -qq i3blocks i3-gaps i3lock-fancy && \
sed -i 's/TEXT=".*"/TEXT=""/' /usr/bin/i3lock-fancy && \
wget -qnv -O /usr/share/i3lock-fancy/lock.png http://png-pixel.com/1x1-00000000.png && \
pip3 install --user i3-resurrect i3-workspace-names-daemon
pip3 install --user i3-resurrect && \
pip3 install --force --user i3-workspace-names-daemon
# Install jobber
RUN wget -O jobber.deb -qnv https://github.com/dshearer/jobber/releases/download/v1.4.0/jobber_1.4.0-1_amd64.deb && \