parent
fcef5dc8b3
commit
cd8842a249
|
@ -36,6 +36,7 @@ cat <<EOF > ${RECENT}
|
|||
EOF
|
||||
fi
|
||||
|
||||
|
||||
fgcolor() {
|
||||
r=$(printf "%d" 0x${1:1:2}) g=$(printf "%d" 0x${1:3:2}) b=$(printf "%d" 0x${1:5:2})
|
||||
[ "$((r*299+g*587+b*114))" -gt 149000 ] && echo "#111111" || echo "#EEEEEE"
|
||||
|
@ -245,6 +246,7 @@ JGWIDTH="220"
|
|||
ITEM_HALIGN="center"
|
||||
jgmenu_icon_size=0
|
||||
menu_margin_x=${submenu_spacing:-0}
|
||||
[ $(pidof picom) ] && MENU_RADIUS=$jgtools_radius
|
||||
#jgmenu_font="Noto Sans Medium 10"
|
||||
|
||||
position
|
||||
|
|
|
@ -0,0 +1,100 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="120"
|
||||
height="120"
|
||||
viewBox="0 0 120 120"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
|
||||
sodipodi:docname="mbxcolors.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview7"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:document-units="px"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:zoom="11.583333"
|
||||
inkscape:cx="60"
|
||||
inkscape:cy="57.971223"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1145"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="38"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<sodipodi:guide
|
||||
position="5.6345044,123.303"
|
||||
orientation="1,0"
|
||||
id="guide31" />
|
||||
<sodipodi:guide
|
||||
position="113.37618,122.07747"
|
||||
orientation="1,0"
|
||||
id="guide33" />
|
||||
<sodipodi:guide
|
||||
position="-24.647676,60.089955"
|
||||
orientation="0,-1"
|
||||
id="guide37" />
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid1291" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs2" />
|
||||
<g
|
||||
inkscape:label="Warstwa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<rect
|
||||
style="fill:#859900;fill-opacity:1;stroke-width:1.06499"
|
||||
id="rect35"
|
||||
width="107.74168"
|
||||
height="19.832161"
|
||||
x="5.6345043"
|
||||
y="6.5829482"
|
||||
ry="2.3690994" />
|
||||
<rect
|
||||
style="fill:#c0c0c0;fill-opacity:1;stroke:none;stroke-width:1.06499"
|
||||
id="rect119"
|
||||
width="107.74168"
|
||||
height="19.832161"
|
||||
x="5.6345043"
|
||||
y="28"
|
||||
ry="2.3690994" />
|
||||
<rect
|
||||
style="fill:#87cefa;fill-opacity:1;stroke:none;stroke-width:1.065"
|
||||
id="rect1062"
|
||||
width="107.74168"
|
||||
height="19.832161"
|
||||
x="5.6345043"
|
||||
y="50.013702"
|
||||
ry="2.3690994" />
|
||||
<rect
|
||||
style="fill:#edd400;fill-opacity:1;stroke:none;stroke-width:1.06522"
|
||||
id="rect1082"
|
||||
width="107.78635"
|
||||
height="19.832161"
|
||||
x="5.6345043"
|
||||
y="72"
|
||||
ry="2.3690994" />
|
||||
<rect
|
||||
style="fill:#ff6600;stroke:none;stroke-width:1.06499"
|
||||
id="rect2268"
|
||||
width="107.74168"
|
||||
height="19.832161"
|
||||
x="5.6345043"
|
||||
y="94.410187"
|
||||
ry="2.3690994" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue