Skip to content

Commit

Permalink
dst=/usr/share/fluxbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 19, 2023
1 parent b7c1686 commit 23d6f09
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion flux/src/dot/.fluxbox/fluxbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ $RUN \
# theme
echo """
# Artwiz
# Bity_fluxbox
# BlueFlux
# BlueNight
# Doty
# Emerge
# Flux
# LemonSpace
Expand All @@ -22,6 +24,8 @@ Meta
# Outcomes
# Results
# Shade
Squared_blue
Squared_green
# Twice
# arch
# bloe
Expand All @@ -32,6 +36,8 @@ carp
# green_tea
# ostrich
# qnx-photon
ubuntu-dark
ubuntu-light
# zimek_bisque
zimek_darkblue
zimek_green
Expand All @@ -41,7 +47,11 @@ 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

dst=/usr/share/fluxbox
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



Expand Down

0 comments on commit 23d6f09

Please sign in to comment.