update
parent
cae5b8ff7d
commit
af6623eece
20
bin/mbclr
20
bin/mbclr
|
@ -5,7 +5,7 @@
|
|||
|
||||
main () {
|
||||
#read WALLPAPER<<< $(grep file "$HOME"/.config/nitrogen/bg-saved.cfg | cut -d'=' -f2)
|
||||
WALLPALDIR="$HOME/.config/mbxcolors/palettes/wallp"
|
||||
WALLPALDIR="$HOME/.config/colormenu/palettes/wallp"
|
||||
mkdir -p "$WALLPALDIR"
|
||||
read WALLPATH<<< $(grep file "$HOME"/.config/nitrogen/bg-saved.cfg | cut -d'=' -f2)
|
||||
WALLPAPER=${WALLPATH##*/}
|
||||
|
@ -17,7 +17,7 @@ mapfile -t wallcolors < "$WALLPALDIR/$WALLPAPER.clr"
|
|||
|
||||
dark=("#000000" "#111111" "#222222" "#333333" "#444444" "#555555" "#666666")
|
||||
light=("#FFFFFF" "#EEEEEE" "#DDDDDD" "#CCCCCC" "#BBBBBB" "#AAAAAA" "#999999")
|
||||
yt=("#181818" "#212121" "#3d3d3d" "#FFFFFF" "#AAAAAA")
|
||||
#yt=("#181818" "#212121" "#3d3d3d" "#FFFFFF" "#AAAAAA")
|
||||
plasma=("#e93a9a" "#e93d58" "#e9643a" "#e8cb2d" "#3dd425" "#00d3b8" "#3daee9" "#b875dc" "#926ee4" "#686b6f",)
|
||||
#ubuntu
|
||||
ubuntu=("#E95420" "#18b0b0" "#3584e4" "#0e8420" "#c748ba" "#77216f" "#c7162b" "#f4a100")
|
||||
|
@ -108,14 +108,14 @@ do
|
|||
out2+=("<tt><small>$i</small> <span bgcolor='$i'> </span></tt>,$2 $3 '${i}' ${6};${5}")
|
||||
done
|
||||
|
||||
out+=("^sep()")
|
||||
out+=("<tt><span bgcolor='#181818'> </span></tt> YT colors..,^checkout(yt)")
|
||||
out2+=("^tag(yt)")
|
||||
out2+=("^sep(yt)")
|
||||
for i in "${yt[@]}"
|
||||
do
|
||||
out2+=("<tt><small>$i</small> <span bgcolor='$i'> </span></tt>,$2 $3 '${i}' ${6};${5}")
|
||||
done
|
||||
#out+=("^sep()")
|
||||
#out+=("<tt><span bgcolor='#181818'> </span></tt> YT colors..,^checkout(yt)")
|
||||
#out2+=("^tag(yt)")
|
||||
#out2+=("^sep(yt)")
|
||||
#for i in "${yt[@]}"
|
||||
#do
|
||||
#out2+=("<tt><small>$i</small> <span bgcolor='$i'> </span></tt>,$2 $3 '${i}' ${6};${5}")
|
||||
#done
|
||||
|
||||
#Shades
|
||||
out2+=("^tag(curshades)")
|
||||
|
|
|
@ -22,7 +22,7 @@ div.fixeddown {
|
|||
</style>
|
||||
<body>
|
||||
|
||||
<div class="w3-sidebar w3-bar-block w3-dark-grey w3-card" style="width:140px">
|
||||
<div class="w3-sidebar w3-bar-block w3-dark-grey w3-card" style="width:160px">
|
||||
<div class="w3-center w3-margin"><img src="./img/colorizer.png" onclick="openTab(event, 'Colorizer')"></div>
|
||||
<button class="w3-bar-item w3-button w3-small tablink" onclick="openTab(event, 'Colorizer')">Colorizer</button>
|
||||
<button class="w3-bar-item w3-button w3-small tablink" onclick="openTab(event, 'Openbox')">Openbox Theme</button>
|
||||
|
@ -35,7 +35,7 @@ div.fixeddown {
|
|||
|
||||
</div>
|
||||
|
||||
<div style="margin-left:140px;" class="w3-small">
|
||||
<div style="margin-left:160px;" class="w3-small">
|
||||
|
||||
<section id="Colorizer" class="w3-container tab" style="min-height:100vh;">
|
||||
|
||||
|
@ -47,7 +47,7 @@ div.fixeddown {
|
|||
<a class="w3-button w3-round w3-small w3-lime w3-margin" href="run://colorizer -s">Launch Colorizer</a>
|
||||
</div>
|
||||
<div class="fixeddown">
|
||||
<div class="w3-bar">
|
||||
<div class="w3-bar w3-tiny">
|
||||
<div class="w3-bar-item">Mabox Linux Links: </div>
|
||||
<a href="https://maboxlinux.org" class="w3-bar-item w3-hover-green">www</a>
|
||||
<a href="https://forum.maboxlinux.org" class="w3-bar-item w3-hover-green">forum</a>
|
||||
|
|
Loading…
Reference in New Issue