This commit is contained in:
Didictateur 2026-05-19 22:02:42 +02:00
parent c01d9b7638
commit e1af670e47
103 changed files with 4115 additions and 10 deletions

View file

@ -25,6 +25,7 @@ alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ ' PS1='[\u@\h \W]\$ '
alias olagem='sudo /root/.cargo/bin/olagem' alias olagem='sudo /root/.cargo/bin/olagem'
alias tartar='sudo tar -xvzf'
alias zz="history | fzf | sed 's/^[ \t]*[0-9]*[ \t]*//' | bash" alias zz="history | fzf | sed 's/^[ \t]*[0-9]*[ \t]*//' | bash"
alias update='sudo pacman -Syu' alias update='sudo pacman -Syu'
alias flush="sudo rm -rf ~/.local/share/Trash" alias flush="sudo rm -rf ~/.local/share/Trash"
@ -42,6 +43,7 @@ alias nv='nvim'
alias bim='sudo nvim' alias bim='sudo nvim'
alias sc='syncthing --browser-only' alias sc='syncthing --browser-only'
alias gp='sudo -E gparted' alias gp='sudo -E gparted'
alias ddd='sudo dd bs=4M status=progress oflag=sync'
ff() { ff() {
firefox "$@" & firefox "$@" &
} }

View file

@ -37,10 +37,12 @@ $browser = firefox
# exec-once = $terminal # exec-once = $terminal
# exec-once = nm-applet & # exec-once = nm-applet &
exec-once = hyprpaper exec-once = hyprpaper
exec-once = yambar exec-once = yambar # bar en haut
exec-once = hypridle exec-once = hypridle
exec-once = swaync exec-once = swaync
exec-once = udiskie --automount --notify exec-once = udiskie --automount --notify
exec-once = swayosd-server # son
exec-once = blueman-applet # bluetooth
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###
@ -179,7 +181,7 @@ animations {
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more # See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
dwindle { dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below # pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this preserve_split = true # You probably want this
} }
@ -227,6 +229,14 @@ device {
sensitivity = -0.5 sensitivity = -0.5
} }
device {
name = elan06fa:00-04f3:31dd-touchpad
enabled = true
tap_button_map = lrm
tap-to-click = true
natural_scroll = true
}
################### ###################
### KEYBINDINGS ### ### KEYBINDINGS ###
@ -241,6 +251,7 @@ bind = $mainMod, Q, killactive,
bind = $mainMod, X, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit bind = $mainMod, X, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, T, exec, typora bind = $mainMod, T, exec, typora
bind = $mainMod, G, exec, steam
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, $menu bind = $mainMod, R, exec, $menu
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
@ -255,6 +266,9 @@ bind = $mainMod, A, fullscreen
bind = ,code:107, exec, command hyprshot -o ~/images/screenshot -m window bind = ,code:107, exec, command hyprshot -o ~/images/screenshot -m window
bind = $mainMod, code:107, exec, command hyprshot -o ~/images/screenshot -m region bind = $mainMod, code:107, exec, command hyprshot -o ~/images/screenshot -m region
# Function commands
bind = $mainMod, F1, exec, pavucontrol
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, H, movefocus, l bind = $mainMod, H, movefocus, l
bind = $mainMod, L, movefocus, r bind = $mainMod, L, movefocus, r
@ -298,10 +312,11 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow
# Laptop multimedia keys for volume and LCD brightness # Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ bindel = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume lower
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindl = ,XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bindl = ,XF86AudioMicMute, exec, swayosd-client --input-volume mute-toggle
bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+ bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+
bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%- bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-

BIN
refind/BOOT.CSV Executable file

Binary file not shown.
1 r�e�f�i�n�d�_�x�6�4�.�e�f�i�,�r�E�F�I�n�d� �B�o�o�t� �M�a�n�a�g�e�r�,�,�T�h�i�s� �i�s� �t�h�e� �b�o�o�t� �e�n�t�r�y� �f�o�r� �r�E�F�I�n�d�
2

BIN
refind/icons/arrow_left.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
refind/icons/arrow_right.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
refind/icons/boot_linux.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
refind/icons/boot_win.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
refind/icons/func_about.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
refind/icons/func_bootorder.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
refind/icons/func_csr_rotate.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
refind/icons/func_exit.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
refind/icons/func_firmware.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
refind/icons/func_hidden.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

BIN
refind/icons/func_install.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
refind/icons/func_reset.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
refind/icons/func_shutdown.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
refind/icons/mouse.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
refind/icons/os_arch.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
refind/icons/os_artful.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

BIN
refind/icons/os_bionic.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
refind/icons/os_centos.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
refind/icons/os_chakra.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
refind/icons/os_chrome.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
refind/icons/os_clover.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
refind/icons/os_crunchbang.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
refind/icons/os_debian.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
refind/icons/os_devuan.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

BIN
refind/icons/os_elementary.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
refind/icons/os_endeavouros.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
refind/icons/os_fedora.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
refind/icons/os_freebsd.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
refind/icons/os_frugalware.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
refind/icons/os_gentoo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
refind/icons/os_gummiboot.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
refind/icons/os_haiku.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
refind/icons/os_hwtest.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
refind/icons/os_kubuntu.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
refind/icons/os_legacy.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
refind/icons/os_linux.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
refind/icons/os_linuxmint.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
refind/icons/os_lubuntu.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
refind/icons/os_mac.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
refind/icons/os_mageia.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
refind/icons/os_mandriva.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
refind/icons/os_manjaro.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
refind/icons/os_netbsd.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
refind/icons/os_network.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
refind/icons/os_opensuse.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
refind/icons/os_redhat.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
refind/icons/os_refind.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
refind/icons/os_refit.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
refind/icons/os_slackware.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

BIN
refind/icons/os_suse.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
refind/icons/os_systemd.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
refind/icons/os_trusty.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
refind/icons/os_ubuntu.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
refind/icons/os_uefi.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
refind/icons/os_unknown.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
refind/icons/os_void.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
refind/icons/os_win.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
refind/icons/os_win8.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
refind/icons/os_xenial.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
refind/icons/os_xubuntu.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
refind/icons/os_zesty.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

89
refind/icons/svg/boot_win.svg Executable file
View file

@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg9607"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_win-02-white.svg"
inkscape:export-filename="/home/rodsmith/programming/refind/current/icons-build/svg/os_win-white.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs9609" />
<sodipodi:namedview
id="base"
pagecolor="#bfbfbf"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="4.9497475"
inkscape:cx="64.652322"
inkscape:cy="66.261588"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1104"
inkscape:window-height="885"
inkscape:window-x="459"
inkscape:window-y="32"
inkscape:window-maximized="0" />
<metadata
id="metadata9612">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,80)">
<g
id="g9738"
transform="translate(-0.2020298,-0.90913682)"
style="fill:#737373;stroke:#737373;fill-opacity:1;stroke-opacity:1">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect9615"
d="m 4.7203518,-11.741735 c 12.0209472,-14.272787 44.5029732,-16.021563 56.1714892,0 l 0,43.560551 c -13.716554,-12.936189 -38.510159,-14.30236 -56.1714892,0 z"
style="fill:#737373;fill-opacity:1;stroke:#737373;stroke-width:1.17263913000000009;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect9615-6"
d="m 4.6350396,-64.86804 c 12.0209444,-14.272787 44.5029724,-16.021562 56.1714884,0 l 0,43.560551 c -12.154227,-12.865477 -36.38669,-14.364515 -56.1714884,0 z"
style="fill:#737373;fill-opacity:1;stroke:#737373;stroke-width:1.17263913000000009;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect9615-6-7"
d="m 67.538565,-17.822259 c 12.020945,14.2727869 44.502975,16.0215625 56.171495,0 l 0,-43.56055 c -12.15423,12.865476 -36.386696,14.364514 -56.171495,0 z"
style="fill:#737373;fill-opacity:1;stroke:#737373;stroke-width:1.17263913000000009;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect9615-6-7-5"
d="m 67.597521,34.686314 c 12.020945,14.272786 44.502979,16.021562 56.171499,0 l 0,-43.5605509 c -12.15423,12.8654779 -36.386701,14.3645156 -56.171499,0 z"
style="fill:#737373;fill-opacity:1;stroke:#737373;stroke-width:1.17263913000000009;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="func_sip-01-basic.svg"
inkscape:export-filename="/home/rodsmith/programming/refind/current/icons-build/func_sip-color.png"
inkscape:export-xdpi="33.75"
inkscape:export-ydpi="33.75">
<defs
id="defs4">
<filter
id="filter3838"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood3840"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite3842"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur3844"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset3846"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite3848"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="14.078998"
inkscape:cy="30.823184"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1061"
inkscape:window-height="863"
inkscape:window-x="447"
inkscape:window-y="84"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1004.3622)">
<path
style="fill:#800000;fill-opacity:1;stroke:#800000;stroke-width:0.03846657;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter3838)"
d="m 21.57976,1047.861 c -0.544952,-0.2595 -1.77118,-0.9766 -2.724951,-1.5938 -8.114061,-5.2503 -13.8035913,-13.1805 -16.2965633,-22.7141 -0.4860218,-1.8587 -1.1295245,-5.9882 -1.1295245,-7.2487 l 0,-0.9563 0.8926568,0.1543 c 1.4854374,0.256 4.7318491,0.194 6.6192884,-0.1263 5.1768806,-0.8793 10.1276286,-3.82 13.5012376,-8.0194 l 0.5985,-0.745 0.598501,0.745 c 1.159672,1.4435 3.082847,3.246 4.590378,4.3025 4.149538,2.9078 8.617368,4.2016 13.712581,3.9712 l 2.356571,-0.1063 -0.116147,1.1115 c -0.547261,5.2373 -1.512962,9.0558 -3.358489,13.2801 -2.731316,6.2519 -7.907289,12.3599 -13.616767,16.069 -1.736654,1.1282 -4.061083,2.3759 -4.396844,2.36 -0.131774,0 -0.685472,-0.2236 -1.230425,-0.4829 l 0,0 z"
id="path3817"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

285
refind/icons/svg/mouse.svg Executable file
View file

@ -0,0 +1,285 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="100mm"
height="100mm"
viewBox="0 0 354.33071 354.33071"
id="svg4167"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="pointer2.svg"
inkscape:export-filename="/home/rodsmith/programming/refind/current/icons-build/pointer.png"
inkscape:export-xdpi="32.511997"
inkscape:export-ydpi="32.511997">
<defs
id="defs4169">
<linearGradient
id="linearGradient4839"
osb:paint="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4841" />
</linearGradient>
<inkscape:path-effect
effect="powerstroke"
id="path-effect4829"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="CubicBezierJohan"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4267"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="CubicBezierJohan"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4261"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="CubicBezierJohan"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="spiro"
id="path-effect4253"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4249"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4245"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4241"
is_visible="true" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4237"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="CubicBezierJohan"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="spiro"
id="path-effect4235"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4231"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4227"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4223"
is_visible="true" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4181"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="CubicBezierJohan"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4177"
is_visible="true"
offset_points="6.9922364,0.27085781"
sort_points="true"
interpolator_type="Linear"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4181-3"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="Linear"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4267-7"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="Linear"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4829-3"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="Linear"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4829-9"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="Linear"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect4829-3-1"
is_visible="true"
offset_points="0,0.5"
sort_points="true"
interpolator_type="Linear"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="round"
miter_limit="4"
end_linecap_type="zerowidth"
cusp_linecap_type="round" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#808080"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1.1720069"
inkscape:cx="294.35852"
inkscape:cy="222.22297"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:snap-bbox="true"
inkscape:window-width="1394"
inkscape:window-height="975"
inkscape:window-x="418"
inkscape:window-y="42"
inkscape:window-maximized="0" />
<metadata
id="metadata4172">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-698.0315)">
<g
id="g4978"
transform="matrix(1.0777701,-0.5178871,0.46990942,1.186644,-676.66308,-27.783759)">
<g
transform="matrix(1.1563163,0,0,1.0721615,31.18123,-44.20338)"
id="g4943">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.85323727;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 206.59597,956.36484 c 4.2e-4,-35.33519 -0.0769,-40.22091 -0.64516,-40.69247 -0.53437,-0.44349 -1.06776,-0.27464 -3.09298,0.97913 -1.34599,0.83328 -13.29245,8.3317 -26.54768,16.66316 -13.25523,8.33147 -24.15979,15.08875 -24.23236,15.01617 -0.0726,-0.0726 19.31565,-47.29693 43.08495,-104.94302 l 43.21689,-104.81107 0.32808,56.44717 c 0.18044,31.04594 0.20488,88.91851 0.0543,128.60571 l -0.27376,72.15855 -10.71978,0.2655 c -5.89588,0.14602 -13.07178,0.311 -15.94645,0.36662 l -5.22665,0.10113 4.2e-4,-40.15658 1.6e-4,0 z"
id="path4896-9"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.85323727;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 245.13543,995.98936 -6.43906,-0.12937 -0.18709,-67.50165 c -0.1029,-37.12591 -0.085,-95.06806 0.0398,-128.76034 l 0.22685,-61.25868 43.25066,104.89602 c 23.78786,57.69282 43.17768,104.95563 43.08848,105.02847 -0.0892,0.0728 -11.87285,-7.2455 -26.18591,-16.26298 -14.31305,-9.01747 -26.29147,-16.50645 -26.6187,-16.64216 -1.74143,-0.7222 -1.75144,-0.48704 -1.75144,41.14213 l 0,39.80731 -9.49226,-0.0947 c -5.22075,-0.0521 -12.38984,-0.1529 -15.93133,-0.22406 z"
id="path4898-3"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.73887882,0,0,0.76963958,207.98594,220.04043)"
id="g4970">
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.95003206;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 97.538388,950.8828 c 4.85e-4,-37.88503 -0.08892,-43.12331 -0.746009,-43.6289 -0.617901,-0.47549 -1.234669,-0.29446 -3.576464,1.04978 -1.55639,0.89341 -15.370276,8.93293 -30.697515,17.8656 -15.327238,8.93268 -27.936359,16.17758 -28.020273,16.09976 -0.08395,-0.0778 22.335001,-50.70995 49.81983,-112.51586 l 49.972393,-112.3744 0.37937,60.52048 c 0.20864,33.28627 0.2369,95.33501 0.0628,137.8861 l -0.31655,77.36562 -12.39546,0.28465 c -6.8175,0.15656 -15.11511,0.33345 -18.43914,0.39308 l -6.043656,0.10843 4.85e-4,-43.05434 1.85e-4,0 z"
id="path4896-9-0"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.95003206;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 142.10219,993.36668 -7.44559,-0.1387 -0.21633,-72.37267 c -0.11899,-39.80497 -0.0983,-101.92832 0.046,-138.05188 l 0.26231,-65.6792 50.01144,112.46547 c 27.50629,61.85602 49.92706,112.52939 49.82391,112.60749 -0.10314,0.0781 -13.72877,-7.76835 -30.27919,-17.43655 -16.55041,-9.66818 -30.40126,-17.69758 -30.77964,-17.84308 -2.01364,-0.77431 -2.02522,-0.52218 -2.02522,44.11101 l 0,42.67986 -10.97605,-0.10153 c -6.03684,-0.0559 -14.32657,-0.16393 -18.42166,-0.24023 z"
id="path4898-3-6"
inkscape:connector-curvature="0" />
</g>
<rect
y="979.97083"
x="280.7074"
height="33.770103"
width="53.378323"
id="rect4976"
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.01637006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

417
refind/icons/svg/os_clover.svg Executable file
View file

@ -0,0 +1,417 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg15332"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_clover-01-basic.svg">
<defs
id="defs15334">
<inkscape:path-effect
effect="skeletal"
id="path-effect15588"
is_visible="true"
pattern="m -48.597521,-31.744248 10,5 0,-10 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15584"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15580"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15576"
is_visible="true"
pattern="m -0.25712974,-58.74287 10.00000004,5 0,-10 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15572"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15568"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15564"
is_visible="true"
pattern="M 0,0 0,10 10,5 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15560"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15556"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15552"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15548"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15544"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15540"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15536"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15532"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15528"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15524"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15520"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15516"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<inkscape:path-effect
effect="skeletal"
id="path-effect15418"
is_visible="true"
pattern="m 29.055659,-73.596157 10,5 0,-10 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<filter
id="filter15645"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood15647"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite15649"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur15651"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset15653"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite15655"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8890873"
inkscape:cx="76.499667"
inkscape:cy="64"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-bbox="true"
inkscape:window-width="1107"
inkscape:window-height="816"
inkscape:window-x="258"
inkscape:window-y="37"
inkscape:window-maximized="0" />
<metadata
id="metadata15337">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<g
id="g15590"
transform="matrix(1.1495,0,0,1.1495,-1.9363173,13.844484)"
style="filter:url(#filter15645)">
<path
sodipodi:nodetypes="czczc"
inkscape:connector-curvature="0"
id="path15343"
d="m 55.052174,-14.387764 c 0,0 -46.2012364,4.5766947 -47.7332623,-9.116068 -1.5320244,-13.692764 20.4095553,-18.119841 20.4095553,-18.119841 0,0 4.356441,-21.955715 18.054064,-20.467766 13.697625,1.487948 9.269643,47.703675 9.269643,47.703675 z"
inkscape:transform-center-y="6.0425489"
style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:1.29743457;stroke-opacity:1" />
<path
sodipodi:nodetypes="czczc"
inkscape:connector-curvature="0"
id="path15343-9"
d="m 60.364186,-9.9018411 c 0,0 46.201244,-4.5766959 47.733264,9.11606989 C 109.62947,12.90699 87.687893,17.334069 87.687893,17.334069 c 0,0 -4.356441,21.955714 -18.054064,20.467766 -13.697624,-1.48795 -9.269643,-47.7036761 -9.269643,-47.7036761 z"
inkscape:transform-center-y="-6.0425487"
style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:1.29743457;stroke-opacity:1" />
<path
inkscape:transform-center-x="6.0425489"
sodipodi:nodetypes="czczc"
inkscape:connector-curvature="0"
id="path15343-7"
d="m 60.196664,-14.261099 c 0,0 -4.291826,-46.174813 9.410375,-47.791325 13.702199,-1.616513 17.993988,20.298621 17.993988,20.298621 0,0 21.928833,4.221239 20.356433,17.928567 -1.57241,13.707337 -47.760796,9.564137 -47.760796,9.564137 z"
style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:1.29743457;stroke-opacity:1" />
<path
inkscape:transform-center-y="-2.0570379"
inkscape:transform-center-x="-24.81302"
sodipodi:nodetypes="czczc"
inkscape:connector-curvature="0"
id="path15343-7-0"
d="m 54.389123,-9.8005956 c 0,0 4.291824,46.1748136 -9.410375,47.7913256 C 31.27655,39.60724 26.984763,17.692104 26.984763,17.692104 c 0,0 -21.9288363,-4.221236 -20.3564342,-17.92856893 C 8.2007355,-13.943795 54.389123,-9.8005956 54.389123,-9.8005956 z"
style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:1.29743457;stroke-opacity:1" />
<path
transform="matrix(0.91877547,-0.92173709,0.91607136,0.91312794,-55.308264,-90.153688)"
d="m 22.627418,104.85832 c 0,1.98813 -1.726814,3.59982 -3.856946,3.59982 -2.130133,0 -3.856946,-1.61169 -3.856946,-3.59982 0,-1.98812 1.726813,-3.59981 3.856946,-3.59981 2.130132,0 3.856946,1.61169 3.856946,3.59981 z"
sodipodi:ry="3.5998163"
sodipodi:rx="3.856946"
sodipodi:cy="104.85832"
sodipodi:cx="18.770472"
id="path15420"
style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-opacity:1"
sodipodi:type="arc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

149
refind/icons/svg/os_debian.svg Executable file
View file

@ -0,0 +1,149 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="108.76"
viewBox="0 0 108.758 108.76226"
width="108.76"
id="svg11843"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_debian-02-bare.svg">
<metadata
id="metadata11887">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs11885">
<filter
id="filter11922"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood11924"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite11926"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur11928"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset11930"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite11932"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="955"
inkscape:window-height="882"
id="namedview11883"
showgrid="false"
inkscape:zoom="3.2748212"
inkscape:cx="54.380001"
inkscape:cy="72.065002"
inkscape:window-x="205"
inkscape:window-y="51"
inkscape:window-maximized="0"
inkscape:current-layer="svg11843" />
<g
id="g11889"
transform="translate(0.48298776,44.66387)"
style="filter:url(#filter11922)">
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11845"
d="m 60.969,12.27426 c -1.494,0.02 0.281,0.768 2.232,1.069 0.541,-0.422 1.027,-0.846 1.463,-1.26 -1.213,0.297 -2.449,0.304 -3.695,0.191" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11847"
d="m 68.986,10.27526 c 0.893,-1.2289999 1.541,-2.5729999 1.77,-3.9629999 -0.201,0.99 -0.736,1.845 -1.244,2.749 -2.793,1.7589999 -0.264,-1.044 -0.002,-2.111 -3.002,3.7829999 -0.414,2.268 -0.524,3.3249999" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11849"
d="m 71.949,2.5712601 c 0.182,-2.69099999 -0.529,-1.83899999 -0.768,-0.814 0.278,0.146 0.499,1.898 0.768,0.814" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11851"
d="m 55.301,-34.20774 c 0.798,0.142 1.724,0.252 1.591,0.443 0.876,-0.193 1.073,-0.367 -1.591,-0.443" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11853"
d="m 56.893,-33.76474 -0.561,0.117 0.523,-0.048 0.038,-0.069" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11855"
d="m 81.762,3.5912601 c 0.09,2.416 -0.705,3.59 -1.424,5.666 l -1.293,0.643 C 77.988,11.95426 79.15,11.20426 78.393,12.83726 c -1.652,1.467 -5.006,4.589 -6.08,4.875 -0.785,-0.017 0.531,-0.926 0.703,-1.281 -2.209,1.516 -1.773,2.276 -5.152,3.199 l -0.098,-0.221 c -8.33,3.92 -19.902,-3.847 -19.75,-14.4429999 -0.088,0.672 -0.253,0.504 -0.437,0.774 -0.43,-5.45099999 2.518,-10.926 7.49,-13.165 4.863,-2.406 10.564,-1.42 14.045,1.829 -1.912,-2.506 -5.721,-5.1630001 -10.232,-4.9170001 -4.421,0.072 -8.558,2.8810001 -9.938,5.9320001 -2.264,1.425 -2.528,5.49600001 -3.514,6.242 -1.329,9.7599999 2.497,13.9749999 8.97,18.9359999 1.016,0.686 0.286,0.791 0.422,1.313 -2.15,-1.006 -4.118,-2.526 -5.738,-4.387 0.86,1.257 1.787,2.479 2.986,3.439 -2.029,-0.685 -4.738,-4.913 -5.527,-5.085 3.495,6.258 14.178,10.975 19.775,8.634 -2.59,0.096 -5.879,0.053 -8.787,-1.022 -1.225,-0.629 -2.884,-1.93 -2.587,-2.173 7.636,2.851 15.522,2.158 22.128,-3.137 1.682,-1.31 3.518,-3.537 4.049,-3.567 -0.799,1.202 0.137,0.578 -0.477,1.639 1.672,-2.701 -0.729,-1.1 1.73,-4.664 l 0.908,1.25 c -0.34,-2.244 2.785,-4.9659999 2.467,-8.5119999 0.717,-1.084 0.799,1.168 0.039,3.662 1.055,-2.767 0.279,-3.212 0.549,-5.496 0.291,0.768 0.678,1.583 0.875,2.394 -0.688,-2.675 0.703,-4.50299999 1.049,-6.058 -0.342,-0.15 -1.061,1.18200001 -1.227,-1.976 0.025,-1.372 0.383,-0.719 0.52,-1.057 -0.268,-0.155 -0.975,-1.207 -1.404,-3.224 0.309,-0.475 0.832,1.229 1.256,1.298 -0.273,-1.603 -0.742,-2.826 -0.762,-4.0570001 -1.24,-2.59 -0.439,0.3460001 -1.443,-1.112 -1.32,-4.114 1.094,-0.955 1.258,-2.823 1.998,2.895 3.137,7.3850001 3.662,9.2440001 -0.4,-2.267 -1.045,-4.464 -1.834,-6.5890001 0.609,0.257 -0.979,-4.663 0.791,-1.405 -1.889,-6.945 -8.078,-13.435 -13.773,-16.479 0.695,0.637 1.574,1.437 1.26,1.563 -2.834,-1.685 -2.336,-1.818 -2.742,-2.53 -2.305,-0.939 -2.459,0.077 -3.984,0.002 -4.35,-2.308 -5.188,-2.063 -9.191,-3.507 l 0.182,0.852 c -2.881,-0.96 -3.357,0.362 -6.47,0.002 -0.189,-0.147 0.998,-0.536 1.976,-0.677 -2.786,0.368 -2.656,-0.55 -5.382,0.101 0.671,-0.471 1.383,-0.784 2.099,-1.184 -2.271,0.138 -5.424,1.322 -4.451,0.244 -3.705,1.654 -10.286,3.975 -13.979,7.438 l -0.116,-0.776 c -1.692,2.031 -7.379,6.066 -7.832,8.699 l -0.453,0.105 c -0.879,1.491 -1.45,3.18 -2.148,4.713 -1.151,1.963 -1.688,0.756 -1.524,1.064 -2.265,4.5920001 -3.392,8.4500001 -4.363,11.6160001 0.692,1.03500001 0.017,6.232 0.278,10.391 C 17.329,29.30726 32.883,49.25226 49.885,53.85626 c 2.492,0.893 6.197,0.861 9.349,0.949 -3.718,-1.064 -4.198,-0.563 -7.822,-1.826 -2.613,-1.232 -3.185,-2.637 -5.037,-4.244 l 0.733,1.295 c -3.63,-1.285 -2.111,-1.59 -5.065,-2.525 l 0.783,-1.021 c -1.177,-0.09 -3.117,-1.982 -3.647,-3.033 l -1.288,0.051 c -1.546,-1.906 -2.371,-3.283 -2.31,-4.35 l -0.416,0.742 c -0.471,-0.809 -5.691,-7.158 -2.983,-5.68 -0.503,-0.458 -1.172,-0.747 -1.897,-2.066 l 0.551,-0.629 c -1.301,-1.677 -2.398,-3.826 -2.314,-4.542 0.695,0.938 1.177,1.114 1.655,1.275 -3.291,-8.164 -3.476,-0.449 -5.967,-8.31 l 0.526,-0.042 c -0.403,-0.611 -0.65,-1.27 -0.974,-1.919 l 0.23,-2.285 C 21.624,12.96026 23.33,4.0512601 23.673,-0.83373989 23.908,-2.8197399 25.65,-4.9347399 26.973,-8.2517399 l -0.806,-0.138 C 27.709,-11.07774 34.969,-19.18874 38.333,-18.77274 c 1.629,-2.046 -0.324,-0.008 -0.643,-0.522 3.579,-3.703 4.704,-2.616 7.119,-3.283 2.603,-1.545 -2.235,0.604 -1.001,-0.589 4.503,-1.149 3.19,-2.614 9.063,-3.197 0.62,0.352 -1.437,0.544 -1.953,1.001 3.75,-1.836 11.869,-1.417 17.145,1.018 6.117,2.861 12.994,11.314 13.266,19.2670001 l 0.309,0.083 c -0.156,3.162 0.484,6.819 -0.627,10.177 l 0.751,-1.591" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11857"
d="m 44.658,14.32426 -0.211,1.047 c 0.983,1.335 1.763,2.781 3.016,3.821 -0.902,-1.759 -1.571,-2.486 -2.805,-4.868" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11859"
d="m 46.979,14.23426 c -0.52,-0.576 -0.826,-1.268 -1.172,-1.956 0.33,1.211 1.006,2.252 1.633,3.312 l -0.461,-1.356" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11861"
d="m 88.063,5.3042601 -0.219,0.552 c -0.402,2.858 -1.273,5.6859999 -2.605,8.3089999 1.472,-2.767 2.421,-5.7939999 2.824,-8.8609999" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11863"
d="m 55.598,-34.92474 c 1.009,-0.369 2.482,-0.203 3.556,-0.446 -1.398,0.117 -2.789,0.187 -4.162,0.362 l 0.606,0.084" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11865"
d="m 20.127,-16.06274 c 0.233,2.154 -1.62,2.991 0.41,1.569 1.09,-2.454 -0.424,-0.677 -0.41,-1.569" />
<path
style="fill:#d70751"
inkscape:connector-curvature="0"
id="path11867"
d="m 17.739,-6.0887399 c 0.469,-1.437 0.553,-2.299 0.732,-3.132 -1.293,1.654 -0.596,2.007 -0.732,3.132" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

118
refind/icons/svg/os_devuan.svg Executable file
View file

@ -0,0 +1,118 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="428.74014"
height="421.65353"
viewBox="0 0 428.74015 421.65351"
id="svg3668"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="os_devuan-01-color.svg">
<title
id="title3714">Devuan Logo</title>
<defs
id="defs3670">
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter5007">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood5009" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite5011" />
<feGaussianBlur
in="composite1"
stdDeviation="3"
result="blur"
id="feGaussianBlur5013" />
<feOffset
dx="6"
dy="6"
result="offset"
id="feOffset5015" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite5017" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.1910325"
inkscape:cx="171.72821"
inkscape:cy="222.47055"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1368"
inkscape:window-height="759"
inkscape:window-x="28"
inkscape:window-y="194"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata3673">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Devuan Logo</dc:title>
<dc:creator>
<cc:Agent>
<dc:title>hellekin</dc:title>
</cc:Agent>
</dc:creator>
<dc:publisher>
<cc:Agent>
<dc:title>Dyne.org Foundation</dc:title>
</cc:Agent>
</dc:publisher>
<dc:contributor>
<cc:Agent>
<dc:title>hellekin, golinux, Centurion_Dan</dc:title>
</cc:Agent>
</dc:contributor>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-461.83765,-154.95046)">
<path
sodipodi:nodetypes="ccssscsc"
style="display:inline;fill:#a02c2c;fill-opacity:1;stroke:none;stroke-width:0.57134259;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5007)"
d="m 548.23991,250.16619 c 449.42273,107.25074 24.27898,194.46203 24.27898,194.46203 -8.37575,1.33845 -15.13191,5.70144 -19.19935,12.3315 -4.5692,7.44796 -4.95639,17.51142 -0.68955,24.58678 5.19201,8.60951 11.7705,11.58775 17.44425,12.87038 8.92658,2.018 16.13192,-1.19771 16.13192,-1.19771 0,0 217.34283,-64.58853 215.70905,-129.10442 -0.82016,-32.38784 -66.6446,-87.17046 -253.6753,-113.94856 z"
id="path4338"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -0,0 +1,188 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_elementary-05-white.svg"
inkscape:export-filename="/home/rodsmith/programming/refind/current/icons-build/os_elementary-white.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<inkscape:path-effect
is_visible="true"
id="path-effect2991"
effect="spiro" />
<inkscape:path-effect
effect="spiro"
id="path-effect3177"
is_visible="true" />
<filter
id="filter13615"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood13617"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite13619"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur13621"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset13623"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite13625"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter13646"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood13648"
flood-opacity="0.9"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite13650"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur13652"
in="composite"
stdDeviation="8"
result="blur" />
<feOffset
id="feOffset13654"
dx="5"
dy="5"
result="offset" />
<feComposite
id="feComposite13656"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#a0a0a0"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568542"
inkscape:cx="66.329121"
inkscape:cy="64"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showguides="false"
inkscape:guide-bbox="true"
inkscape:window-width="1050"
inkscape:window-height="979"
inkscape:window-x="413"
inkscape:window-y="0"
inkscape:window-maximized="0"
fit-margin-top="4"
fit-margin-left="4"
fit-margin-right="4"
fit-margin-bottom="4"
showborder="true"
inkscape:showpageshadow="true">
<sodipodi:guide
orientation="1,0"
position="4,4"
id="guide2985" />
<sodipodi:guide
orientation="1,0"
position="604,459.18566"
id="guide2987" />
<sodipodi:guide
orientation="0,1"
position="-198.43278,4"
id="guide2989" />
<sodipodi:guide
orientation="0,1"
position="-265.01408,604"
id="guide2991" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-96,-828.36218)">
<g
id="g13609"
transform="matrix(0.19390511,0,0,0.19381243,80.257491,768.01645)"
style="filter:url(#filter13646);fill:#1e9eff;stroke:#1e9eff;fill-opacity:1;stroke-opacity:1"
inkscape:export-xdpi="18.947369"
inkscape:export-ydpi="18.947369">
<path
transform="translate(96,326.36218)"
inkscape:connector-curvature="0"
id="path13582"
d="M 299.80321,613.56476 C 197.92174,608.10118 106.15948,551.42291 55.073464,462.40395 35.899346,428.99245 23.807511,392.35152 17.969021,349.96927 16.20857,337.18996 16.197191,293.21958 17.950995,280.31498 27.700685,208.5762 56.958646,149.56573 106.85356,101.00716 153.12077,55.979107 207.62342,29.10103 273.17069,18.987558 c 19.8615,-3.064488 61.41591,-3.344894 80.40973,-0.5426 32.93296,4.858834 63.09581,13.804446 89.62868,26.581812 119.1285,57.3684 186.53393,183.77486 167.42463,313.974 -15.27514,104.07549 -85.55456,193.19 -183.81387,233.07653 -39.89944,16.19643 -84.61652,23.76124 -127.01665,21.48746 z m 41.12067,-18.81162 c 67.62471,-6.72428 127.15604,-35.33941 174.10572,-83.68799 30.33179,-31.23553 51.23408,-65.7593 64.9757,-107.31867 20.12404,-60.86197 18.98998,-127.94066 -3.16425,-187.16499 C 539.8057,117.57592 451.67832,48.226595 347.39861,36.028341 330.48807,34.050209 298.99376,34.030335 282.26467,35.987241 228.56724,42.268568 177.93154,64.18429 135.7678,99.3928 83.07679,143.39203 49.37961,203.97153 38.430918,274.3813 c -3.253303,20.92162 -3.264549,60.28311 -0.0232,81.22178 4.747139,30.66591 12.924742,56.77661 26.33267,84.07899 43.487742,88.55347 129.117712,147.08873 227.380372,155.43353 9.71469,0.825 39.05234,0.60712 48.80313,-0.36246 z"
style="fill:#1e9eff;fill-opacity:1;stroke:#1e9eff;stroke-width:1.02432775000000009;stroke-opacity:1" />
<path
transform="translate(96,326.36218)"
inkscape:connector-curvature="0"
id="path13584"
d="m 287.51128,450.33234 c -9.20847,-1.27511 -19.50895,-3.79831 -29.19334,-7.15122 -8.68995,-3.0086 -19.97439,-8.21666 -19.97439,-9.21868 0,-0.3296 4.26376,-3.07442 9.47503,-6.09959 36.28967,-21.06642 69.14244,-46.80272 99.62804,-78.04691 56.37988,-57.78278 81.43976,-110.16646 77.25639,-161.49219 -2.11,-25.88754 -11.38374,-48.06103 -26.97685,-64.50151 -14.60489,-15.39858 -32.60736,-25.179852 -55.41334,-30.107721 -9.59279,-2.07279 -38.10678,-1.779359 -48.14341,0.495433 -34.40754,7.798438 -66.19195,26.718698 -94.03303,55.974918 -61.99306,65.1441 -82.43198,154.12088 -52.51718,228.62312 5.83391,14.52923 15.58806,31.54563 24.32374,42.43347 3.78318,4.71522 6.55779,8.76145 6.16581,8.99163 -1.88699,1.10802 -29.82415,9.14461 -41.17366,11.84429 -13.10035,3.11614 -38.812063,7.75777 -39.34866,7.10345 C 94.508985,445.4282 85.898266,428.32507 79.353482,412.96543 59.776551,367.02128 54.746759,310.13177 65.820059,259.89553 74.502968,220.50377 94.661045,179.76729 120.86187,148.6642 c 27.28992,-32.39597 66.39302,-59.837427 106.33196,-74.620799 44.022,-16.294714 94.33533,-19.788334 141.23934,-9.807273 38.64375,8.223296 79.6708,28.321372 109.50848,53.645342 36.99027,31.39454 64.00158,71.19436 79.30321,116.84936 l 3.4326,10.2417 -5.64121,10.75702 c -29.20394,55.68797 -67.87007,103.19718 -114.70732,140.94125 -33.38873,26.90651 -68.66699,44.66197 -102.62559,51.65119 -12.15458,2.50161 -38.90622,3.57309 -50.19206,2.01035 z"
style="fill:#1e9eff;fill-opacity:1;stroke:#1e9eff;stroke-width:1.02432775000000009;stroke-opacity:1" />
<path
transform="translate(96,326.36218)"
inkscape:connector-curvature="0"
id="path13586"
d="m 205.4443,409.63637 c -16.68969,-17.16197 -26.89356,-34.99658 -33.13887,-57.92103 -11.24368,-41.2718 -5.35522,-87.33036 17.39037,-136.02454 21.12871,-45.23276 46.39326,-75.27545 77.32892,-91.95373 17.42412,-9.39383 30.47502,-12.70856 50.19207,-12.748 12.16974,-0.0243 14.92963,0.3069 23.00923,2.76157 17.66913,5.36809 30.61272,14.27397 41.20049,28.3481 32.14403,42.72852 22.46511,103.39567 -26.30019,164.84877 -33.24193,41.89082 -76.51857,76.61555 -127.1956,102.0604 -8.26227,4.14847 -15.18884,7.54267 -15.39239,7.54267 -0.20355,0 -3.39586,-3.1114 -7.09403,-6.91421 l 0,0 z"
style="fill:#1e9eff;fill-opacity:1;stroke:#1e9eff;stroke-width:1.02432775000000009;stroke-opacity:1" />
<path
transform="translate(96,326.36218)"
inkscape:connector-curvature="0"
id="path13588"
d="m 286.53883,570.04809 c -50.88733,-5.31382 -102.6056,-28.86652 -142.71422,-64.99262 -9.03301,-8.13609 -24.68554,-24.95555 -23.92858,-25.71251 0.22315,-0.22316 5.62412,-1.77484 12.00216,-3.44819 19.47581,-5.10969 44.10531,-13.46722 61.32021,-20.8078 l 8.65207,-3.68932 8.6498,5.7557 c 10.92175,7.26749 26.53996,14.72624 39.09088,18.66856 29.24187,9.18506 63.1077,10.10917 96.09885,2.62229 78.70775,-17.86162 163.90262,-91.67057 219.14718,-189.85916 l 3.12736,-5.55837 0.86452,6.07053 c 1.30024,9.13005 0.97135,46.79562 -0.50021,57.28693 -6.57196,46.85377 -23.13828,87.52488 -50.65713,124.36568 -9.41736,12.60748 -36.32693,39.52637 -48.87442,48.89137 -38.2086,28.51752 -81.32343,45.63855 -127.23236,50.52432 -11.67016,1.24198 -42.66103,1.17587 -55.04611,-0.11741 l 0,0 z"
style="fill:#1e9eff;fill-opacity:1;stroke:#1e9eff;stroke-width:1.02432775000000009;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.3 KiB

203
refind/icons/svg/os_gummiboot.svg Executable file
View file

@ -0,0 +1,203 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg19221"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_gummiboot-01-basic.svg">
<defs
id="defs19223">
<inkscape:path-effect
effect="skeletal"
id="path-effect19257"
is_visible="true"
pattern="M 0,5 10,10 10,0 z"
copytype="single_stretched"
prop_scale="1"
scale_y_rel="false"
spacing="0"
normal_offset="0"
tang_offset="0"
prop_units="false"
vertical_pattern="false"
fuse_tolerance="0" />
<filter
id="filter19347"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood19349"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite19351"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur19353"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset19355"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite19357"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8890873"
inkscape:cx="59.349784"
inkscape:cy="67.774903"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1093"
inkscape:window-height="861"
inkscape:window-x="246"
inkscape:window-y="45"
inkscape:window-maximized="0" />
<metadata
id="metadata19226">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<g
id="g19315"
transform="matrix(1.2,0,0,1.2,-17.322915,5.7599999e-7)"
style="filter:url(#filter19347)">
<g
transform="matrix(0.54045343,0.84137393,-0.84137393,0.54045343,29.41098,-53.847932)"
id="g19311">
<rect
style="fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-opacity:1"
id="rect19231"
width="96.166519"
height="57.854191"
x="15.91674"
y="-28.927095"
ry="23.655935" />
<rect
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.75067192;stroke-opacity:1"
id="rect19231-7"
width="74.816948"
height="41.904346"
x="26.591526"
y="-20.952173"
ry="17.13422" />
</g>
<g
transform="matrix(0.06205501,-0.99807273,0.99807273,0.06205501,122.12645,2.2880705)"
id="g19279">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
id="path19259"
sodipodi:sides="3"
sodipodi:cx="62.996784"
sodipodi:cy="9.4631901"
sodipodi:r1="4.1140757"
sodipodi:r2="2.0570383"
sodipodi:arg1="-1.5707963"
sodipodi:arg2="-0.52359878"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 62.996784,5.3491144 1.781448,3.0855565 1.781446,3.0855571 -3.562894,0 -3.562894,0 1.781447,-3.0855571 z"
transform="matrix(0.99611394,0,0,1.0873392,-54.310432,-27.400102)"
inkscape:transform-center-y="-1.1183489" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.3377991;stroke-opacity:1"
id="rect19261"
width="8.5378227"
height="5.4873924"
x="4.172637"
y="-15.159016"
ry="1.3157942" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.0407275;stroke-opacity:1"
id="rect19267"
width="0.45277908"
height="31.236288"
x="8.2636356"
y="-52.408901"
ry="0.24712254" />
</g>
<g
id="g19279-6"
transform="matrix(0.89800578,0.43998365,-0.43998365,0.89800578,20.695405,43.532597)">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
id="path19259-0"
sodipodi:sides="3"
sodipodi:cx="62.996784"
sodipodi:cy="9.4631901"
sodipodi:r1="4.1140757"
sodipodi:r2="2.0570383"
sodipodi:arg1="-1.5707963"
sodipodi:arg2="-0.52359878"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 62.996784,5.3491144 1.781448,3.0855565 1.781446,3.0855571 -3.562894,0 -3.562894,0 1.781447,-3.0855571 z"
transform="matrix(0.99611394,0,0,1.0873392,-54.310432,-27.400102)"
inkscape:transform-center-y="-1.1183489" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.3377991;stroke-opacity:1"
id="rect19261-9"
width="8.5378227"
height="5.4873924"
x="4.172637"
y="-15.159016"
ry="1.3157942" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.0407275;stroke-opacity:1"
id="rect19267-4"
width="0.45277908"
height="31.236288"
x="8.2636356"
y="-52.408901"
ry="0.24712254" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

81
refind/icons/svg/os_haiku.svg Executable file
View file

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg width="128" height="128" color-interpolation="linearRGB" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<g visibility="hidden">
<path style="fill:#ffffff"
d="M-16 -23.03v174.07h159.36v-174.07h-159.36z"
/>
</g>
<g>
<path style="fill:#010000; fill-opacity:0.5882"
d="M40.33 19.21v75.47h10.21v-75.47h-10.21v0z"
/>
<path style="fill:#010000; fill-opacity:0.5882"
d="M85.13 19.21v75.47h10.21v-75.47h-10.21v0z"
/>
<path style="fill:#010000; fill-opacity:0.5882"
d="M40.31 67.14c9.97 9.39 20.31 12.12 30.5 10.4c-1.67 -1.21 -2.47 -2.69 -3.13 -3.9c11.38 6.38 17.07 -1.57 20.58 -4.12c-1.2 -0.96 -2.68 -0.21 -5.11 -3.11c3.11 0.42 5.13 0.27 7.99 0.25c1.8 -1.64 4.51 -2.93 6.19 -4.88c2.06 -2.4 4.68 -5.68 6.82 -8.41c-1.38 -0.83 -1.65 -1.57 -2.18 -2.6c1.26 0.32 2.53 0.47 3.8 0.45c1.7 -3.16 4.39 -5.15 6.2 -6c-7.53 -2.57 -17.18 -2.22 -24.17 -0.81c-2.33 1.96 -2.26 4.5 -3.01 8.7c-1.46 -1.87 -2.12 -4.23 -1.26 -7.48c-4.92 1.52 -9.7 3.58 -14.32 5.7c-1.79 0.82 -6.19 3.92 -8.75 4.89c-1.22 1.79 -2.24 3.51 -3.07 5.15c-0.05 -1.52 -0.29 -3.01 -0.17 -4.56c-8.45 1.3 -13.07 3.52 -18.35 8.13c-11.29 0.04 -23.95 -4.73 -23.85 -6.44l-0.24 4.03c0 0 14.09 5.26 25.56 4.62v0z"
/>
<path style="fill:#010000; fill-opacity:0.5882"
d="M75.19 98.23c0 0 28.16 -16 69.12 10.88c-33.92 -21.12 -69.12 -10.88 -69.12 -10.88z"
/>
<path style="fill:#010000; fill-opacity:0.5882"
d="M-5.76 110.08c0 0 71.68 -48.64 135.67 21.75c-66.55 -65.91 -135.67 -21.75 -135.67 -21.75z"
/>
</g>
<g>
<path style="fill:#010000"
d="M37.13 16.01v75.47h10.21v-75.47h-10.21v0z"
/>
<path style="fill:#010000"
d="M81.93 16.01v75.47h10.21v-75.47h-10.21v0z"
/>
</g>
<g>
<radialGradient id="gradient0" gradientUnits="userSpaceOnUse" cx="0" cy="0" r="200" gradientTransform="matrix(0.5938,-0.1865,0.0955,0.1553,58.3523,75.9112)">
<stop offset="1" stop-color="#34ac44"/>
<stop offset="0" stop-color="#6fc72f"/>
</radialGradient>
<path style="fill:url(#gradient0)"
d="M37.11 63.94c9.97 9.39 20.31 12.12 30.5 10.4c-1.67 -1.21 -2.47 -2.69 -3.13 -3.9c11.38 6.38 17.07 -1.57 20.58 -4.12c-1.2 -0.96 -2.68 -0.21 -5.11 -3.11c3.11 0.42 5.13 0.27 7.99 0.25c1.8 -1.64 4.51 -2.93 6.19 -4.88c2.06 -2.4 4.68 -5.68 6.82 -8.41c-1.38 -0.83 -1.65 -1.57 -2.18 -2.6c1.26 0.32 2.53 0.47 3.8 0.45c1.7 -3.16 4.39 -5.15 6.2 -6c-7.53 -2.57 -17.18 -2.22 -24.17 -0.81c-2.33 1.96 -2.26 4.5 -3.01 8.7c-1.46 -1.87 -2.12 -4.23 -1.26 -7.48c-4.92 1.52 -9.7 3.58 -14.32 5.7c-1.79 0.82 -6.19 3.92 -8.75 4.89c-1.22 1.79 -2.24 3.51 -3.07 5.15c-0.05 -1.52 -0.29 -3.01 -0.17 -4.56c-8.45 1.3 -13.07 3.52 -18.35 8.13c-11.29 0.04 -23.95 -4.73 -23.85 -6.44l-0.24 4.03c0 0 14.09 5.26 25.56 4.62v0z"
/>
</g>
<g>
<path style="fill:#f0d012"
d="M72 95.04c0 0 28.16 -16 69.11 10.87c-33.91 -21.11 -69.11 -10.87 -69.11 -10.87z"
/>
<path style="fill:#eb8031"
d="M-8.96 106.87c0 0 71.68 -48.63 135.68 21.76c-66.55 -65.91 -135.68 -21.76 -135.68 -21.76z"
/>
</g>
<g visibility="hidden">
<path style="fill:#5b5b5b"
d="M24.95 112h-8.95v1.91h8.95v-1.91z"
/>
<path style="fill:#5b5b5b"
d="M14.07 105.59v16.63h1.92v-16.63h-1.92z"
/>
<path style="fill:#5b5b5b"
d="M24.95 105.59v16.63h1.92v-16.63h-1.92z"
/>
<path style="fill:#5b5b5b"
d="M42.24 115.19h-8.96l-0.63 1.92h10.24l-0.63 -1.92z"
/>
<path style="fill:#5b5b5b"
d="M37.55 104.72l-7.99 17.49h2.26l5.77 -12.69l5.7 12.69h2.25l-8 -17.49v0z"
/>
<path style="fill:#5b5b5b"
d="M48 105.59v16.63h1.91v-16.63h-1.91z"
/>
<path style="fill:#5b5b5b"
d="M55.03 105.59v16.63h1.92l0.01 -6.8l0.89 -0.85l6.33 7.64h2.81l-7.65 -9.09l7.52 -7.52h-2.72l-7.18 7.25l-0.01 -7.25h-1.92z"
/>
<path style="fill:#5b5b5b"
d="M80 105.59l-0.01 9.49c0 1.63 -0.37 2.91 -1.03 3.82c-0.66 0.9 -1.69 1.36 -3.08 1.36c-1.45 0 -2.49 -0.49 -3.11 -1.49c-0.61 -0.99 -1.08 -2.16 -1.08 -3.5l0.01 -9.67h-1.91l0 10.18c0 1.03 0.21 2.04 0.64 3.03c0.43 0.98 1.1 1.8 2.02 2.45c0.91 0.64 2.05 0.97 3.42 0.99c0.9 0 1.73 -0.15 2.48 -0.47c0.75 -0.31 1.4 -0.76 1.95 -1.35c0.54 -0.58 0.92 -1.28 1.22 -2.09c0.29 -0.8 0.4 -1.69 0.4 -2.65l-0 -10.07h-1.91z"
/>
</g>
<g visibility="hidden">
<path style="fill:none; stroke:#010000; stroke-width:0.6399"
d="M-0 -0v127.36h127.36v-127.36h-127.36z"
/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

137
refind/icons/svg/os_legacy.svg Executable file
View file

@ -0,0 +1,137 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="118"
height="118"
id="svg9364"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_legacy-03-color.svg">
<defs
id="defs9366">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 64 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="104.75 : 54 : 1"
inkscape:persp3d-origin="64 : 42.666667 : 1"
id="perspective9372" />
<filter
id="filter3667"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood3669"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite3671"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur3673"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset3675"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite3677"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568542"
inkscape:cx="85.868388"
inkscape:cy="65.110614"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1112"
inkscape:window-height="983"
inkscape:window-x="127"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata9369">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,54)">
<g
id="g3661"
style="filter:url(#filter3667)">
<rect
inkscape:transform-center-x="27.5"
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
y="-35.485481"
x="47.871014"
height="34.010544"
width="34.010544"
id="rect9388"
style="fill:#e6e6e6;fill-opacity:1;stroke:#e6e6e6;stroke-width:0.98945653000000000" />
<rect
inkscape:transform-center-x="27.5"
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
y="-35.640812"
x="8.5925779"
height="34.010544"
width="34.010544"
id="rect9388-5"
style="fill:#999999;fill-opacity:1;stroke:#999999;stroke-width:0.98945653000000000" />
<rect
inkscape:transform-center-x="27.5"
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
y="-74.810493"
x="8.5460062"
height="34.010544"
width="34.010544"
id="rect9388-1"
style="fill:#f2f2f2;fill-opacity:1;stroke:#f2f2f2;stroke-width:0.98945653000000000" />
<rect
inkscape:transform-center-x="27.5"
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
y="-74.565689"
x="48.078125"
height="34.010544"
width="34.010544"
id="rect9388-4"
style="fill:#cccccc;fill-opacity:1;stroke:#cccccc;stroke-width:0.98945653000000000" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

97
refind/icons/svg/os_mac.svg Executable file
View file

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg9329"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_mac.svg">
<defs
id="defs9331">
<filter
id="filter14665"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood14667"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite14669"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur14671"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset14673"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite14675"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.0989011"
inkscape:cx="45.916284"
inkscape:cy="64.4846"
inkscape:current-layer="layer1"
inkscape:document-units="px"
showgrid="false"
inkscape:snap-bbox="false"
inkscape:snap-bbox-edge-midpoints="false"
inkscape:bbox-nodes="false"
inkscape:window-width="1033"
inkscape:window-height="757"
inkscape:window-x="280"
inkscape:window-y="48"
inkscape:window-maximized="0" />
<metadata
id="metadata9334">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="X"
inkscape:groupmode="layer"
transform="translate(0,-352)">
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.32269504999999998;stroke-opacity:1;filter:url(#filter14665)"
d="M 55.535861,474.28314 C 31.903163,470.59273 13.250678,453.88702 7.1077726,430.90953 c -2.449046,-9.16065 -2.522865,-19.84749 -0.20101,-29.10065 4.7850114,-19.06943 19.1707534,-34.83217 37.7295884,-41.34105 10.5402,-3.69661 22.66072,-4.23179 33.72163,-1.48896 20.74249,5.1436 37.485929,21.9257 42.731359,42.83001 2.31728,9.23492 2.25409,19.96009 -0.1711,29.04064 -2.68918,10.06898 -7.44561,18.51511 -14.63835,25.99377 -9.141009,9.50437 -20.770919,15.44953 -34.154779,17.45975 -4.03276,0.60571 -12.64912,0.59537 -16.58925,-0.0199 l 0,10e-6 z m -2.61067,-31.91794 c 5.75541,-10.29397 10.65007,-19.0591 10.87702,-19.47807 0.38653,-0.71357 1.08731,0.47052 11.07691,18.71631 l 10.66428,19.47807 5.52343,0.0883 c 3.03788,0.0486 5.52342,-0.004 5.52342,-0.11631 0,-0.11253 -5.96131,-10.77421 -13.24737,-23.69262 l -13.24736,-23.48804 12.16117,-21.25027 c 6.68864,-11.68765 12.22289,-21.35919 12.29833,-21.4923 0.0754,-0.13311 -2.37634,-0.24122 -5.44838,-0.24024 l -5.58554,0.002 -9.5195,17.41583 c -5.23573,9.57872 -9.59927,17.41941 -9.69677,17.42376 -0.0975,0.004 -4.59909,-7.82862 -10.00355,-17.4066 l -9.82628,-17.41452 -5.56648,-0.011 c -3.06157,-0.006 -5.566495,0.0419 -5.566495,0.10654 0,0.0646 5.245075,9.10414 11.655715,20.08776 6.41064,10.98362 12.0743,20.70866 12.58591,21.61121 l 0.93019,1.64096 -13.43088,23.04518 c -7.38699,12.67485 -13.503164,23.2302 -13.591505,23.45633 -0.12713,0.32542 0.999733,0.39271 5.404365,0.32269 l 5.56498,-0.0885 10.46439,-18.71631 0,0 z"
id="path14663"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

424
refind/icons/svg/os_netbsd.svg Executable file
View file

@ -0,0 +1,424 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg17054"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_netbsd-01-basic.svg">
<defs
id="defs17056">
<filter
id="filter17303"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood17305"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite17307"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur17309"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset17311"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite17313"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter17315"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood17317"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite17319"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur17321"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset17323"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite17325"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter17327"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood17329"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite17331"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur17333"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset17335"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite17337"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter17339"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood17341"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite17343"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur17345"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset17347"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite17349"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter17351"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood17353"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite17355"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur17357"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset17359"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite17361"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter17363"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood17365"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite17367"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur17369"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset17371"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite17373"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter17375"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood17377"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite17379"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur17381"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset17383"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite17385"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter17387"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood17389"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite17391"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur17393"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset17395"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite17397"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter17399"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood17401"
flood-opacity="0.65"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite17403"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur17405"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset17407"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite17409"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8890873"
inkscape:cx="51.996"
inkscape:cy="61.59099"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1072"
inkscape:window-height="885"
inkscape:window-x="254"
inkscape:window-y="60"
inkscape:window-maximized="0" />
<metadata
id="metadata17059">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<g
id="g17089"
transform="matrix(0.94150529,0,0,0.6223427,0.54982068,-21.484283)"
style="fill:#ff7f2a;filter:url(#filter17303)">
<path
sodipodi:nodetypes="czzcccaac"
inkscape:connector-curvature="0"
id="path17068"
d="m 58.362114,23.790621 c 0,0 -9.264427,8.564373 -14.47042,5.89488 -5.205993,-2.669494 -14.699991,9.894845 -18.726862,17.008461 -4.026871,7.113616 -9.173076,9.129031 -9.173076,9.129031 L 12.888151,31.067613 9.8994942,7.611697 c 0,0 5.9918358,7.235141 9.2880248,8.089462 7.657201,1.984628 15.253305,-9.4882938 22.897676,-7.2651745 5.830916,1.6957345 16.276919,15.3546365 16.276919,15.3546365 z"
inkscape:transform-center-x="-14.810821"
style="fill:#ff7f2a;fill-opacity:1;stroke:#ff7f2a;stroke-opacity:1"
transform="matrix(2.2369155,0,0,0.98936915,-12.001007,-63.675251)" />
<path
sodipodi:nodetypes="czzcccaac"
inkscape:connector-curvature="0"
id="path17068-9"
d="m 117.79667,-16.481994 c 0,0 -19.231387,7.2235816 -30.038153,4.972009 C 76.951754,-13.761557 57.243814,-3.1642213 48.884709,2.8357258 40.525604,8.8356732 29.84295,10.535565 29.84295,10.535565 l -6.442561,-20.879813 -6.203948,-19.783787 c 0,0 12.438042,6.102448 19.280374,6.823021 15.895058,1.673925 31.66329,-8.002859 47.531714,-6.127779 12.103997,1.43026 33.788141,12.950799 33.788141,12.950799 z"
inkscape:transform-center-x="-13.744268"
style="fill:#ff7f2a;fill-opacity:1;stroke:#ff7f2a;stroke-width:1.32319713000000005;stroke-opacity:1" />
</g>
<path
sodipodi:type="star"
style="fill:#999999;fill-opacity:1;stroke:#c8b7b7;stroke-opacity:1;filter:url(#filter17315)"
id="path17095"
sodipodi:sides="3"
sodipodi:cx="63.253918"
sodipodi:cy="74.517014"
sodipodi:r1="37.351135"
sodipodi:r2="18.67557"
sodipodi:arg1="0.53451638"
sodipodi:arg2="1.5817139"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 95.395134,93.544613 63.05003,93.19147 30.704925,92.838323 47.183308,65.003213 63.661695,37.168104 79.528415,65.356357 z"
transform="matrix(0.0807727,-0.04390913,0.29623078,0.78830475,-8.6315177,-83.602242)"
inkscape:transform-center-x="1.3991322"
inkscape:transform-center-y="-6.7941246" />
<path
inkscape:connector-curvature="0"
id="path17108"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ff7f2a;fill-opacity:1;stroke:none;font-family:FreeSerif;-inkscape-font-specification:FreeSerif;filter:url(#filter17327)"
d="m 30.591067,-8.5169089 c -0.672025,0.072023 -1.176024,0.156023 -1.512,0.252 -0.312024,0.072023 -0.648024,0.2520227 -1.008,0.54 -0.336023,0.2880221 -0.576023,0.7440216 -0.72,1.368 -0.120022,0.6000204 -0.180022,1.4160196 -0.18,2.448 l 0,18.9359999 -0.612,0 -15.912,-19.7999999 0,14.112 c -6e-6,1.8240039 0.215994,3.0360019 0.648,3.6359999 0.431993,0.576001 1.343992,0.900001 2.736,0.972 l 0,0.684 -8.4600001,0 0,-0.684 c 1.487998,-0.096 2.435997,-0.419999 2.844,-0.972 0.4319962,-0.575998 0.647996,-1.787996 0.648,-3.6359999 l 0,-15.876 c -0.7200033,-0.839978 -1.2960027,-1.3799774 -1.728,-1.62 -0.4080019,-0.239977 -0.9960013,-0.3599768 -1.764,-0.36 l 0,-0.684 6.1560001,0 13.86,17.424 0,-12.132 c -2.1e-5,-1.8239796 -0.22802,-3.0119784 -0.684,-3.564 -0.43202,-0.5759773 -1.356019,-0.923977 -2.772,-1.044 l 0,-0.684 8.46,0 0,0.684" />
<path
inkscape:connector-curvature="0"
id="path17110"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ff7f2a;fill-opacity:1;stroke:none;font-family:FreeSerif;-inkscape-font-specification:FreeSerif;filter:url(#filter17339)"
d="m 34.609004,4.6590911 c 0.048,1.5120085 0.251997,2.8200072 0.612,3.924 0.359996,1.080005 0.827995,1.8960039 1.404,2.4479999 0.575994,0.528003 1.151994,0.912003 1.728,1.152 0.599993,0.216002 1.223992,0.324002 1.872,0.324 1.15199,2e-6 2.147989,-0.287997 2.988,-0.864 0.863987,-0.575996 1.727987,-1.547995 2.592,-2.9159999 l 0.576,0.252 c -0.744014,1.9440039 -1.776013,3.4320019 -3.096,4.4639999 -1.32001,1.032 -2.832009,1.548 -4.536,1.548 -2.064005,0 -3.708004,-0.72 -4.932,-2.16 -1.200001,-1.463997 -1.800001,-3.4319947 -1.8,-5.9039999 -10e-7,-2.6639896 0.695999,-4.7999875 2.088,-6.40799998 1.415996,-1.63198422 3.227994,-2.44798342 5.436,-2.44800002 1.82399,1.66e-5 3.239989,0.552016 4.248,1.65600002 1.007987,1.08001382 1.643986,2.72401218 1.908,4.93199998 l -11.088,0 m 0.072,-1.152 7.344,0 c -0.24001,-1.5599873 -0.61201,-2.63998622 -1.116,-3.23999998 -0.504009,-0.59998504 -1.308008,-0.89998474 -2.412,-0.9 -2.160005,1.526e-5 -3.432004,1.38001388 -3.816,4.13999998" />
<path
inkscape:connector-curvature="0"
id="path17112"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ff7f2a;fill-opacity:1;stroke:none;font-family:FreeSerif;-inkscape-font-specification:FreeSerif;filter:url(#filter17351)"
d="m 56.050379,-1.5689089 0,1.15200002 -3.636,0 0,10.29599998 c -5e-6,1.1280039 0.143995,1.9560029 0.432,2.4839999 0.287994,0.504002 0.767994,0.756002 1.44,0.756 0.743992,2e-6 1.463991,-0.419998 2.16,-1.26 l 0.468,0.396 c -1.152009,1.824001 -2.592007,2.736 -4.32,2.736 -2.136003,0 -3.204002,-1.523999 -3.204,-4.572 l 0,-10.83599988 -1.908,0 c -0.096,-0.0719849 -0.144,-0.1559848 -0.144,-0.252 0,-0.11998458 0.036,-0.21598449 0.108,-0.288 0.072,-0.0719843 0.203999,-0.16798422 0.396,-0.28800002 0.215999,-0.143984 0.467999,-0.3239838 0.756,-0.54 0.287998,-0.2399833 0.683998,-0.6599829 1.188,-1.26 0.503997,-0.5999817 1.055996,-1.319981 1.656,-2.16 0.383995,-0.5519796 0.623995,-0.8879793 0.72,-1.008 0.167995,2.09e-5 0.251995,0.1560207 0.252,0.468 l 0,4.176 3.636,0" />
<path
inkscape:connector-curvature="0"
id="path17114"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#999999;fill-opacity:1;stroke:none;font-family:FreeSerif;-inkscape-font-specification:FreeSerif;filter:url(#filter17363)"
d="m 78.197692,8.1510911 c -2.1e-5,0.7200058 -0.132021,1.4280051 -0.396,2.1239999 -0.264021,0.696004 -0.70802,1.392003 -1.332,2.088 -0.600019,0.672002 -1.500018,1.224001 -2.7,1.656 -1.200016,0.408 -2.628014,0.612 -4.284,0.612 l -12.024,0 0,-0.684 c 1.487998,-0.048 2.435997,-0.263999 2.844,-0.648 0.407996,-0.383998 0.611996,-1.247997 0.612,-2.592 l 0,-15.9839999 c -4e-6,-1.3199788 -0.204004,-2.1599779 -0.612,-2.52 -0.384003,-0.3839772 -1.332002,-0.6239769 -2.844,-0.72 l 0,-0.684 10.08,0 c 6.287983,2.38e-5 9.43198,2.0400218 9.432,6.12 -2e-5,0.7920169 -0.14402,1.5000162 -0.432,2.12400002 -0.288019,0.60001499 -0.588019,1.06801452 -0.9,1.404 -0.288019,0.31201387 -0.744018,0.61201358 -1.368,0.89999998 -0.624017,0.288013 -1.020016,0.4560128 -1.188,0.504 -0.168016,0.024013 -0.516016,0.1080127 -1.044,0.252 0.551984,0.1440124 0.959984,0.2520123 1.224,0.324 0.287983,0.072012 0.791983,0.2760119 1.512,0.612 0.743981,0.3360113 1.319981,0.6960109 1.728,1.08 0.40798,0.3840101 0.79198,0.9360096 1.152,1.656 0.359979,0.6960082 0.539979,1.4880074 0.54,2.376 m -11.34,5.1479999 c 1.079989,10e-7 2.015988,-0.072 2.808,-0.216 0.791986,-0.143998 1.535986,-0.383998 2.232,-0.72 0.695984,-0.359997 1.223984,-0.887997 1.584,-1.584 0.383983,-0.695995 0.575983,-1.5599945 0.576,-2.5919999 -1.7e-5,-0.9839926 -0.192017,-1.8119917 -0.576,-2.484 -0.360016,-0.6959904 -0.804016,-1.2239898 -1.332,-1.584 -0.528015,-0.3599891 -1.260014,-0.6359888 -2.196,-0.828 -0.936012,-0.1919885 -1.764011,-0.2999883 -2.484,-0.324 -0.72001,-0.047988 -1.680009,-0.071988 -2.88,-0.072 l 0,8.9279999 c -8e-6,0.576002 0.155992,0.972002 0.468,1.188 0.311991,0.192002 0.911991,0.288001 1.8,0.288 m -2.268,-11.8439999 3.42,0 c 1.679987,1.32e-5 2.975986,-0.3719864 3.888,-1.11599998 0.935984,-0.76798494 1.403984,-1.85998382 1.404,-3.27600002 -1.6e-5,-1.6079808 -0.540016,-2.8319796 -1.62,-3.672 -1.080014,-0.8399779 -2.652012,-1.2599775 -4.716,-1.26 l -1.584,0 c -0.528008,2.25e-5 -0.792008,0.3600222 -0.792,1.08 l 0,8.244" />
<path
inkscape:connector-curvature="0"
id="path17116"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#999999;fill-opacity:1;stroke:none;font-family:FreeSerif;-inkscape-font-specification:FreeSerif;filter:url(#filter17375)"
d="m 93.240629,9.7710911 c -1.3e-5,-1.127994 -0.396013,-2.123993 -1.188,-2.988 -0.792011,-0.8879912 -1.75201,-1.6439905 -2.88,-2.268 -1.128008,-0.6239892 -2.256007,-1.2599886 -3.384,-1.908 -1.104005,-0.6719873 -2.052004,-1.5239864 -2.844,-2.55599998 -0.792002,-1.03198439 -1.188002,-2.23198322 -1.188,-3.60000002 -2e-6,-1.82398 0.611998,-3.2999785 1.836,-4.428 1.247995,-1.1519762 2.711994,-1.7279756 4.392,-1.728 1.007991,2.44e-5 2.09999,0.2040241 3.276,0.612 1.175988,0.4080233 1.883987,0.6120231 2.124,0.612 0.623986,2.31e-5 1.007986,-0.4079765 1.152,-1.224 l 0.756,0 0.792,7.668 -0.9,0 c -0.576015,-2.1119812 -1.464014,-3.6719796 -2.664,-4.68 -1.176011,-1.0079776 -2.48401,-1.5119771 -3.924,-1.512 -1.104007,2.29e-5 -2.004007,0.3120226 -2.7,0.936 -0.696005,0.6240213 -1.044005,1.4280205 -1.044,2.412 -5e-6,0.9600186 0.407995,1.8720177 1.224,2.736 0.815993,0.8640159 2.171992,1.82401497 4.068,2.88000002 2.375988,1.27201258 4.091986,2.53201138 5.148,3.77999998 1.055984,1.2240089 1.583983,2.5800076 1.584,4.068 -1.7e-5,1.8480039 -0.708016,3.4080029 -2.124,4.6799999 -1.416013,1.248 -3.156012,1.872 -5.22,1.872 -1.200008,0 -2.424007,-0.204 -3.672,-0.612 -1.224005,-0.407999 -1.980004,-0.611999 -2.268,-0.612 -0.264003,10e-7 -0.492003,0.120001 -0.684,0.36 -0.192003,0.216 -0.300003,0.492 -0.324,0.828 l -0.792,0 -1.08,-7.6319999 0.828,0 c 0.887998,2.184005 1.919997,3.7920029 3.096,4.8239999 1.175994,1.032001 2.567993,1.548001 4.176,1.548 1.31999,1e-6 2.387989,-0.371999 3.204,-1.116 0.815987,-0.767997 1.223987,-1.751996 1.224,-2.9519999" />
<path
inkscape:connector-curvature="0"
id="path17118"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#999999;fill-opacity:1;stroke:none;font-family:FreeSerif;-inkscape-font-specification:FreeSerif;filter:url(#filter17387)"
d="m 123.31132,2.6070911 c -3e-5,1.080011 -0.12003,2.1360099 -0.36,3.168 -0.24003,1.0320078 -0.68403,2.1000068 -1.332,3.204 -0.64803,1.1040049 -1.47602,2.0640039 -2.484,2.8799999 -1.00802,0.792002 -2.35202,1.452001 -4.032,1.98 -1.65602,0.528 -3.54002,0.792 -5.652,0.792 l -10.224003,0 0,-0.684 c 1.367993,-0.096 2.231993,-0.335999 2.592003,-0.72 0.38399,-0.383998 0.57599,-1.223997 0.576,-2.52 l 0,-15.9839999 c -1e-5,-1.3199788 -0.18001,-2.1599779 -0.54,-2.52 -0.33601,-0.3599772 -1.21201,-0.599977 -2.628003,-0.72 l 0,-0.684 9.720003,0 c 2.18398,2.38e-5 4.12798,0.2520236 5.832,0.756 1.72798,0.4800226 3.10798,1.116022 4.14,1.908 1.05598,0.7680204 1.91997,1.6920195 2.592,2.772 0.69597,1.0560174 1.16397,2.1000163 1.404,3.13200002 0.26397,1.03201423 0.39597,2.11201318 0.396,3.23999998 m -3.924,0.252 c -2e-5,-1.0319872 -0.10802,-2.01598619 -0.324,-2.95199998 -0.19202,-0.95998432 -0.55202,-1.91998332 -1.08,-2.88000002 -0.52802,-0.9839814 -1.21202,-1.8239806 -2.052,-2.52 -0.84002,-0.6959792 -1.94402,-1.2599786 -3.312,-1.692 -1.36802,-0.4559777 -2.92801,-0.6839775 -4.68,-0.684 -0.74401,2.25e-5 -1.24801,0.096022 -1.512,0.288 -0.24001,0.192022 -0.36001,0.5640217 -0.36,1.116 l 0,18.2879999 c -10e-6,0.576002 0.13199,0.972002 0.396,1.188 0.26399,0.192002 0.75599,0.288001 1.476,0.288 7.63198,10e-7 11.44798,-3.4799951 11.448,-10.4399999" />
<rect
style="fill:#999999;fill-opacity:1;stroke:#999999;stroke-width:0.87290215000000004;stroke-opacity:1;filter:url(#filter17399)"
id="rect17105"
width="4.463408"
height="36.004753"
x="24.313543"
y="35.370052"
transform="matrix(0.8440288,-0.53629785,0.33448823,0.94239993,0,0)"
inkscape:transform-center-x="8.6102624"
inkscape:transform-center-y="-28.432038" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

157
refind/icons/svg/os_redhat.svg Executable file
View file

@ -0,0 +1,157 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg11068"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_redhat-02-color.svg"
inkscape:export-filename="/home/rodsmith/programming/refind/current/icons-build/os_redhat-color.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs11070">
<filter
id="filter11610"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood11612"
flood-opacity="0.6"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite11614"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur11616"
in="composite"
stdDeviation="2"
result="blur" />
<feOffset
id="feOffset11618"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite11620"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter11756"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood11758"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite11760"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur11762"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset11764"
dx="2"
dy="2"
result="offset" />
<feComposite
id="feComposite11766"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8890873"
inkscape:cx="107.72624"
inkscape:cy="64.342982"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1024"
inkscape:window-height="859"
inkscape:window-x="215"
inkscape:window-y="87"
inkscape:window-maximized="0" />
<metadata
id="metadata11073">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<g
id="g11604"
transform="matrix(0.90471502,0.42601731,-0.42601731,0.90471502,20.872312,-30.760201)"
style="fill:#ff0000;stroke:#ffffff;filter:url(#filter11756)">
<path
transform="matrix(1.1342582,0,0,1.0785409,-27.300306,-62.412808)"
d="m 120.59385,91.101883 c 0,12.283767 -19.97348,22.241727 -44.612016,22.241727 -24.638533,0 -44.612011,-9.95796 -44.612011,-22.241727 0,-12.283764 19.973478,-22.241722 44.612011,-22.241722 24.638536,0 44.612016,9.957958 44.612016,22.241722 z"
sodipodi:ry="22.241722"
sodipodi:rx="44.612011"
sodipodi:cy="91.101883"
sodipodi:cx="75.981834"
id="path11076"
style="fill:#ff0000;fill-opacity:1;stroke:#ffffff;stroke-opacity:1;"
sodipodi:type="arc" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
d="m 30.855568,26.433754 c 2.026004,-19.2662261 54.580851,-18.0872467 56.054283,0 l 0,66.596603 c -10.237774,19.039053 -49.672825,17.895263 -56.054283,0 z"
style="fill:#ff0000;fill-opacity:1;stroke:#ffffff;stroke-opacity:1;"
transform="translate(0,-64)"
id="path11607" />
<path
transform="translate(-16.199174,-72.485281)"
d="m 102.59477,35.561859 c 0,8.591534 -12.317938,15.556349 -27.512884,15.556349 -15.194945,0 -27.512882,-6.964815 -27.512882,-15.556349 0,-8.591534 12.317937,-15.556349 27.512882,-15.556349 15.194946,0 27.512884,6.964815 27.512884,15.556349 z"
sodipodi:ry="15.556349"
sodipodi:rx="27.512882"
sodipodi:cy="35.561859"
sodipodi:cx="75.081886"
id="path11088"
style="fill:#ff0000;fill-opacity:1;stroke:#ffffff;stroke-opacity:1;"
sodipodi:type="arc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

154
refind/icons/svg/os_refind.svg Executable file
View file

@ -0,0 +1,154 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg12874"
version="1.1"
inkscape:version="0.48.4 r9939"
inkscape:export-filename="/home/rodsmith/programming/refind/current/icons-build/foo.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="os_refind-03-basic.svg">
<defs
id="defs12876">
<filter
id="filter14441"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood14443"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite14445"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur14447"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset14449"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite14451"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#505050"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="5.46875"
inkscape:cx="65.187394"
inkscape:cy="62.318857"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1108"
inkscape:window-height="979"
inkscape:window-x="143"
inkscape:window-y="15"
inkscape:window-maximized="0" />
<metadata
id="metadata12879">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<g
id="g14396"
transform="translate(-3.0027063,-3.0672157)"
style="filter:url(#filter14441)">
<path
sodipodi:end="6.3137247"
sodipodi:start="0.038057173"
transform="matrix(0.92479648,0,0,1.0146143,3.6793308,-74.868835)"
d="m 114.23105,62.798281 c -0.1474,3.24681 -3.40512,5.778652 -7.27631,5.655028 -3.8712,-0.123624 -6.88993,-2.855901 -6.74253,-6.10271 0.14739,-3.24681 3.40511,-5.778652 7.2763,-5.655028 3.85064,0.122968 6.86201,2.828112 6.74434,6.058508 l -7.01122,-0.179639 z"
sodipodi:ry="5.8831286"
sodipodi:rx="7.0144992"
sodipodi:cy="62.57444"
sodipodi:cx="107.22163"
id="path13770"
style="fill:#0000bc;fill-opacity:1;stroke:#0000bc;stroke-opacity:1"
sodipodi:type="arc" />
<path
inkscape:transform-center-y="-2.717824"
inkscape:transform-center-x="2.2822755"
transform="matrix(-0.36198059,-1.0983946,1.2009376,-0.52324781,92.632403,-15.195328)"
d="M 25.234285,15.542856 13.408625,14.102867 1.5350652,13.13418 8.6949622,3.6128532 15.47065,-6.1856079 20.136412,4.7757081 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="false"
sodipodi:arg2="1.6720838"
sodipodi:arg1="0.62488624"
sodipodi:r2="6.6397543"
sodipodi:r1="13.753239"
sodipodi:cy="7.4971428"
sodipodi:cx="14.08"
sodipodi:sides="3"
id="path13768"
style="fill:#0000bc;fill-opacity:1;stroke:#0000bc;stroke-opacity:1"
sodipodi:type="star" />
<path
sodipodi:end="6.3137247"
sodipodi:start="0.038057173"
transform="matrix(1.0623728,0,0,1.0939231,-25.695042,-96.297006)"
d="m 128.90965,140.02735 c -0.13449,3.38069 -3.10681,6.01693 -6.63887,5.88821 -3.53207,-0.12872 -6.28635,-2.97366 -6.15186,-6.35435 0.13448,-3.38069 3.10681,-6.01693 6.63887,-5.88821 3.5133,0.12804 6.26086,2.94473 6.15351,6.30833 l -6.39702,-0.18705 z"
sodipodi:ry="6.1257143"
sodipodi:rx="6.4000001"
sodipodi:cy="139.79428"
sodipodi:cx="122.51428"
id="path13774"
style="fill:#0000bc;fill-opacity:1;stroke:#0000bc;stroke-opacity:1"
sodipodi:type="arc" />
<rect
transform="matrix(0.87626487,-0.48182972,0.50478347,0.86324599,0,0)"
y="62.893646"
x="54.812462"
height="36.635689"
width="13.590784"
id="rect13772"
style="fill:#0000bc;fill-opacity:1;stroke:#0000bc;stroke-width:0.97056359;stroke-opacity:1" />
<path
transform="translate(0,-64)"
inkscape:connector-curvature="0"
id="path14394"
d="M 62.24715,93.833652 C 44.041938,92.252582 28.546517,79.385025 23.734015,61.851955 22.501283,57.360822 22.301415,55.744916 22.29782,50.240526 22.294225,44.735665 22.524224,42.859657 23.75127,38.385327 28.007142,22.866603 41.06795,10.600982 56.852864,7.2990704 63.103797,5.9914908 69.776278,6.0487609 75.778578,7.4615104 83.004074,9.1621606 89.298831,12.39401 94.931372,17.294921 l 1.507079,1.311319 -4.873168,4.875923 -4.873169,4.875922 -1.296768,-1.097309 c -6.117882,-5.17688 -14.176954,-7.796403 -21.868196,-7.108048 -6.678051,0.597677 -12.12638,2.835457 -17.21195,7.069426 -8.343558,6.946394 -12.204448,18.453055 -9.850305,29.356991 1.730081,8.013399 6.921261,15.163838 14.115881,19.443507 4.268634,2.539167 8.875228,3.870069 14.059767,4.062041 7.738606,0.286543 14.749025,-2.096311 20.646607,-7.017823 5.644445,-4.710268 9.670531,-12.247325 10.415034,-19.497527 0.08051,-0.784007 0.193121,-1.47221 0.250249,-1.52934 0.13361,-0.133608 13.406277,0.33269 13.643537,0.479329 0.44025,0.27209 -0.49058,6.224421 -1.54774,9.897282 -2.3965,8.326113 -7.67389,16.284899 -14.40898,21.730061 -8.822615,7.132884 -20.238599,10.655628 -31.3921,9.686977 z"
style="fill:#0000bc;fill-opacity:1;stroke:#0000bc;stroke-width:0.18285714;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

185
refind/icons/svg/os_refit.svg Executable file
View file

@ -0,0 +1,185 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg3838"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_refit-01-basic.svg"
inkscape:export-filename="/home/rodsmith/programming/refind/current/icons-build/os_refit-white.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs3840">
<filter
id="filter4018"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood4020"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite4022"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur4024"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset4026"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite4028"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter4279"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood4281"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite4283"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur4285"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset4287"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite4289"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8890873"
inkscape:cx="79.890469"
inkscape:cy="61.540294"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1149"
inkscape:window-height="913"
inkscape:window-x="419"
inkscape:window-y="39"
inkscape:window-maximized="0" />
<metadata
id="metadata3843">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<g
id="g4238"
transform="translate(-1.0875019,1.1302528)"
style="filter:url(#filter4279)">
<g
id="g4199">
<path
style="fill:#ff7f2a;fill-opacity:1;stroke:#ff7f2a;stroke-width:0.02571297;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 45.951523,45.677961 C 27.184494,40.714641 12.362921,25.664883 7.6037112,6.7397658 6.4660408,2.2157929 6.0560288,-1.1666201 6.0560288,-6.0279011 c 0,-5.4584779 0.533365,-9.8951559 1.6044734,-13.3464659 l 0.323999,-1.043983 12.4106888,0.05644 c 6.437899,0.02928 11.558356,-0.06862 11.627727,7.49e-4 0.06937,0.06937 -1.364536,7.106411 -1.519772,7.860089 -0.892047,4.3306369 -0.797329,9.7964989 0.239853,13.8411149 2.616556,10.2035681 10.427522,18.3046931 20.449236,21.2088731 1.250082,0.36226 2.295808,0.684994 2.323836,0.717186 0.04656,0.05348 -4.073393,21.15541 -4.391566,22.4931 -0.168132,0.70688 -0.195616,0.70618 -3.172981,-0.0812 l 0,0 z"
id="path3929"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssscsscsscsccc" />
<path
sodipodi:type="star"
style="fill:#ff7f2a;fill-opacity:1;stroke:#ff7f2a;stroke-width:0.1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3937"
sodipodi:sides="3"
sodipodi:cx="43.969185"
sodipodi:cy="13.320137"
sodipodi:r1="29.920004"
sodipodi:r2="14.960005"
sodipodi:arg1="0.42520502"
sodipodi:arg2="1.4724026"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 71.224937,25.662365 45.438782,28.207784 19.652626,30.753197 30.341306,7.1490216 41.029991,-16.455151 56.127467,4.6036055 z"
transform="matrix(0.92066016,-0.27223138,0.26609375,0.95690224,20.413951,36.096524)"
inkscape:transform-center-x="-5.314509"
inkscape:transform-center-y="-2.1952162" />
</g>
<g
id="g4199-5"
transform="matrix(-1,0,0,-1,124.00389,-2.7747651)">
<path
style="fill:#ff7f2a;fill-opacity:1;stroke:#ff7f2a;stroke-width:0.02571297;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 45.951523,45.677961 C 27.184494,40.714641 12.362921,25.664883 7.6037112,6.7397658 6.4660408,2.2157929 6.0560288,-1.1666201 6.0560288,-6.0279011 c 0,-5.4584779 0.533365,-9.8951559 1.6044734,-13.3464659 l 0.323999,-1.043983 12.4106888,0.05644 c 6.437899,0.02928 11.558356,-0.06862 11.627727,7.49e-4 0.06937,0.06937 -1.364536,7.106411 -1.519772,7.860089 -0.892047,4.3306369 -0.797329,9.7964989 0.239853,13.8411149 2.616556,10.2035681 10.427522,18.3046931 20.449236,21.2088731 1.250082,0.36226 2.295808,0.684994 2.323836,0.717186 0.04656,0.05348 -4.073393,21.15541 -4.391566,22.4931 -0.168132,0.70688 -0.195616,0.70618 -3.172981,-0.0812 l 0,0 z"
id="path3929-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssscsscsscsccc" />
<path
sodipodi:type="star"
style="fill:#ff7f2a;fill-opacity:1;stroke:#ff7f2a;stroke-width:0.1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3937-8"
sodipodi:sides="3"
sodipodi:cx="43.969185"
sodipodi:cy="13.320137"
sodipodi:r1="29.920004"
sodipodi:r2="14.960005"
sodipodi:arg1="0.42520502"
sodipodi:arg2="1.4724026"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 71.224937,25.662365 45.438782,28.207784 19.652626,30.753197 30.341306,7.1490216 41.029991,-16.455151 56.127467,4.6036055 z"
transform="matrix(0.92066016,-0.27223138,0.26609375,0.95690224,20.413951,36.096524)"
inkscape:transform-center-x="-5.314509"
inkscape:transform-center-y="-2.1952162" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

121
refind/icons/svg/os_win.svg Executable file
View file

@ -0,0 +1,121 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="135"
height="135"
id="svg9607"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="os_win-01-color.svg"
inkscape:export-filename="/home/rodsmith/programming/refind/current/icons-build/os_win-color.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs9609">
<filter
id="filter3815"
inkscape:label="Drop Shadow"
color-interpolation-filters="sRGB">
<feFlood
id="feFlood3817"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite3819"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur3821"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset3823"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite3825"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4.9497475"
inkscape:cx="67.177703"
inkscape:cy="66.242938"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1143"
inkscape:window-height="936"
inkscape:window-x="354"
inkscape:window-y="81"
inkscape:window-maximized="0" />
<metadata
id="metadata9612">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,87)">
<g
id="g9738"
transform="translate(7.0761681e-7,-6.3639605)"
style="filter:url(#filter3815)">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect9615"
d="m 4.7203518,-11.741735 c 12.0209472,-14.272787 44.5029732,-16.021563 56.1714892,0 l 0,43.560551 c -13.716554,-12.936189 -38.510159,-14.30236 -56.1714892,0 z"
style="fill:#0000ff;fill-opacity:1;stroke:#0000ff;stroke-width:1.17263913" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect9615-6"
d="m 4.6350396,-64.86804 c 12.0209444,-14.272787 44.5029724,-16.021562 56.1714884,0 l 0,43.560551 c -12.154227,-12.865477 -36.38669,-14.364515 -56.1714884,0 z"
style="fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:1.17263913" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect9615-6-7"
d="m 67.538565,-17.822259 c 12.020945,14.2727869 44.502975,16.0215625 56.171495,0 l 0,-43.56055 c -12.15423,12.865476 -36.386696,14.364514 -56.171495,0 z"
style="fill:#00ff00;fill-opacity:1;stroke:#00ff00;stroke-width:1.17263913" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect9615-6-7-5"
d="m 67.597521,34.686314 c 12.020945,14.272786 44.502979,16.021562 56.171499,0 l 0,-43.5605509 c -12.15423,12.8654779 -36.386701,14.3645156 -56.171499,0 z"
style="fill:#ffff00;fill-opacity:1;stroke:#ffff00;stroke-width:1.17263913" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

128
refind/icons/svg/os_xenial.svg Executable file
View file

@ -0,0 +1,128 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="xerus_artwork_-_0.8mm"
x="0px"
y="0px"
width="850.394px"
height="850.382px"
viewBox="0 0 850.394 850.382"
enable-background="new 0 0 850.394 850.382"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="os_xenial-1.svg"><metadata
id="metadata45"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs43"><filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter3715"><feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood3717" /><feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite3719" /><feGaussianBlur
in="composite1"
stdDeviation="5"
result="blur"
id="feGaussianBlur3721" /><feOffset
dx="8"
dy="8"
result="offset"
id="feOffset3723" /><feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite3725" /></filter></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="984"
inkscape:window-height="828"
id="namedview41"
showgrid="false"
inkscape:zoom="0.55504466"
inkscape:cx="425.19699"
inkscape:cy="425.19101"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="xerus_artwork_-_0.8mm" /><g
id="g3"
inkscape:export-xdpi="15.606762"
inkscape:export-ydpi="15.606762"
style="filter:url(#filter3715)"><path
d="M217.396,291.244c0.011-0.013,0.027-0.018,0.039-0.03c0.013-0.014,0.017-0.033,0.031-0.046 c0.062-0.062,0.138-0.094,0.209-0.139c0.048-0.03,0.087-0.07,0.139-0.092c0.142-0.062,0.292-0.098,0.445-0.099 c0.003,0,0.006-0.002,0.009-0.002h45.356c0.135,0,0.265,0.03,0.39,0.076c0.037,0.014,0.07,0.035,0.106,0.053 c0.054,0.027,0.112,0.046,0.163,0.082l37.559,26.828l-6.119-46.357l-20.255,10.127c-0.4,0.199-0.879,0.146-1.225-0.137 l-61.617-50.414l-94.75,83.604l43.628,43.627L217.396,291.244z"
id="path5"
fill="#E95420" /><polygon
points="260.885,293.103 221.004,293.103 240.943,313.042 "
id="polygon7"
fill="#E95420" /><polygon
points="318.478,257.605 291.5,230.741 215.773,230.741 275.11,279.288 "
id="polygon9"
fill="#E95420" /><path
d="M164.004,358.867h110.372l27.349-38.288l-37.979-27.128l-22,21.998c-0.221,0.221-0.512,0.332-0.802,0.332 s-0.581-0.111-0.802-0.332l-21.799-21.799L164.004,358.867z"
id="path11"
fill="#E95420" /><polygon
points="553.209,258.803 623.557,289.468 512.583,111.911 346.134,167.393 553.209,258.803 "
id="polygon13"
fill="#E95420" /><path
d="M627.589,292.032L616.27,495.749l43.275,64.91l22.441-370.295l-61.74-61.741L515.351,112.06 l112.068,179.308C627.543,291.567,627.603,291.798,627.589,292.032z"
id="path15"
fill="#E95420" /><path
d="M387.213,327.066l-72.846-16.895c-0.016-0.003-0.027-0.014-0.042-0.019 c-0.09-0.025-0.173-0.065-0.254-0.111c-0.032-0.019-0.069-0.03-0.099-0.051c-0.202-0.142-0.36-0.348-0.436-0.603l-12-40.776 l-3.668,1.834l6.563,49.722c0.007,0.056-0.01,0.106-0.011,0.161c-0.001,0.088,0.003,0.174-0.018,0.261 c-0.021,0.083-0.064,0.155-0.103,0.23c-0.026,0.051-0.035,0.107-0.069,0.155l-28.193,39.47l-5.318,31.907l116.495-38.838V327.066z"
id="path17"
fill="#E95420" /><polygon
points="314.12,303.34 318.958,259.9 303.597,267.58 "
id="polygon19"
fill="#E95420" /><polygon
points="608.655,466.482 608.656,466.486 608.657,466.489 614.391,488.709 625.282,292.694 554.453,261.819 "
id="polygon21"
fill="#E95420" /><polygon
points="385.498,324.341 321.194,260.31 315.861,308.19 "
id="polygon23"
fill="#E95420" /><path
d="M614.174,496.692c-0.07-0.105-0.123-0.223-0.154-0.346l-6.358-24.642l-7.494,34.973L571.18,653.485 l43.214-5.403l44.76-83.923L614.174,496.692z"
id="path25"
fill="#E95420" /><path
d="M512.894,441.151L389.518,564.527l8.463,108.14h-0.006c0.001,0.01,0.007,0.018,0.008,0.027l0.944,16.998 l1.752,20.154l106.279-44.748c0.004-0.002,0.007-0.001,0.011-0.002c0.004-0.002,0.008-0.005,0.012-0.007l27.745-11.098 l22.512-146.327L512.894,441.151z"
id="path27"
fill="#E95420" /><polygon
points="559.402,508.513 537.51,650.811 569.573,649.921 597.669,507.623 "
id="polygon29"
fill="#E95420" /><path
d="M386.228,356.232l-116.563,38.861c-0.011,0.003-0.022,0.002-0.033,0.005l-126.9,44.139l149.534,40.615 c0,0,0.001,0,0.001,0.001c0.001,0,0.003,0,0.004,0l33.084,9.189L386.228,356.232z"
id="path31"
fill="#E95420" /><path
d="M699.077,207.453l-14.947-14.947l-22.524,371.657l-0.01-0.001c-0.01,0.16-0.044,0.319-0.122,0.466 l-39.74,74.513l111.26-137.75L699.077,207.453z"
id="path33"
fill="#E95420" /><polygon
points="495.139,738.388 505.972,667.974 403.057,711.305 "
id="polygon35"
fill="#E95420" /><path
d="M387.216,564.183c-0.026-0.331,0.094-0.656,0.329-0.891l123.756-123.756l-122.483-83.512l-61.804,134.842 c-0.188,0.411-0.597,0.661-1.031,0.661c-0.101,0-0.203-0.014-0.303-0.041l-31.43-8.73l101.058,184.815L387.216,564.183z"
id="path37"
fill="#E95420" /><path
d="M399.336,712.569c-0.082-0.026-0.162-0.058-0.237-0.103c-0.033-0.021-0.06-0.048-0.091-0.07 c-0.023-0.018-0.045-0.033-0.066-0.052c-0.095-0.083-0.175-0.179-0.237-0.286c-0.012-0.021-0.019-0.042-0.029-0.063 c-0.052-0.105-0.089-0.217-0.106-0.335c-0.002-0.017-0.008-0.031-0.01-0.048c0-0.006-0.003-0.012-0.003-0.018l-1.745-20.069 l-94.369,47.184h185.748l-88.824-26.125C399.354,712.581,399.347,712.572,399.336,712.569z"
id="path39"
fill="#E95420" /></g></svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="tool_fwupdate-white-02.svg"
inkscape:export-filename="/home/rodsmith/programming/refind/drawing.png"
inkscape:export-xdpi="75.789474"
inkscape:export-ydpi="75.789474">
<defs
id="defs4">
<filter
id="filter3146"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood3148"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite3150"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur3152"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset3154"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite3156"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="64.248582"
inkscape:cy="65.431355"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1260"
inkscape:window-height="812"
inkscape:window-x="126"
inkscape:window-y="168"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)">
<path
id="path3119"
style="fill:#ff00ff;fill-opacity:1;stroke:#ff00ff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter3146)"
d="m 63.242387,975.31928 -7.873362,-13.63705 -7.87336,-13.63706 15.746722,-10e-6 15.74672,0 -7.87336,13.63707 z m -8.965104,-43.43653 17.930208,0 0,25.50635 -17.930208,0 z m -12.586878,101.84685 0,10.649 -1.180401,0 0,-10.649 z m 22.292381,-0.2314 0,10.6488 -1.180402,0 0,-10.6488 z m 22.798968,0.6945 0,10.6489 -1.180401,0 0,-10.6489 z m -22.798968,-54.40199 0,10.6489 -1.180402,0 0,-10.6489 z m -22.292381,0.23147 0,10.6489 -1.180401,0 0,-10.6489 z m 45.091356,0.23151 0,10.64891 -1.180402,0 0,-10.64891 z m 23.253909,20.25611 10.8597,0 0,1.1575 -10.8597,0 z m 0,20.1403 10.8597,0 0,1.1575 -10.8597,0 z m -102.9310369,-20.3719 10.8596969,0 0,1.1575 -10.8596969,0 z m -7e-7,20.4876 10.8596966,0 0,1.1575 -10.8596966,0 z m 15.7527096,-28.93722 81.070488,0 c 2.58948,0 4.67415,2.0442 4.67415,4.58342 l 0,32.0401 c 0,2.5392 -2.08467,4.5834 -4.67415,4.5834 l -81.070488,0 c -2.589481,0 -4.674153,-2.0442 -4.674153,-4.5834 l 0,-32.0401 c 0,-2.53922 2.084672,-4.58342 4.674153,-4.58342 z"
inkscape:connector-curvature="0"
inkscape:export-filename="/home/rodsmith/programming/refind/current/themes/snowy/snowy/tool_fwupdate.png"
inkscape:export-xdpi="75.789474"
inkscape:export-ydpi="75.789474" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

103
refind/icons/svg/tool_memtest.svg Executable file
View file

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg9250"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="tool_memtest-01-basic.svg">
<defs
id="defs9252" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="66.1575"
inkscape:cy="61.220758"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="875"
inkscape:window-height="925"
inkscape:window-x="696"
inkscape:window-y="29"
inkscape:window-maximized="0" />
<metadata
id="metadata9255">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<rect
style="fill:#808000;fill-opacity:1;stroke:#999999"
id="rect9258"
width="104.75"
height="41"
x="13.75"
y="19.25"
transform="translate(0,-64)" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#999999"
id="rect9260"
width="59.5"
height="9"
x="13.75"
y="60.25"
transform="translate(0,-64)" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#999999"
id="rect9262"
width="41"
height="9"
x="77.5"
y="60.5"
transform="translate(0,-64)" />
<rect
style="fill:#333333;fill-opacity:1;stroke:#999999"
id="rect9264"
width="19"
height="26.5"
x="22.5"
y="26.75"
transform="translate(0,-64)" />
<rect
style="fill:#333333;fill-opacity:1;stroke:#999999"
id="rect9264-2"
width="19"
height="26.5"
x="54.25"
y="-37.25" />
<rect
style="fill:#333333;fill-opacity:1;stroke:#999999"
id="rect9264-4"
width="19"
height="26.5"
x="87.5"
y="-37" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

187
refind/icons/svg/tool_rescue.svg Executable file
View file

@ -0,0 +1,187 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="tool_rescue-01-basic.svg">
<defs
id="defs4">
<filter
id="filter4020"
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood4022"
flood-opacity="0.7"
flood-color="rgb(0,0,0)"
result="flood" />
<feComposite
id="feComposite4024"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur4026"
in="composite"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset4028"
dx="3"
dy="3"
result="offset" />
<feComposite
id="feComposite4030"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568542"
inkscape:cx="58.736442"
inkscape:cy="77.681088"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1258"
inkscape:window-height="864"
inkscape:window-x="56"
inkscape:window-y="55"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)">
<g
id="g3984"
style="filter:url(#filter4020)">
<path
transform="matrix(1.2248505,0,0,1.4364973,92.650547,1024.9643)"
d="m 94.449261,47.440334 a 40.279831,34.345188 0 1 1 -80.559662,0 40.279831,34.345188 0 1 1 80.559662,0 z"
sodipodi:ry="34.345188"
sodipodi:rx="40.279831"
sodipodi:cy="47.440334"
sodipodi:cx="54.16943"
id="path2985-3"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
sodipodi:type="arc" />
<path
sodipodi:end="0.57850209"
sodipodi:start="0"
transform="matrix(0.99677979,0,0,1.1202746,69.370944,858.30292)"
d="m 124,70.125 a 47.625,42.375 0 0 1 -7.74942,23.169395 L 76.375,70.125 z"
sodipodi:ry="42.375"
sodipodi:rx="47.625"
sodipodi:cy="70.125"
sodipodi:cx="76.375"
id="path3821"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
sodipodi:type="arc" />
<path
sodipodi:end="0.59507843"
sodipodi:start="0"
transform="matrix(1.0556593,0,0,1.0160721,83.499721,975.2974)"
d="M 98.5,66.25 A 28.875,30 0 0 1 93.536518,83.067211 L 69.625,66.25 z"
sodipodi:ry="30"
sodipodi:rx="28.875"
sodipodi:cy="66.25"
sodipodi:cx="69.625"
id="path3823"
style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
sodipodi:type="arc" />
<path
transform="translate(0,924.36218)"
inkscape:connector-curvature="0"
id="path3908"
d="m 98.024003,108.3486 c 0.02026,-0.0183 0.445928,-0.35777 0.945938,-0.75447 3.827129,-3.03642 7.724779,-7.16906 10.636079,-11.277357 5.25842,-7.420433 8.62213,-15.996743 9.79337,-24.969708 0.61138,-4.683752 0.61236,-10.003194 0.003,-14.672466 -1.54864,-11.861138 -6.8758,-22.88873 -15.23228,-31.531853 l -0.96206,-0.995059 0.82236,0 0.82236,0 0.76686,0.817592 c 8.28714,8.835403 13.56701,20.091397 15.01907,32.018679 0.31201,2.562911 0.39435,4.030002 0.39435,7.026874 0,3.122855 -0.0854,4.550961 -0.43576,7.292039 -1.7731,13.869856 -8.60863,26.60499 -19.22163,35.811449 l -1.458403,1.26512 -0.964906,10e-4 c -0.530699,6.2e-4 -0.948333,-0.0138 -0.928078,-0.032 l 0,1e-5 z"
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.01767767;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
transform="translate(0,924.36218)"
inkscape:connector-curvature="0"
id="path3910"
d="M 59.746269,120.86486 C 44.269516,119.69656 29.344389,111.80981 19.621564,99.662134 7.3819223,84.369949 3.820095,64.517657 9.9916105,45.988369 14.061235,33.769774 22.21588,23.218118 32.996269,16.221621 c 12.68992,-8.2357891 28.16082,-11.0892259 43,-7.9308762 12.091587,2.5735562 23.598875,9.4968762 31.549751,18.9817962 12.84135,15.318978 16.79155,36.003608 10.45855,54.764593 -2.12403,6.292253 -4.65565,11.08632 -8.69274,16.461245 C 97.969404,113.5995 78.698494,122.29551 59.746269,120.86486 z m 12.25,-1.4763 c 16.067732,-2.37398 30.057411,-11.33592 38.988471,-24.976426 1.96034,-2.99404 4.78551,-8.871845 5.95333,-12.385957 2.15687,-6.49031 2.91056,-11.150788 2.90918,-17.989043 -0.002,-9.04369 -1.74171,-16.675285 -5.61411,-24.625 C 108.83814,28.336615 99.703541,19.180902 88.661659,13.781542 63.386624,1.4223246 32.998891,9.6303756 17.373869,33.037134 12.897615,39.742699 9.8905683,47.621074 8.5817695,56.072182 7.9730291,60.002907 7.97497,68.083372 8.5855995,72.028222 12.68001,98.479232 33.552973,117.76837 60.371266,119.88442 c 2.296075,0.18117 8.969227,-0.10347 11.625,-0.49586 z"
style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.05;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="path3950"
d="m 79.017061,944.17252 c -2.039604,-0.23009 -3.855702,-1.49266 -4.810619,-3.34441 -0.552641,-1.07167 -0.6666,-1.56349 -0.667115,-2.87913 -4.01e-4,-1.02664 0.02561,-1.22438 0.244139,-1.85616 0.768074,-2.22051 2.514105,-3.76829 4.786376,-4.24292 1.089731,-0.22762 2.291346,-0.11521 3.465826,0.32422 1.71642,0.64219 3.262053,2.41201 3.740611,4.28315 0.212671,0.83153 0.228725,2.13143 0.03643,2.95011 -0.175827,0.7486 -0.722039,1.85836 -1.228619,2.49625 -1.277915,1.60915 -3.475574,2.50483 -5.567034,2.26889 z m 1.76249,-1.27419 c 1.805073,-0.37898 3.291066,-1.7583 3.808524,-3.53514 0.22681,-0.77882 0.213524,-2.04318 -0.02972,-2.82843 -0.644003,-2.07897 -2.374741,-3.43643 -4.530102,-3.55308 -2.263397,-0.1225 -4.152797,1.08745 -4.996231,3.19953 -0.324107,0.81161 -0.403728,2.17628 -0.177504,3.04233 0.691821,2.64848 3.251597,4.23609 5.925036,3.67479 z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.01767767;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="path3950-8"
d="m 113.64843,1009.7718 c -2.03961,-0.2301 -3.85571,-1.4926 -4.81062,-3.3444 -0.55264,-1.0717 -0.6666,-1.5635 -0.66712,-2.8791 -4e-4,-1.0267 0.0256,-1.2244 0.24414,-1.8562 0.76807,-2.2205 2.51411,-3.76828 4.78638,-4.24291 1.08973,-0.22762 2.29134,-0.11521 3.46582,0.32422 1.71642,0.64219 3.26205,2.41199 3.74061,4.28319 0.21267,0.8315 0.22873,2.1314 0.0364,2.9501 -0.17582,0.7486 -0.72204,1.8583 -1.22862,2.4962 -1.27791,1.6092 -3.47557,2.5049 -5.56703,2.2689 z m 1.76249,-1.2742 c 1.80507,-0.379 3.29106,-1.7583 3.80852,-3.5351 0.22681,-0.7788 0.21352,-2.0432 -0.0297,-2.8284 -0.644,-2.079 -2.37474,-3.43648 -4.5301,-3.55313 -2.2634,-0.1225 -4.1528,1.08745 -4.99623,3.19953 -0.32411,0.8116 -0.40373,2.1763 -0.17751,3.0423 0.69182,2.6485 3.2516,4.2361 5.92504,3.6748 z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.01767767;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="path3950-3"
d="m 13.416039,977.2449 c -2.039604,-0.23009 -3.8557017,-1.49266 -4.8106187,-3.34441 -0.552641,-1.07167 -0.6666,-1.56349 -0.667115,-2.87913 -4.01e-4,-1.02664 0.02561,-1.22438 0.244139,-1.85616 0.768074,-2.22051 2.5141047,-3.76829 4.7863757,-4.24292 1.089731,-0.22762 2.291346,-0.11521 3.465826,0.32422 1.716419,0.64219 3.262052,2.41201 3.74061,4.28315 0.212671,0.83153 0.228725,2.13143 0.03643,2.95011 -0.175827,0.7486 -0.722039,1.85836 -1.228619,2.49625 -1.277914,1.60915 -3.475573,2.50483 -5.567033,2.26889 z m 1.76249,-1.27419 c 1.805073,-0.37898 3.291065,-1.7583 3.808523,-3.53514 0.22681,-0.77882 0.213524,-2.04318 -0.02972,-2.82843 -0.644003,-2.07897 -2.37474,-3.43643 -4.530101,-3.55308 -2.263397,-0.1225 -4.152797,1.08745 -4.9962307,3.19953 -0.324107,0.81161 -0.403728,2.17628 -0.177504,3.04233 0.691821,2.64848 3.2515967,4.23609 5.9250357,3.67479 z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.01767767;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="path3950-9"
d="m 47.180387,1044.42 c -2.039604,-0.23 -3.855702,-1.4926 -4.810619,-3.3444 -0.552641,-1.0716 -0.6666,-1.5635 -0.667115,-2.8791 -4.01e-4,-1.0266 0.02561,-1.2244 0.244139,-1.8562 0.768074,-2.2205 2.514105,-3.7682 4.786376,-4.2429 1.089731,-0.2276 2.291346,-0.1152 3.465826,0.3242 1.71642,0.6422 3.262053,2.4121 3.740611,4.2832 0.212671,0.8315 0.228725,2.1314 0.03643,2.9501 -0.175827,0.7486 -0.722039,1.8584 -1.228619,2.4963 -1.277915,1.6091 -3.475574,2.5048 -5.567034,2.2688 z m 1.76249,-1.2741 c 1.805073,-0.379 3.291066,-1.7583 3.808524,-3.5352 0.22681,-0.7788 0.213524,-2.0432 -0.02972,-2.8284 -0.644003,-2.079 -2.374741,-3.4364 -4.530102,-3.5531 -2.263397,-0.1225 -4.152797,1.0875 -4.996231,3.1995 -0.324107,0.8116 -0.403728,2.1763 -0.177504,3.0424 0.691821,2.6484 3.251597,4.2361 5.925036,3.6748 z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.01767767;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="g3883">
<path
style="fill:#ff6600;fill-opacity:1;stroke:#ff6600;stroke-width:0.25;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 58.825796,1036.3558 c -7.13374,-0.8237 -15.31012,-3.8196 -21.32741,-7.8145 -13.93838,-9.2537 -22.34958,-25.4869 -21.66992,-41.82188 0.82898,-19.92334 13.2809,-36.87427 32.16992,-43.79321 5.02534,-1.84075 10.01175,-2.68527 15.875,-2.68865 7.51891,-0.004 13.68968,1.34402 20.5,4.47936 12.69528,5.84466 22.888104,18.14664 26.353914,31.80724 4.17405,16.45216 -0.58961,33.60534 -12.728644,45.83374 -8.84111,8.9063 -20.3463,13.8055 -33.12527,14.1056 -2.3375,0.055 -5.05891,0.01 -6.04759,-0.1077 l 0,0 z m 11.54759,-18.3567 c 11.61583,-2.5315 20.6114,-11.4981 23.29842,-23.22328 0.58133,-2.5368 0.58133,-10.326 0,-12.86268 -2.4358,-10.62899 -10.25593,-19.24828 -20.33165,-22.40937 -3.77762,-1.18517 -4.52096,-1.2849 -9.46677,-1.27003 -5.30152,0.0159 -7.17681,0.35065 -11.3178,2.02007 -9.75903,3.9343 -16.87875,12.94281 -18.44607,23.33961 -0.94935,6.2976 0.0844,13.0011 2.8279,18.33828 3.17118,6.1692 7.54734,10.5177 13.68597,13.5993 3.05142,1.5319 6.38944,2.4712 10.375,2.9196 1.78781,0.2012 7.68316,-0.083 9.375,-0.4515 l 0,0 z"
id="path3819"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.25000000000000000;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 100.87127,1012.1422 c -1.375,-0.9095 -4.27177,-2.8071 -6.43726,-4.217 l -3.93727,-2.5634 1.22464,-2.4359 c 1.91042,-3.79993 3.27489,-8.83867 3.27489,-12.0936 l 0,-1.21726 7.91258,0 7.91258,0 -0.16005,2.44222 c -0.39094,5.96543 -2.08431,12.07724 -4.91389,17.73554 -0.96743,1.9346 -1.89786,3.6267 -2.0676,3.7603 -0.21726,0.1709 -1.04866,-0.2467 -2.80862,-1.4109 z"
id="path3827"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.25000000000000000;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 40.71027,1025.3243 c 0.9095,-1.375 2.8071,-4.2717 4.217,-6.4372 l 2.5634,-3.9373 2.4359,1.2247 c 3.7999,1.9104 8.83864,3.2748 12.09357,3.2748 l 1.21726,0 0,7.9126 0,7.9126 -2.44222,-0.16 c -5.96541,-0.391 -12.07721,-2.0844 -17.73551,-4.9139 -1.9346,-0.9675 -3.6267,-1.8979 -3.7603,-2.0676 -0.1709,-0.2173 0.2467,-1.0487 1.4109,-2.8087 z"
id="path3827-9"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.25000000000000000;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 26.53785,965.8224 c 1.375,0.9095 4.2717,2.8071 6.4372,4.217 l 3.9373,2.5634 -1.2247,2.4359 c -1.9104,3.7999 -3.2748,8.8387 -3.2748,12.0936 l 0,1.2172 -7.9126,0 -7.9126,0 0.16,-2.4422 c 0.391,-5.9654 2.0844,-12.0772 4.9139,-17.7355 0.9675,-1.9346 1.8979,-3.6267 2.0676,-3.7603 0.2173,-0.1709 1.0487,0.2467 2.8087,1.4109 z"
id="path3827-9-4"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.25000000000000000;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 87.039724,951.40003 c -0.9095,1.375 -2.8071,4.2717 -4.217,6.4372 l -2.5634,3.9373 -2.4359,-1.2247 c -3.7999,-1.9104 -8.8387,-3.2748 -12.0936,-3.2748 l -1.2172,0 0,-7.9126 0,-7.9126 2.4422,0.16 c 5.9654,0.391 12.0772,2.0844 17.7355,4.9139 1.9346,0.9675 3.6267,1.8979 3.7603,2.0676 0.1709,0.2173 -0.2467,1.0487 -1.4109,2.8087 z"
id="path3827-9-4-1"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
refind/icons/tool_fwupdate.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
refind/icons/tool_memtest.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
refind/icons/tool_mok_tool.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
refind/icons/tool_netboot.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
refind/icons/tool_part.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
refind/icons/tool_rescue.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
refind/icons/tool_shell.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
refind/icons/transparent.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

BIN
refind/icons/vol_efi.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
refind/icons/vol_external.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
refind/icons/vol_internal.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
refind/icons/vol_net.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
refind/icons/vol_optical.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

664
refind/refind.conf Executable file
View file

@ -0,0 +1,664 @@
#
# refind.conf
# Configuration file for the rEFInd boot menu
#
# Timeout in seconds for the main menu screen. Setting the timeout to 0
# disables automatic booting (i.e., no timeout). Setting it to -1 causes
# an immediate boot to the default OS *UNLESS* a keypress is in the buffer
# when rEFInd launches, in which case that keypress is interpreted as a
# shortcut key. If no matching shortcut is found, rEFInd displays its
# menu with no timeout.
#
timeout 20
# Set the logging level. When set to 0, rEFInd does not log its actions.
# When set to 1 or above, rEFInd creates a file called refind.log in
# its home directory on the ESP and records information about what it's
# doing. Higher values record more information, up to a maximum of 4.
# This token should be left at the default of 0 except when debugging
# problems.
# Default value is 0
#
#log_level 1
# Normally, when the timeout period has passed, rEFInd boots the
# default_selection. If the following option is uncommented, though,
# rEFInd will instead attempt to shut down the computer.
# CAUTION: MANY COMPUTERS WILL INSTEAD HANG OR REBOOT! Macs and more
# recent UEFI-based PCs are most likely to work with this feature.
# Default value is true
#
#shutdown_after_timeout
# Whether to store rEFInd's rEFInd-specific variables in NVRAM (1, true,
# or on) or in files in the "vars" subdirectory of rEFInd's directory on
# disk (0, false, or off). Using NVRAM works well with most computers;
# however, it increases wear on the motherboard's NVRAM, and if the EFI
# is buggy or the NVRAM is old and worn out, it may not work at all.
# Storing variables on disk is a viable alternative in such cases, or
# if you want to minimize wear and tear on the NVRAM; however, it won't
# work if rEFInd is stored on a filesystem that's read-only to the EFI
# (such as an HFS+ volume), and it increases the risk of filesystem
# damage. Note that this option affects ONLY rEFInd's own variables,
# such as the PreviousBoot, HiddenTags, HiddenTools, and HiddenLegacy
# variables. It does NOT affect Secure Boot or other non-rEFInd
# variables.
# Default is true
#
use_nvram false
# Screen saver timeout; the screen blanks after the specified number of
# seconds with no keyboard input. The screen returns after most keypresses
# (unfortunately, not including modifier keys such as Shift, Control, Alt,
# or Option). Setting a value of "-1" causes rEFInd to start up with its
# screen saver active. The default is 0, which disables the screen saver.
#
#screensaver 300
# Hide user interface elements for personal preference or to increase
# security:
# banner - the rEFInd title banner (built-in or loaded via "banner")
# label - boot option text label in the menu
# singleuser - remove the submenu options to boot macOS in single-user
# or verbose modes; affects ONLY macOS
# safemode - remove the submenu option to boot macOS in "safe mode"
# hwtest - the submenu option to run Apple's hardware test
# arrows - scroll arrows on the OS selection tag line
# hints - brief command summary in the menu
# editor - the options editor (+, F2, or Insert on boot options menu)
# badges - device-type badges for boot options
# all - all of the above
# Default is none of these (all elements active)
#
hideui singleuser,safemode,hints,arrows,badges
#hideui all
# Set the name of a subdirectory in which icons are stored. Icons must
# have the same names they have in the standard directory. The directory
# name is specified relative to the main rEFInd binary's directory. If
# an icon can't be found in the specified directory, an attempt is made
# to load it from the default directory; thus, you can replace just some
# icons in your own directory and rely on the default for others.
# Icon files may be in any supported format -- ICNS (*.icns), BMP (*.bmp),
# PNG (*.png), or JPEG (*.jpg or *.jpeg); however, rEFInd's BMP and JPEG
# implementations do not support transparency, which is highly desirable
# in icons.
# Default is "icons".
#
#icons_dir myicons
#icons_dir icons/snowy
# Use a custom title banner instead of the rEFInd icon and name. The file
# path is relative to the directory where refind.efi is located. The color
# in the top left corner of the image is used as the background color
# for the menu screens. Currently uncompressed BMP images with color
# depths of 24, 8, 4 or 1 bits are supported, as well as PNG and JPEG
# images. (ICNS images can also be used, but ICNS has limitations that
# make it a poor choice for this purpose.) PNG and JPEG support is
# limited by the underlying libraries; some files, like progressive JPEGs,
# will not work.
#
#banner hostname.bmp
#banner mybanner.jpg
#banner icons/snowy/banner-snowy.png
# Specify how to handle banners that aren't exactly the same as the screen
# size:
# noscale - Crop if too big, show with border if too small
# fillscreen - Fill the screen
# Default is noscale
#
#banner_scale fillscreen
# Icon sizes. All icons are square, so just one value is specified. The
# big icons are used for OS selectors in the first row and the small
# icons are used for tools on the second row. Drive-type badges are 1/4
# the size of the big icons. Legal values are 32 and above. If the icon
# files do not hold icons of the proper size, the icons are scaled to
# the specified size. The default values are 48 and 128 for small and
# big icons, respectively.
#
#small_icon_size 96
#big_icon_size 256
# Custom images for the selection background. There is a big one (144 x 144)
# for the OS icons, and a small one (64 x 64) for the function icons in the
# second row. If only a small image is given, that one is also used for
# the big icons by stretching it in the middle. If only a big one is given,
# the built-in default will be used for the small icons. If an image other
# than the optimal size is specified, it will be scaled in a way that may
# be ugly.
#
# Like the banner option above, these options take a filename of an
# uncompressed BMP, PNG, JPEG, or ICNS image file with a color depth of
# 24, 8, 4, or 1 bits. The PNG or ICNS format is required if you need
# transparency support (to let you "see through" to a full-screen banner).
#
#selection_big selection-big.bmp
#selection_small selection-small.bmp
# Set the font to be used for all textual displays in graphics mode.
# For best results, the font must be a PNG file with alpha channel
# transparency. It must contain ASCII characters 32-126 (space through
# tilde), inclusive, plus a glyph to be displayed in place of characters
# outside of this range, for a total of 96 glyphs. Only monospaced fonts
# are supported. Fonts may be of any size, although large fonts can
# produce display irregularities.
# The default is rEFInd's built-in font, Luxi Mono Regular 12 point.
#
#font myfont.png
# Use text mode only. When enabled, this option forces rEFInd into text mode.
# Passing this option a "0" value causes graphics mode to be used. Pasing
# it no value or any non-0 value causes text mode to be used.
# Default is to use graphics mode.
#
#textonly
# Set the EFI text mode to be used for textual displays. This option
# takes a single digit that refers to a mode number. Mode 0 is normally
# 80x25, 1 is sometimes 80x50, and higher numbers are system-specific
# modes. Mode 1024 is a special code that tells rEFInd to not set the
# text mode; it uses whatever was in use when the program was launched.
# If you specify an invalid mode, rEFInd pauses during boot to inform
# you of valid modes.
# CAUTION: On VirtualBox, and perhaps on some real computers, specifying
# a text mode and uncommenting the "textonly" option while NOT specifying
# a resolution can result in an unusable display in the booted OS.
# Default is 1024 (no change)
#
#textmode 2
# Set the screen's video resolution. Pass this option one of the following:
# * two integer values, corresponding to the X and Y resolutions
# * one integer value, corresponding to a GOP (UEFI) video mode
# * the string "max", which sets the maximum available resolution
# Note that not all resolutions are supported. On UEFI systems, passing
# an incorrect value results in a message being shown on the screen to
# that effect, along with a list of supported modes. On EFI 1.x systems
# (e.g., Macintoshes), setting an incorrect mode silently fails. On both
# types of systems, setting an incorrect resolution results in the default
# resolution being used. A resolution of 1024x768 usually works, but higher
# values often don't.
# Default is "0 0" (use the system default resolution, usually 800x600).
#
#resolution 1024 768
#resolution 1440 900
#resolution 3
#resolution max
# Enable touch screen support. If active, this feature enables use of
# touch screen controls (as on tablets). Note, however, that not all
# tablets' EFIs provide the necessary underlying support, so this
# feature may not work for you. If it does work, you should be able
# to launch an OS or tool by touching it. In a submenu, touching
# anywhere launches the currently-selection item; there is, at present,
# no way to select a specific submenu item. This feature is mutually
# exclusive with the enable_mouse feature. If both are uncommented,
# the one read most recently takes precedence.
#
#enable_touch
# Enable mouse support. If active, this feature enables use of the
# computer's mouse. Note, however, that not all computers' EFIs
# provide the necessary underlying support, so this feature may not
# work for you. If it does work, you should be able to launch an
# OS or tool by clicking it with the mouse pointer. This feature
# is mutually exclusive with the enable_touch feature. If both
# are uncommented, the one read most recently takes precedence.
#
enable_mouse
# Size of the mouse pointer, in pixels, per side.
# Default is 16
#
#mouse_size 16
# Speed of mouse tracking. Higher numbers equate to faster
# mouse movement. This option requires that enable_mouse be
# uncommented.
# Legal values are between 1 and 32. Default is 4.
#
mouse_speed 16
# Launch specified OSes in graphics mode. By default, rEFInd switches
# to text mode and displays basic pre-launch information when launching
# all OSes except macOS. Using graphics mode can produce a more seamless
# transition, but displays no information, which can make matters
# difficult if you must debug a problem. Also, on at least one known
# computer, using graphics mode prevents a crash when using the Linux
# kernel's EFI stub loader. You can specify an empty list to boot all
# OSes in text mode.
# Valid options:
# osx - macOS
# linux - A Linux kernel with EFI stub loader
# elilo - The ELILO boot loader
# grub - The GRUB (Legacy or 2) boot loader
# windows - Microsoft Windows
# Default value: osx
#
#use_graphics_for osx,linux
# Which non-bootloader tools to show on the tools line, and in what
# order to display them:
# shell - the EFI shell (requires external program; see rEFInd
# documentation for details)
# memtest - the memtest86 program, in EFI/tools, EFI/memtest86,
# EFI/memtest, EFI/tools/memtest86, EFI/tools/memtest,
# or a boot loader's directory
# gptsync - the (dangerous) gptsync.efi utility (requires external
# program; see rEFInd documentation for details)
# gdisk - the gdisk partitioning program
# apple_recovery - boots the Apple Recovery HD partition, if present
# windows_recovery - boots an OEM Windows recovery tool, if present
# (see also the windows_recovery_files option)
# mok_tool - makes available the Machine Owner Key (MOK) maintenance
# tool, MokManager.efi, used on Secure Boot systems
# csr_rotate - adjusts Apple System Integrity Protection (SIP)
# policy. Requires "csr_values" to be set.
# install - an option to install rEFInd from the current location
# to another ESP
# bootorder - adjust the EFI's (NOT rEFInd's) boot order
# about - an "about this program" option
# hidden_tags - manage hidden tags
# exit - a tag to exit from rEFInd
# shutdown - shuts down the computer (a bug causes this to reboot
# many UEFI systems)
# reboot - a tag to reboot the computer
# firmware - a tag to reboot the computer into the firmware's
# user interface (ignored on older computers)
# fwupdate - a tag to update the firmware; launches the fwupx64.efi
# (or similar) program
# netboot - launch the ipxe.efi tool for network (PXE) booting
# Default is shell,memtest,gdisk,apple_recovery,windows_recovery,mok_tool,about,hidden_tags,shutdown,reboot,firmware,fwupdate
# To completely disable scanning for all tools, provide a showtools line
# with no options.
#
#showtools shell, bootorder, gdisk, memtest, mok_tool, apple_recovery, windows_recovery, about, hidden_tags, reboot, exit, firmware, fwupdate
# Additional directories to scan for tools. You may specify a directory
# alone or a volume identifier plus pathname. The default is to scan no
# extra directories, beyond EFI/tools and any directory in which an EFI
# loader is found.
#
#also_scan_tool_dirs EFI/memtest,ESP2:/EFI/tools/memtest86
# Tool binaries to be excluded from the tools line, even if the
# general class is specified in showtools. This enables trimming an
# overabundance of tools, as when you see multiple mok_tool entries
# after installing multiple Linux distributions.
# Just as with dont_scan_files, you can specify a filename alone, a
# full pathname, or a volume identifier (filesystem label, partition
# name, or partition GUID) and a full pathname.
# Default is an empty list (nothing is excluded)
#
#dont_scan_tools ESP2:/EFI/ubuntu/mmx64.efi,gptsync_x64.efi
# Boot loaders that can launch a Windows restore or emergency system.
# These tend to be OEM-specific.
# Default is LRS_ESP:/EFI/Microsoft/Boot/LrsBootmgr.efi
#
#windows_recovery_files LRS_ESP:/EFI/Microsoft/Boot/LrsBootmgr.efi
# Directories in which to search for EFI drivers. These drivers can
# provide filesystem support, give access to hard disks on plug-in
# controllers, etc. In most cases none are needed, but if you add
# EFI drivers and you want rEFInd to automatically load them, you
# should specify one or more paths here. rEFInd always scans the
# "drivers" and "drivers_{arch}" subdirectories of its own installation
# directory (where "{arch}" is your architecture code); this option
# specifies ADDITIONAL directories to scan.
# Default is to scan no additional directories for EFI drivers
#
#scan_driver_dirs EFI/tools/drivers,drivers
# Which types of boot loaders to search, and in what order to display them:
# internal - internal EFI disk-based boot loaders
# external - external EFI disk-based boot loaders
# optical - EFI optical discs (CD, DVD, etc.)
# netboot - EFI network (PXE) boot options
# hdbios - BIOS disk-based boot loaders
# biosexternal - BIOS external boot loaders (USB, eSATA, etc.)
# cd - BIOS optical-disc boot loaders
# manual - use stanzas later in this configuration file
# firmware - boot EFI programs set in the firmware's NVRAM
# Note that the legacy BIOS options require firmware support, which is
# not present on all computers.
# The netboot option is experimental and relies on the ipxe.efi and
# ipxe_discover.efi program files.
# On UEFI PCs, default is internal,external,optical,manual
# On Macs, default is internal,hdbios,external,biosexternal,optical,cd,manual
#
#scanfor internal,external,optical,manual,firmware
scanfor manual
# By default, rEFInd relies on the UEFI firmware to detect BIOS-mode boot
# devices. This sometimes doesn't detect all the available devices, though.
# For these cases, uefi_deep_legacy_scan results in a forced scan and
# modification of NVRAM variables on each boot. Adding "0", "off", or
# "false" resets to the default value. This token has no effect on Macs or
# when no BIOS-mode options are set via scanfor.
# Default is unset (or "uefi_deep_legacy_scan false")
#
#uefi_deep_legacy_scan
# Delay for the specified number of seconds before scanning disks.
# This can help some users who find that some of their disks
# (usually external or optical discs) aren't detected initially,
# but are detected after pressing Esc.
# The default is 0.
#
#scan_delay 5
# When scanning volumes for EFI boot loaders, rEFInd always looks for
# macOS's and Microsoft Windows' boot loaders in their normal locations,
# and scans the root directory and every subdirectory of the /EFI directory
# for additional boot loaders, but it doesn't recurse into these directories.
# The also_scan_dirs token adds more directories to the scan list.
# Directories are specified relative to the volume's root directory. This
# option applies to ALL the volumes that rEFInd scans UNLESS you include
# a volume name and colon before the directory name, as in "myvol:/somedir"
# to scan the somedir directory only on the filesystem named myvol. If a
# specified directory doesn't exist, it's ignored (no error condition
# results). The "+" symbol denotes appending to the list of scanned
# directories rather than overwriting that list.
# The default is to scan the "boot" and "@/boot" directories in addition
# to various hard-coded directories.
#
#also_scan_dirs boot,ESP2:EFI/linux/kernels
#also_scan_dirs boot,@/boot
#also_scan_dirs +,@/kernels
# Partitions (or whole disks, for legacy-mode boots) to omit from scans.
# For EFI-mode scans, you normally specify a volume by its label, which you
# can obtain in an EFI shell by typing "vol", from Linux by typing
# "blkid /dev/{devicename}", or by examining the disk's label in various
# OSes' file browsers. It's also possible to identify a partition by its
# unique GUID (aka its "PARTUUID" in Linux parlance). (Note that this is
# NOT the partition TYPE CODE GUID.) This identifier can be obtained via
# "blkid" in Linux or "diskutil info {partition-id}" in macOS.
# For legacy-mode scans, you can specify any subset of the boot loader
# description shown when you highlight the option in rEFInd.
# The default is "LRS_ESP".
#
#dont_scan_volumes "Recovery HD"
# Directories that should NOT be scanned for boot loaders. By default,
# rEFInd doesn't scan its own directory, the EFI/tools directory, the
# EFI/memtest directory, the EFI/memtest86 directory, or the
# com.apple.recovery.boot directory. Using the dont_scan_dirs option
# enables you to "blacklist" other directories; but be sure to use "+"
# as the first element if you want to continue blacklisting existing
# directories. You might use this token to keep EFI/boot/bootx64.efi out
# of the menu if that's a duplicate of another boot loader or to exclude
# a directory that holds drivers or non-bootloader utilities provided by
# a hardware manufacturer. If a directory is listed both here and in
# also_scan_dirs, dont_scan_dirs takes precedence. Note that this
# blacklist applies to ALL the filesystems that rEFInd scans, not just
# the ESP, unless you precede the directory name by a filesystem name or
# partition unique GUID, as in "myvol:EFI/somedir" to exclude EFI/somedir
# from the scan on the myvol volume but not on other volumes.
#
#dont_scan_dirs ESP:/EFI/boot,EFI/Dell,EFI/memtest86
# Files that should NOT be included as EFI boot loaders (on the
# first line of the display). If you're using a boot loader that
# relies on support programs or drivers that are installed alongside
# the main binary or if you want to "blacklist" certain loaders by
# name rather than location, use this option. Note that this will
# NOT prevent certain binaries from showing up in the second-row
# set of tools. Most notably, various Secure Boot and recovery
# tools are present in this list, but may appear as second-row
# items.
# The file may be specified as a bare name (e.g., "notme.efi"), as
# a complete pathname (e.g., "/EFI/somedir/notme.efi"), or as a
# complete pathname with volume (e.g., "SOMEDISK:/EFI/somedir/notme.efi"
# or 2C17D5ED-850D-4F76-BA31-47A561740082:/EFI/somedir/notme.efi").
# OS tags hidden via the Delete or '-' key in the rEFInd menu are
# added to this list, but stored in NVRAM.
# The default is shim.efi,shim-fedora.efi,shimx64.efi,PreLoader.efi,
# TextMode.efi,ebounce.efi,GraphicsConsole.efi,MokManager.efi,HashTool.efi,
# HashTool-signed.efi,bootmgr.efi,fb{arch}.efi
# (where "{arch}" is the architecture code, like "x64").
# If you want to keep these defaults but add to them, be sure to
# specify "+" as the first item in the new list; if you don't, then
# items from the default list are likely to appear.
#
#dont_scan_files shim.efi,MokManager.efi
# EFI NVRAM Boot#### variables that should NOT be presented as loaders
# when "firmware" is an option to "scanfor". The comma-separated list
# presented here contains strings that are matched against the
# description field -- if a value here is a case-insensitive substring
# of the boot option description, then it will be excluded from the
# boot list. To specify a string that includes a space, enclose it
# in quotes. Specifying "shell" will counteract the automatic
# inclusion of built-in EFI shells.
#
#dont_scan_firmware HARDDISK,shell,"Removable Device"
# Scan for Linux kernels that lack a ".efi" filename extension. This is
# useful for better integration with Linux distributions that provide
# kernels with EFI stub loaders but that don't give those kernels filenames
# that end in ".efi", particularly if the kernels are stored on a
# filesystem that the EFI can read. When set to "1", "true", or "on", this
# option causes all files in scanned directories with names that begin with
# "vmlinuz", "bzImage", or "kernel" to be included as loaders, even if they
# lack ".efi" extensions. Passing this option a "0", "false", or "off" value
# causes kernels without ".efi" extensions to NOT be scanned.
# Default is "true" -- to scan for kernels without ".efi" extensions.
#
#scan_all_linux_kernels false
# Support loaders that have been compressed with gzip.
# On x86 and x86-64 platforms, Linux kernels are self-decompressing.
# On ARM64, Linux kernel files are typically compressed with gzip,
# including the EFI stub loader. This makes them unloadable in rEFInd
# unless rEFInd itself uncompresses them. This option enables rEFInd
# to do this. This feature is unnecessary on x86 and x86-64 systems.
# Default is "false" on x86 and x86-64; "true" on ARM64.
#
#support_gzipped_loaders true
# Combine all Linux kernels in a given directory into a single entry.
# When so set, the kernel with the most recent time stamp will be launched
# by default, and its filename will appear in the entry's description.
# To launch other kernels, the user must press F2 or Insert; alternate
# kernels then appear as options on the sub-menu.
# Default is "true" -- kernels are "folded" into a single menu entry.
#
#fold_linux_kernels false
# Filename prefixes that indicate a file is a Linux kernel. Files that
# begin with any of these strings are treated as Linux kernels, if they
# are also EFI boot loaders. To include the default string, use "+"
# Default is "vmlinuz,bzImage,kernel", except on ARM64, where it is
# "vmlinuz,Image,kernel".
#
#linux_prefixes vmlinuz,bzImage,kernel
#linux_prefixes +,zImage
# Comma-delimited list of strings to treat as if they were numbers for the
# purpose of kernel version number detection. These strings are matched on a
# first-found basis; that is, if you want to treat both "linux-lts" and
# "linux" as version strings, they MUST be specified as "linux-lts,linux",
# since if you specify it the other way, both vmlinuz-linux and
# vmlinuz-linux-lts will return with "linux" as the "version string," which
# is not what you'd want. Also, if the kernel or initrd file includes both a
# specified string and digits, the "version string" includes both. For
# instance, "vmlinuz-linux-4.8" would yield a version string of "linux-4.8".
# This option is intended for Arch and other distributions that don't include
# version numbers in their kernel filenames, but may provide other uniquely
# identifying strings for multiple kernels. If this feature causes problems
# (say, if your kernel filename includes "linux" but the initrd filename
# doesn't), be sure this is set to an empty string
# (extra_kernel_version_strings "") or comment out the option to disable it.
# Default is no extra version strings
#
extra_kernel_version_strings "linux-hardened,linux-rt-lts,linux-zen,linux-lts,linux-rt,linux"
# Write to systemd EFI variables (currently only LoaderDevicePartUUID) when
# launching Linux via an EFI stub loader, ELILO, or GRUB. This variable,
# when present, causes systemd to mount the ESP at /boot or /efi *IF* either
# directory is empty and nothing else is mounted there.
# Default is "false"
#
#write_systemd_vars true
# Symlinked loaders will be processed when this setting is set to true.
# These are ignored by default as they may result in undesirable outcomes.
# This token may, however, be useful on Linux setups that provide symbolic
# links in scanned locations that point to kernels in unscanned locations,
# such as some openSUSE installations.
#
#follow_symlinks true
# Set the maximum number of tags that can be displayed on the screen at
# any time. If more loaders are discovered than this value, rEFInd shows
# a subset in a scrolling list. If this value is set too high for the
# screen to handle, it's reduced to the value that the screen can manage.
# If this value is set to 0 (the default), it's adjusted to the number
# that the screen can handle.
#
#max_tags 0
# Set the default menu selection. The available arguments match the
# keyboard accelerators available within rEFInd. You may select the
# default loader using:
# - A digit between 1 and 9, in which case the Nth loader in the menu
# will be the default.
# - A "+" symbol at the start of the string, which refers to the most
# recently booted loader.
# - Any substring that corresponds to a portion of the loader's title
# (usually the OS's name, boot loader's path, or a volume or
# filesystem title).
# You may also specify multiple selectors by separating them with commas
# and enclosing the list in quotes. (The "+" option is only meaningful in
# this context.)
# If you follow the selector(s) with two times, in 24-hour format, the
# default will apply only between those times. The times are in the
# motherboard's time standard, whether that's UTC or local time, so if
# you use UTC, you'll need to adjust this from local time manually.
# Times may span midnight as in "23:30 00:30", which applies to 11:30 PM
# to 12:30 AM. You may specify multiple default_selection lines, in which
# case the last one to match takes precedence. Thus, you can set a main
# option without a time followed by one or more that include times to
# set different defaults for different times of day.
# The default behavior is to boot the previously-booted OS.
#
#default_selection 1
#default_selection Microsoft
#default_selection "+,bzImage,vmlinuz"
#default_selection Maintenance 23:30 2:00
#default_selection "Maintenance,macOS" 1:00 2:30
# Enable VMX bit and lock the CPU MSR if unlocked.
# On some Intel Apple computers, the firmware does not lock the MSR 0x3A.
# The symptom on Windows is Hyper-V not working even if the CPU
# meets the minimum requirements (HW assisted virtualization and SLAT)
# DO NOT SET THIS EXCEPT ON INTEL CPUs THAT SUPPORT VMX! See
# http://www.thomas-krenn.com/en/wiki/Activating_the_Intel_VT_Virtualization_Feature
# for more on this subject.
# The default is false: Don't try to enable and lock the MSR.
#
#enable_and_lock_vmx false
# Tell a Mac's EFI that macOS is about to be launched, even when it's not.
# This option causes some Macs to initialize their hardware differently than
# when a third-party OS is launched normally. In some cases (particularly on
# Macs with multiple video cards), using this option can cause hardware to
# work that would not otherwise work. On the other hand, using this option
# when it is not necessary can cause hardware (such as keyboards and mice) to
# become inaccessible. Therefore, you should not enable this option if your
# non-Apple OSes work correctly; enable it only if you have problems with
# some hardware devices. When needed, a value of "10.9" usually works, but
# you can experiment with other values. This feature has no effect on
# non-Apple computers.
# The default is inactive (no macOS spoofing is done).
#
#spoof_osx_version 10.9
# Set the CSR values for Apple's System Integrity Protection (SIP) feature.
# Values are two-byte (four-character) hexadecimal numbers. These values
# define which specific security features are enabled. Below are the codes
# for what the values mean. Add them up (in hexadecimal!) to set new values.
# Apple's "csrutil enable" and "csrutil disable" commands set values of 10
# and 877, respectively. (Prior to OS 11, 77 was used rather than 877; 877
# is required for OS 11, and should work for OS X 10.x, too.)
# CSR_ALLOW_UNTRUSTED_KEXTS 0x0001
# CSR_ALLOW_UNRESTRICTED_FS 0x0002
# CSR_ALLOW_TASK_FOR_PID 0x0004
# CSR_ALLOW_KERNEL_DEBUGGER 0x0008
# CSR_ALLOW_APPLE_INTERNAL 0x0010
# CSR_ALLOW_UNRESTRICTED_DTRACE 0x0020
# CSR_ALLOW_UNRESTRICTED_NVRAM 0x0040
# CSR_ALLOW_DEVICE_CONFIGURATION 0x0080
# CSR_ALLOW_ANY_RECOVERY_OS 0x0100
# CSR_ALLOW_UNAPPROVED_KEXTS 0x0200
# CSR_ALLOW_EXECUTABLE_POLICY_OVERRIDE 0x0400
# CSR_ALLOW_UNAUTHENTICATED_ROOT 0x0800
#csr_values 10,877
# Include a secondary configuration file within this one. This secondary
# file is loaded as if its options appeared at the point of the "include"
# token itself, so if you want to override a setting in the main file,
# the secondary file must be referenced AFTER the setting you want to
# override. Note that the secondary file may NOT load a tertiary file.
#
#include manual.conf
# Sample manual configuration stanzas. Each begins with the "menuentry"
# keyword followed by a name that's to appear in the menu (use quotes
# if you want the name to contain a space) and an open curly brace
# ("{"). Each entry ends with a close curly brace ("}"). Common
# keywords within each stanza include:
#
# volume - identifies the filesystem from which subsequent files
# are loaded. You can specify the volume by filesystem
# label, by partition label, or by partition GUID number
# (but NOT yet by filesystem UUID number).
# loader - identifies the boot loader file
# initrd - Specifies an initial RAM disk file
# icon - specifies a custom boot loader icon
# ostype - OS type code to determine boot options available by
# pressing Insert. Valid values are "MacOS", "Linux",
# "Windows", and "XOM". Case-sensitive.
# graphics - set to "on" to enable graphics-mode boot (useful
# mainly for MacOS) or "off" for text-mode boot.
# Default is auto-detected from loader filename.
# options - sets options to be passed to the boot loader; use
# quotes if more than one option should be passed or
# if any options use characters that might be changed
# by rEFInd parsing procedures (=, /, #, or tab).
# disabled - use alone or set to "yes" to disable this entry.
#
# Note that you can use either DOS/Windows/EFI-style backslashes (\)
# or Unix-style forward slashes (/) as directory separators. Either
# way, all file references are on the ESP from which rEFInd was
# launched.
# Use of quotes around parameters causes them to be interpreted as
# one keyword, and for parsing of special characters (spaces, =, /,
# and #) to be disabled. This is useful mainly with the "options"
# keyword. Use of quotes around parameters that specify filenames is
# permissible, but you must then use backslashes instead of slashes,
# except when you must pass a forward slash to the loader, as when
# passing a root= option to a Linux kernel.
# Below are several sample boot stanzas. All are disabled by default.
# Find one similar to what you need, copy it, remove the "disabled" line,
# and adjust the entries to suit your needs.
menuentry "Pluto" {
icon /EFI/refind/icons/os_arch.png
loader /vmlinuz-linux
initrd /initramfs-linux.img
options "root=UUID=b12cf33b-7bbc-4608-92ff-6c85c382e435 rw"
}
menuentry "Bazzite" {
icon EFI/refind/icons/os_linux.png
loader /EFI/fedora/shimx64.efi
# initrd /EFI/fedora/initramfs.img
# options "root=UUID=… rw"
}

Some files were not shown because too many files have changed in this diff Show more