Skip to content

Commit

Permalink
# theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 19, 2023
1 parent 21f9e3e commit 1090b0d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions flux/src/dot/.fluxbox/fluxbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,44 @@ $RUN \
# wget --connect-timeout=3 -qO /usr/share/images/fluxbox/ubuntu-light.png https://gitee.com/infrastlabs/docker-headless/raw/dev/_doc/assets/bg/bg-debian-liteblue.png;
wget --connect-timeout=3 -qO /usr/share/images/fluxbox/ubuntu-light.png https://gitee.com/infrastlabs/docker-headless/raw/dev/_doc/assets/bg/pure-blue.jpg;

# theme
echo """
# Artwiz
# BlueFlux
# BlueNight
# Emerge
# Flux
# LemonSpace
# Makro
MerleyKay
Meta
# Nyz
# Operation
# Outcomes
# Results
# Shade
# Twice
# arch
# bloe
bora_black
# bora_blue
# bora_green
carp
# green_tea
# ostrich
# qnx-photon
# zimek_bisque
zimek_darkblue
zimek_green
""" > /tmp/_flux_themes.txt
dst=/usr/local/static/fluxbox/share/fluxbox #/styles
ls $dst/styles |while read one; do
match1=$(cat /tmp/_flux_themes.txt |egrep -v "^#|^$" |grep "$one")
test -z "$match1" && rm -rf $dst/styles/$one
done




# skel
mkdir -p /etc/skel/.config/clipit /etc/skel/.config/pnmixer /etc/skel/.config/gtk-3.0 /etc/skel/.fluxbox \
Expand Down

0 comments on commit 1090b0d

Please sign in to comment.