Add individual app icons
|
@ -4,7 +4,7 @@ Comment=Control various application permissions and settings
|
|||
Exec=gnome-control-center applications
|
||||
# FIXME
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=preferences-desktop-apps-symbolic
|
||||
Icon=org.gnome.Settings-applications-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/applications/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-applications-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 2 0 c -1.089844 0 -2 0.910156 -2 2 v 3 c 0 1.089844 0.910156 2 2 2 h 3 c 1.089844 0 2 -0.910156 2 -2 v -3 c 0 -1.089844 -0.910156 -2 -2 -2 z m 8 0 c -1.089844 0 -2 0.910156 -2 2 v 3 c 0 1.089844 0.910156 2 2 2 h 3 c 1.089844 0 2 -0.910156 2 -2 v -3 c 0 -1.089844 -0.910156 -2 -2 -2 z m -8 2 h 3 v 3 h -3 z m 8 0 h 3 v 3 h -3 z m -8 6 c -1.089844 0 -2 0.910156 -2 2 v 3 c 0 1.089844 0.910156 2 2 2 h 3 c 1.089844 0 2 -0.910156 2 -2 v -3 c 0 -1.089844 -0.910156 -2 -2 -2 z m 8 0 c -1.089844 0 -2 0.910156 -2 2 v 3 c 0 1.089844 0.910156 2 2 2 h 3 c 1.089844 0 2 -0.910156 2 -2 v -3 c 0 -1.089844 -0.910156 -2 -2 -2 z m -8 2 h 3 v 3 h -3 z m 8 0 h 3 v 3 h -3 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 830 B |
|
@ -54,3 +54,5 @@ panels_libs += static_library(
|
|||
dependencies : deps,
|
||||
c_args : cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -3,7 +3,7 @@ Name=Appearance
|
|||
Comment=Change your background image or the UI colors
|
||||
Exec=gnome-control-center background
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=preferences-desktop-appearance
|
||||
Icon=org.gnome.Settings-appearance-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/background/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-appearance-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#2e3436">
|
||||
<path d="m 3.011719 1 c -1.644531 0 -3.0000002 1.355469 -3.0000002 3 v 6 c 0 1.644531 1.3554692 3 3.0000002 3 h 10 c 1.644531 0 3 -1.355469 3 -3 v -6 c 0 -0.570312 -0.167969 -1.101562 -0.449219 -1.558594 l -1.550781 1.554688 v 6.003906 c 0 0.570312 -0.429688 1 -1 1 h -10 c -0.570313 0 -1 -0.429688 -1 -1 v -6 c 0 -0.570312 0.429687 -1 1 -1 h 5.96875 l 2.007812 -2 z m 0 0"/>
|
||||
<path d="m 11.011719 7 c 0 1.65625 -1.339844 3.007812 -3 3 h -3 v -3 c 0 -1.660156 1.34375 -3 3 -3 c 1.660156 0 3 1.339844 3 3 z m 0 0"/>
|
||||
<path d="m 13.410156 0 l -3.46875 3.457031 c 0.683594 0.355469 1.234375 0.910157 1.589844 1.589844 l 0.171875 -0.171875 l 0.007813 0.007812 l 4.300781 -4.300781 v -0.582031 z m 0 0"/>
|
||||
<path d="m 5.011719 14 c -1.105469 0 -2 0.894531 -2 2 h 10 c 0 -1.105469 -0.894531 -2 -2 -2 z m 0 0"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 999 B |
|
@ -94,3 +94,5 @@ panels_libs += static_library(
|
|||
dependencies: deps,
|
||||
c_args: cflags,
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Name=Bluetooth
|
||||
Comment=Turn Bluetooth on and off and connect your devices
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=bluetooth
|
||||
Icon=org.gnome.Settings-bluetooth-symbolic
|
||||
Exec=gnome-control-center bluetooth
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
4
panels/bluetooth/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-bluetooth-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 7.585938 0.0898438 c -0.355469 0.1640622 -0.585938 0.5195312 -0.585938 0.9101562 v 5.296875 l -2.34375 -2.046875 c -0.414062 -0.363281 -1.042969 -0.324219 -1.40625 0.089844 c -0.363281 0.417968 -0.324219 1.046875 0.09375 1.410156 l 2.566406 2.25 l -2.566406 2.25 c -0.417969 0.363281 -0.457031 0.992188 -0.09375 1.40625 c 0.363281 0.417969 0.992188 0.457031 1.40625 0.09375 l 2.34375 -2.046875 v 5.296875 c 0 0.390625 0.230469 0.746094 0.585938 0.910156 c 0.359374 0.160156 0.777343 0.101563 1.070312 -0.160156 l 4 -3.5 c 0.21875 -0.1875 0.34375 -0.460938 0.34375 -0.75 s -0.125 -0.5625 -0.34375 -0.75 l -3.140625 -2.75 l 3.140625 -2.75 c 0.21875 -0.1875 0.34375 -0.460938 0.34375 -0.75 s -0.125 -0.5625 -0.34375 -0.75 l -4 -3.5 c -0.292969 -0.2617188 -0.710938 -0.3242188 -1.070312 -0.1601562 z m 1.414062 3.1132812 l 1.484375 1.296875 l -1.484375 1.296875 z m 0 7 l 1.484375 1.296875 l -1.484375 1.296875 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -37,3 +37,5 @@ panels_libs += static_library(
|
|||
dependencies: deps,
|
||||
c_args: cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -4,7 +4,7 @@ Comment=Protect your pictures
|
|||
Exec=gnome-control-center camera
|
||||
# FIXME
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=camera-photo
|
||||
Icon=org.gnome.Settings-camera-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/camera/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-camera-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 6.414062 0 c -0.265624 0 -0.519531 0.105469 -0.707031 0.292969 l -1.707031 1.707031 h -1.085938 c -1.644531 0 -2.9999995 1.355469 -2.9999995 3 v 7 c 0 1.644531 1.3554685 3 2.9999995 3 h 10 c 1.644532 0 3 -1.355469 3 -3 v -7 c 0 -1.644531 -1.355468 -3 -3 -3 h -1.085937 l -1.707031 -1.707031 c -0.1875 -0.1875 -0.441406 -0.292969 -0.707032 -0.292969 z m 0.414063 2 h 2.171875 l 1.707031 1.707031 c 0.1875 0.1875 0.441407 0.292969 0.707031 0.292969 h 1.5 c 0.570313 0 1 0.429688 1 1 v 7 c 0 0.570312 -0.429687 1 -1 1 h -10 c -0.570312 0 -1 -0.429688 -1 -1 v -7 c 0 -0.570312 0.429688 -1 1 -1 h 1.5 c 0.265626 0 0.519532 -0.105469 0.707032 -0.292969 z m 1.085937 3 c -1.644531 0 -3 1.355469 -3 3 s 1.585938 3 3 3 c 1.414063 0 3 -1.355469 3 -3 s -1.355468 -3 -3 -3 z m 0 2 c 0.5625 0 1 0.4375 1 1 s -0.4375 1 -1 1 s -1 -0.4375 -1 -1 s 0.4375 -1 1 -1 z m 0 0" fill="#2e3434"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1,021 B |
|
@ -37,3 +37,5 @@ panels_libs += static_library(
|
|||
dependencies: common_deps,
|
||||
c_args: cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -3,7 +3,7 @@ Name=Color
|
|||
Comment=Calibrate the color of your devices, such as displays, cameras or printers
|
||||
Exec=gnome-control-center color
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=preferences-color
|
||||
Icon=org.gnome.Settings-color-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
Before Width: | Height: | Size: 837 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 5.7 KiB |
|
@ -1,21 +1,4 @@
|
|||
icon_sizes = [
|
||||
'16x16',
|
||||
'22x22',
|
||||
'24x24',
|
||||
'32x32',
|
||||
'48x48',
|
||||
'64x64',
|
||||
'256x256'
|
||||
]
|
||||
|
||||
foreach icon_size: icon_sizes
|
||||
install_data(
|
||||
join_paths(icon_size, 'preferences-color.png'),
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', icon_size, 'apps')
|
||||
)
|
||||
endforeach
|
||||
|
||||
install_data(
|
||||
'scalable/preferences-color.svg',
|
||||
'scalable/org.gnome.Settings-color-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
||||
|
|
|
@ -1,149 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import sys
|
||||
import xml.sax
|
||||
import subprocess
|
||||
|
||||
INKSCAPE = '/usr/bin/inkscape'
|
||||
SRC = os.path.join('.', 'src')
|
||||
|
||||
inkscape_process = None
|
||||
|
||||
def wait_for_prompt(process, command=None):
|
||||
if command is not None:
|
||||
process.stdin.write(command+'\n')
|
||||
|
||||
output = process.stdout.read(1)
|
||||
output += process.stdout.read(1)
|
||||
|
||||
while output != "\n>":
|
||||
output = output[-1:]
|
||||
output += process.stdout.read(1)
|
||||
|
||||
def start_inkscape():
|
||||
process = subprocess.Popen([INKSCAPE, '--shell'], bufsize=0, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
|
||||
wait_for_prompt(process)
|
||||
return process
|
||||
|
||||
def inkscape_render_rect(icon_file, rect, output_file):
|
||||
global inkscape_process
|
||||
if inkscape_process is None:
|
||||
inkscape_process = start_inkscape()
|
||||
wait_for_prompt(inkscape_process, '%s -i %s -e %s' % (icon_file, rect, output_file))
|
||||
|
||||
class ContentHandler(xml.sax.ContentHandler):
|
||||
ROOT = 0
|
||||
SVG = 1
|
||||
LAYER = 2
|
||||
OTHER = 3
|
||||
TEXT = 4
|
||||
def __init__(self, path, force=False):
|
||||
self.stack = [self.ROOT]
|
||||
self.inside = [self.ROOT]
|
||||
self.path = path
|
||||
self.rects = []
|
||||
self.state = self.ROOT
|
||||
self.chars = ""
|
||||
self.force = force
|
||||
|
||||
def endDocument(self):
|
||||
pass
|
||||
|
||||
def startElement(self, name, attrs):
|
||||
if self.inside[-1] == self.ROOT:
|
||||
if name == "svg":
|
||||
self.stack.append(self.SVG)
|
||||
self.inside.append(self.SVG)
|
||||
return
|
||||
elif self.inside[-1] == self.SVG:
|
||||
if (name == "g" and attrs.has_key('inkscape:groupmode') and attrs.has_key('inkscape:label')
|
||||
and attrs['inkscape:groupmode'] == 'layer' and attrs['inkscape:label'].startswith('baseplate')):
|
||||
self.stack.append(self.LAYER)
|
||||
self.inside.append(self.LAYER)
|
||||
self.context = None
|
||||
self.icon_name = None
|
||||
self.rects = []
|
||||
return
|
||||
elif self.inside[-1] == self.LAYER:
|
||||
if name == "text" and attrs.has_key('inkscape:label') and attrs['inkscape:label'] == 'context':
|
||||
self.stack.append(self.TEXT)
|
||||
self.inside.append(self.TEXT)
|
||||
self.text='context'
|
||||
self.chars = ""
|
||||
return
|
||||
elif name == "text" and attrs.has_key('inkscape:label') and attrs['inkscape:label'] == 'icon-name':
|
||||
self.stack.append(self.TEXT)
|
||||
self.inside.append(self.TEXT)
|
||||
self.text='icon-name'
|
||||
self.chars = ""
|
||||
return
|
||||
elif name == "rect":
|
||||
self.rects.append(attrs)
|
||||
|
||||
self.stack.append(self.OTHER)
|
||||
|
||||
|
||||
def endElement(self, name):
|
||||
stacked = self.stack.pop()
|
||||
if self.inside[-1] == stacked:
|
||||
self.inside.pop()
|
||||
|
||||
if stacked == self.TEXT and self.text is not None:
|
||||
assert self.text in ['context', 'icon-name']
|
||||
if self.text == 'context':
|
||||
self.context = self.chars
|
||||
elif self.text == 'icon-name':
|
||||
self.icon_name = self.chars
|
||||
self.text = None
|
||||
elif stacked == self.LAYER:
|
||||
assert self.icon_name
|
||||
assert self.context
|
||||
print '%s %s' % (self.context, self.icon_name)
|
||||
for rect in self.rects:
|
||||
width = rect['width']
|
||||
height = rect['height']
|
||||
id = rect['id']
|
||||
|
||||
dir = os.path.join("icons", "%sx%s" % (width, height), self.context)
|
||||
outfile = os.path.join(dir, self.icon_name+'.png')
|
||||
if not os.path.exists(dir):
|
||||
os.makedirs(dir)
|
||||
# Do a time based check!
|
||||
if self.force or not os.path.exists(outfile):
|
||||
inkscape_render_rect(self.path, id, outfile)
|
||||
sys.stdout.write('.')
|
||||
else:
|
||||
stat_in = os.stat(self.path)
|
||||
stat_out = os.stat(outfile)
|
||||
if stat_in.st_mtime > stat_out.st_mtime:
|
||||
inkscape_render_rect(self.path, id, outfile)
|
||||
sys.stdout.write('.')
|
||||
else:
|
||||
sys.stdout.write('-')
|
||||
sys.stdout.flush()
|
||||
sys.stdout.write('\n')
|
||||
sys.stdout.flush()
|
||||
|
||||
def characters(self, chars):
|
||||
self.chars += chars.strip()
|
||||
|
||||
if len(sys.argv) == 1:
|
||||
if not os.path.exists('icons'):
|
||||
os.mkdir('icons')
|
||||
print 'Rendering from SVGs in %s' % SRC
|
||||
for file in os.listdir(SRC):
|
||||
if file[-4:] == '.svg':
|
||||
file = os.path.join(SRC, file)
|
||||
handler = ContentHandler(file)
|
||||
xml.sax.parse(open(file), handler)
|
||||
else:
|
||||
file = os.path.join(SRC, sys.argv[1] + '.svg')
|
||||
if os.path.exists(os.path.join(file)):
|
||||
handler = ContentHandler(file, True)
|
||||
xml.sax.parse(open(file), handler)
|
||||
else:
|
||||
print "Error: No such file %s" % file
|
||||
sys.exit(1)
|
||||
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#2e3434">
|
||||
<path d="m 8.085938 0.015625 c -2.203126 0 -4 1.796875 -4 4 s 1.796874 4 4 4 c 2.203124 0 4 -1.796875 4 -4 s -1.796876 -4 -4 -4 z m 0 1.972656 c 1.121093 -0.003906 2.03125 0.90625 2.027343 2.027344 c 0.003907 1.121094 -0.90625 2.03125 -2.027343 2.027344 c -1.121094 0.003906 -2.027344 -0.90625 -2.027344 -2.027344 s 0.90625 -2.03125 2.027344 -2.027344 z m 0 0"/>
|
||||
<path d="m 4.070312 7.015625 c -2.21875 0 -4.0312495 1.8125 -4.0312495 4.03125 s 1.8124995 4.03125 4.0312495 4.03125 c 2.222657 0 4.03125 -1.8125 4.03125 -4.03125 s -1.808593 -4.03125 -4.03125 -4.03125 z m 0 1.988281 c 1.132813 -0.003906 2.046876 0.914063 2.042969 2.042969 c 0.003907 1.128906 -0.910156 2.046875 -2.042969 2.042969 c -1.128906 0.003906 -2.042968 -0.914063 -2.042968 -2.042969 s 0.914062 -2.046875 2.042968 -2.042969 z m 0 0"/>
|
||||
<path d="m 15.992188 11 c 0 2.207031 -1.789063 4 -4 4 c -2.207032 0 -4 -1.789062 -4 -4 s 1.792968 -4 4 -4 c 2.210937 0 4 1.792969 4 4 z m 0 0"/>
|
||||
<path d="m 6.898438 11 c 0 1.554688 -1.257813 2.8125 -2.8125 2.8125 c -1.550782 0 -2.8125 -1.257812 -2.8125 -2.8125 s 1.261718 -2.8125 2.8125 -2.8125 c 1.554687 0 2.8125 1.257812 2.8125 2.8125 z m 0 0" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 145 KiB |
|
@ -3,7 +3,7 @@ Name=Date & Time
|
|||
Comment=Change the date and time, including time zone
|
||||
Exec=gnome-control-center datetime
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=preferences-system-time
|
||||
Icon=org.gnome.Settings-time-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
Before Width: | Height: | Size: 999 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.5 KiB |
|
@ -1,19 +1,4 @@
|
|||
icon_sizes = [
|
||||
'16x16',
|
||||
'22x22',
|
||||
'32x32',
|
||||
'48x48',
|
||||
'256x256'
|
||||
]
|
||||
|
||||
foreach icon_size: icon_sizes
|
||||
install_data(
|
||||
join_paths(icon_size, 'preferences-system-time.png'),
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', icon_size, 'apps')
|
||||
)
|
||||
endforeach
|
||||
|
||||
install_data(
|
||||
'scalable/preferences-system-time.svg',
|
||||
'scalable/org.gnome.Settings-time-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#2e3436">
|
||||
<path d="m 8 0 c -4.40625 0 -8 3.59375 -8 8 s 3.59375 8 8 8 s 8 -3.59375 8 -8 s -3.59375 -8 -8 -8 z m 0 2 c 3.324219 0 6 2.671875 6 6 c 0 3.324219 -2.675781 6 -6 6 s -6 -2.675781 -6 -6 c 0 -3.328125 2.675781 -6 6 -6 z m 0 0"/>
|
||||
<path d="m 4.929688 4.953125 c -0.132813 0.003906 -0.257813 0.058594 -0.351563 0.152344 c -0.191406 0.195312 -0.1875 0.511719 0.007813 0.707031 l 3.113281 3.042969 c 0.105469 0.097656 0.246093 0.144531 0.386719 0.128906 h 2.914062 c 0.277344 0 0.5 -0.222656 0.5 -0.5 c 0 -0.273437 -0.222656 -0.5 -0.5 -0.5 h -2.761719 l -2.953125 -2.886719 c -0.09375 -0.09375 -0.222656 -0.144531 -0.355468 -0.144531 z m 0 0"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 820 B |
|
@ -1,861 +0,0 @@
|
|||
<?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:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="48"
|
||||
height="48"
|
||||
id="svg3639"
|
||||
version="1.1"
|
||||
inkscape:version="0.47 r22583"
|
||||
sodipodi:docname="New document 2">
|
||||
<defs
|
||||
id="defs3641">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective3647" />
|
||||
<inkscape:perspective
|
||||
id="perspective3453"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient13249-6-3"
|
||||
id="radialGradient6295-0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.9936278,0,0,0.3495627,3.5429153,708.68473)"
|
||||
cx="556"
|
||||
cy="1115.3873"
|
||||
fx="556"
|
||||
fy="1115.3873"
|
||||
r="44" />
|
||||
<linearGradient
|
||||
id="linearGradient13249-6-3">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop13251-6-5" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop13253-9-5" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4254-7"
|
||||
id="radialGradient6297-8"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.5434298,0,0,1.553224,-832.13128,-571.17705)"
|
||||
cx="539.14423"
|
||||
cy="1032.4518"
|
||||
fx="539.14423"
|
||||
fy="1032.4518"
|
||||
r="44" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4254-7">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4256-17" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4258-0" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="44"
|
||||
fy="1053.6022"
|
||||
fx="549.57959"
|
||||
cy="1053.6022"
|
||||
cx="549.57959"
|
||||
gradientTransform="matrix(1.3773467,-1.791245e-7,1.7912446e-7,1.3773464,-207.83681,-395.55015)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient6576-6"
|
||||
xlink:href="#linearGradient3541-12-0"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
id="linearGradient3541-12-0">
|
||||
<stop
|
||||
id="stop3543-20-4"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
<stop
|
||||
style="stop-color:#babdb6;stop-opacity:1"
|
||||
offset="0.30514973"
|
||||
id="stop5354-2-1" />
|
||||
<stop
|
||||
style="stop-color:#555753;stop-opacity:1"
|
||||
offset="0.63298833"
|
||||
id="stop5352-17-3" />
|
||||
<stop
|
||||
style="stop-color:#888a85;stop-opacity:1"
|
||||
offset="0.85721445"
|
||||
id="stop3545-51-0" />
|
||||
<stop
|
||||
id="stop3547-7-2"
|
||||
offset="1"
|
||||
style="stop-color:#2e3436;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4264-7-7-4-6"
|
||||
id="linearGradient6869-9"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-1428.7632,365.14783)"
|
||||
x1="720.7771"
|
||||
y1="374.90027"
|
||||
x2="717.61865"
|
||||
y2="363.11279" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4264-7-7-4-6">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4266-78-1-3-0" />
|
||||
<stop
|
||||
style="stop-color:#888a85;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4268-2-9-7-9" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4264-8-1-0-9-5"
|
||||
id="linearGradient6872-3"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,0.64285714,307.36277,-268.66396)"
|
||||
x1="720.7771"
|
||||
y1="374.90027"
|
||||
x2="717.61865"
|
||||
y2="363.11279" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4264-8-1-0-9-5">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4266-7-9-5-9-4" />
|
||||
<stop
|
||||
style="stop-color:#888a85;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4268-3-7-7-3-3" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4244-6-5"
|
||||
id="radialGradient5610-5"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.7727271,0,0,1.7727271,-417.97349,-794.04003)"
|
||||
cx="540.90698"
|
||||
cy="1027.5814"
|
||||
fx="540.90698"
|
||||
fy="1027.5814"
|
||||
r="45.023254" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4244-6-5">
|
||||
<stop
|
||||
style="stop-color:#babdb6;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop4246-6-3" />
|
||||
<stop
|
||||
style="stop-color:#555753;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4248-9-8" />
|
||||
</linearGradient>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath12885-6">
|
||||
<path
|
||||
transform="translate(-8,-8)"
|
||||
d="m 600,1068 a 44,44 0 1 1 -88,0 44,44 0 1 1 88,0 z"
|
||||
sodipodi:ry="44"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:cx="556"
|
||||
id="path12888-7"
|
||||
style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
|
||||
sodipodi:type="arc" />
|
||||
</clipPath>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient12863-6"
|
||||
id="radialGradient5612-3"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1388493,0,0,1.200468,-77.200227,-214.605)"
|
||||
cx="556"
|
||||
cy="1063.7086"
|
||||
fx="556"
|
||||
fy="1063.7086"
|
||||
r="44" />
|
||||
<linearGradient
|
||||
id="linearGradient12863-6">
|
||||
<stop
|
||||
style="stop-color:#babdb6;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop12865-0" />
|
||||
<stop
|
||||
id="stop12871-2"
|
||||
offset="0.62350565"
|
||||
style="stop-color:#888a85;stop-opacity:1" />
|
||||
<stop
|
||||
style="stop-color:#2e3436;stop-opacity:1"
|
||||
offset="0.8054316"
|
||||
id="stop12873-6" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop12867-9" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient12897-0"
|
||||
id="radialGradient5614-3"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.8604586,0,0,1.8604586,-459.48492,-891.43519)"
|
||||
cx="540.88086"
|
||||
cy="1031.9064"
|
||||
fx="540.88086"
|
||||
fy="1031.9064"
|
||||
r="44" />
|
||||
<linearGradient
|
||||
id="linearGradient12897-0">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop12899-8" />
|
||||
<stop
|
||||
id="stop3397-7"
|
||||
offset="0.23620702"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop12901-65" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
color-interpolation-filters="sRGB"
|
||||
inkscape:collect="always"
|
||||
id="filter12907-2">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.89191478"
|
||||
id="feGaussianBlur12909-4" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3580-0"
|
||||
id="linearGradient5616-0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="534.77368"
|
||||
y1="1093.9681"
|
||||
x2="576.95667"
|
||||
y2="1020.9051" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient3580-0">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop3582-6" />
|
||||
<stop
|
||||
style="stop-color:#d3d7cf;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop3584-8" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5530-4"
|
||||
id="linearGradient6781-5"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="143.99997"
|
||||
y1="106.25386"
|
||||
x2="143.99997"
|
||||
y2="91.980705" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient5530-4">
|
||||
<stop
|
||||
style="stop-color:#babdb6;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop5532-9" />
|
||||
<stop
|
||||
style="stop-color:#555753;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop5534-4" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5530-4"
|
||||
id="linearGradient3511"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="143.99997"
|
||||
y1="106.25386"
|
||||
x2="143.99997"
|
||||
y2="91.980705" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5530-4"
|
||||
id="linearGradient6783-6"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="143.77536"
|
||||
y1="235.92043"
|
||||
x2="143.77536"
|
||||
y2="221.91942" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5530-4"
|
||||
id="linearGradient3526"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="143.77536"
|
||||
y1="235.92043"
|
||||
x2="143.77536"
|
||||
y2="221.91942" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5530-4"
|
||||
id="linearGradient6785-8"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="211.0293"
|
||||
y1="170.50592"
|
||||
x2="211.0293"
|
||||
y2="157.49393" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5530-4"
|
||||
id="linearGradient3541"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="211.0293"
|
||||
y1="170.50592"
|
||||
x2="211.0293"
|
||||
y2="157.49393" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5530-4"
|
||||
id="linearGradient6787-3"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="77.136726"
|
||||
y1="170.73593"
|
||||
x2="77.136726"
|
||||
y2="157.23462" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5530-4"
|
||||
id="linearGradient3556"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="77.136726"
|
||||
y1="170.73593"
|
||||
x2="77.136726"
|
||||
y2="157.23462" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4849-8-4-3"
|
||||
id="linearGradient5626-2"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="556"
|
||||
y1="1111.3027"
|
||||
x2="552.65161"
|
||||
y2="1085.869" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4849-8-4-3">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4851-7-8-6" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4853-4-4-2" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
color-interpolation-filters="sRGB"
|
||||
inkscape:collect="always"
|
||||
id="filter4857-9-6-2">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.88"
|
||||
id="feGaussianBlur4859-2-9-4" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3453-8"
|
||||
id="linearGradient5606-7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="582.04169"
|
||||
y1="1102.4139"
|
||||
x2="582.04169"
|
||||
y2="1023.9925" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient3453-8">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3455-3" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3457-6" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
color-interpolation-filters="sRGB"
|
||||
inkscape:collect="always"
|
||||
id="filter3449-7"
|
||||
x="-0.21977592"
|
||||
width="1.4395518"
|
||||
y="-0.21977592"
|
||||
height="1.4395518">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="8.05845"
|
||||
id="feGaussianBlur3451-8" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
y2="1023.9925"
|
||||
x2="582.04169"
|
||||
y1="1102.4139"
|
||||
x1="582.04169"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient7629"
|
||||
xlink:href="#linearGradient3453-8"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
y2="1023.9925"
|
||||
x2="582.04169"
|
||||
y1="1102.4139"
|
||||
x1="582.04169"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient3637"
|
||||
xlink:href="#linearGradient3453-8"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="24"
|
||||
inkscape:cy="24"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1400"
|
||||
inkscape:window-height="975"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata3644">
|
||||
<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)">
|
||||
<g
|
||||
style="display:inline;enable-background:new"
|
||||
id="use6074"
|
||||
transform="matrix(0.22542576,0,0,0.23295729,-7.4507583,988.13468)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:0.4;fill:url(#linearGradient5606-7);fill-opacity:1;stroke:none;display:inline;filter:url(#filter3449-7);enable-background:new"
|
||||
id="path4544"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(1.7516202,0,0,0.4743969,-829.90078,-260.99919)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:0.8;fill:url(#linearGradient3637);fill-opacity:1;stroke:none;display:inline;filter:url(#filter3449-7);enable-background:new"
|
||||
id="path4546"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(1.2481235,0,0,0.3380333,-549.95657,-111.36283)" />
|
||||
</g>
|
||||
<g
|
||||
style="display:inline;enable-background:new"
|
||||
id="use6076"
|
||||
transform="translate(-694.9789,648.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:none;stroke:url(#radialGradient5610-5);stroke-width:4.19047403;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
|
||||
id="path4448"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(0.47727297,0,0,0.47727297,454.63624,-130.72752)" />
|
||||
<g
|
||||
id="g4450"
|
||||
transform="matrix(0.21875002,0,0,0.21875002,688.5,343.125)">
|
||||
<g
|
||||
style="display:inline;enable-background:new"
|
||||
id="g4452"
|
||||
transform="matrix(2.1818181,0,0,2.1818181,-1051.6363,-2148.7272)">
|
||||
<g
|
||||
clip-path="url(#clipPath12885-6)"
|
||||
id="g4454">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:url(#radialGradient5612-3);fill-opacity:1;stroke:none"
|
||||
id="path4456"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="translate(-8,-8)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:url(#radialGradient5614-3);fill-opacity:1;stroke:none;display:inline"
|
||||
id="path4458"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="translate(-8.0000005,-8)" />
|
||||
<path
|
||||
transform="matrix(0.83749189,0,0,0.83749189,82.354503,165.55866)"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
sodipodi:ry="44"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:cx="556"
|
||||
id="path4460"
|
||||
style="fill:#888a85;stroke:#888a85;stroke-width:5.00360203;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter12907-2)"
|
||||
sodipodi:type="arc" />
|
||||
</g>
|
||||
<path
|
||||
transform="matrix(0.805203,0,0,0.805203,100.30713,200.04319)"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
sodipodi:ry="44"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:cx="556"
|
||||
id="path4462"
|
||||
style="fill:#888a85;stroke:#2e3436;stroke-width:2.60212398;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter12907-2)"
|
||||
sodipodi:type="arc" />
|
||||
</g>
|
||||
<g
|
||||
id="g4464"
|
||||
transform="translate(10,0)">
|
||||
<path
|
||||
transform="matrix(1.7662308,0,0,1.7662308,-848.02435,-1722.3347)"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
sodipodi:ry="44"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:cx="556"
|
||||
id="path4466"
|
||||
style="fill:url(#linearGradient5616-0);fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
sodipodi:type="arc" />
|
||||
<g
|
||||
transform="matrix(1.0456695,0,0,1.0456695,-16.576394,-7.4897813)"
|
||||
style="opacity:0.2;fill:#000000"
|
||||
id="g4468">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
id="path4470"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(0.05904885,0.03409187,-0.03409187,0.05904885,180.07888,25.689011)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
id="path4472"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(0.05904885,0.03409187,-0.03409187,0.05904885,115.07888,138.27231)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
id="path4474"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(0.03409187,0.05904885,-0.05904885,0.03409187,244.40066,62.258638)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
id="path4476"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(0.03409187,0.05904885,-0.05904885,0.03409187,131.81736,127.25864)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
id="path4478"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(-0.05904885,0.03409187,0.03409187,0.05904885,107.92096,25.689013)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
id="path4480"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(-0.05904885,0.03409187,0.03409187,0.05904885,172.92096,138.27231)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
id="path4482"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(-0.03409187,0.05904885,0.05904885,0.03409187,43.599175,62.258632)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
id="path4484"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(-0.03409187,0.05904885,0.05904885,0.03409187,156.18248,127.25863)" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-10,0)"
|
||||
id="g4486">
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffffff;stroke:#ffffff;stroke-width:4.57142782;display:inline;enable-background:new;font-family:Liberation Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
|
||||
x="143.77536"
|
||||
y="106.96484"
|
||||
id="text4488"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4490"
|
||||
x="143.77536"
|
||||
y="106.96484"
|
||||
style="stroke-width:4.57142782">12</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:url(#linearGradient6781-5);fill-opacity:1;stroke:none;font-family:Liberation Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
|
||||
x="143.77536"
|
||||
y="105.96484"
|
||||
id="text4492"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4494"
|
||||
x="143.77536"
|
||||
y="105.96484"
|
||||
style="fill:url(#linearGradient6781-5);fill-opacity:1">12</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffffff;stroke:#ffffff;stroke-width:4.57142782;display:inline;enable-background:new;font-family:Liberation Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
|
||||
x="143.77536"
|
||||
y="236.80469"
|
||||
id="text4496"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4498"
|
||||
x="143.77536"
|
||||
y="236.80469"
|
||||
style="stroke-width:4.57142782">6</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:url(#linearGradient6783-6);stroke:none;display:inline;enable-background:new;font-family:Liberation Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
|
||||
x="143.77536"
|
||||
y="235.80469"
|
||||
id="text4500"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4502"
|
||||
x="143.77536"
|
||||
y="235.80469"
|
||||
style="fill:url(#linearGradient6783-6)">6</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffffff;stroke:#ffffff;stroke-width:4.57142782;display:inline;enable-background:new;font-family:Liberation Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
|
||||
x="211.16602"
|
||||
y="171.87004"
|
||||
id="text4504"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4506"
|
||||
x="211.16602"
|
||||
y="171.87004"
|
||||
style="stroke-width:4.57142782">3</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:url(#linearGradient6785-8);stroke:none;display:inline;enable-background:new;font-family:Liberation Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
|
||||
x="211.16602"
|
||||
y="170.87004"
|
||||
id="text4508"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4510"
|
||||
x="211.16602"
|
||||
y="170.87004"
|
||||
style="fill:url(#linearGradient6785-8)">3</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffffff;stroke:#ffffff;stroke-width:4.57142782;display:inline;enable-background:new;font-family:Liberation Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
|
||||
x="77.166023"
|
||||
y="171.87004"
|
||||
id="text4512"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4514"
|
||||
x="77.166023"
|
||||
y="171.87004"
|
||||
style="stroke-width:4.57142782">9</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:url(#linearGradient6787-3);stroke:none;display:inline;enable-background:new;font-family:Liberation Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
|
||||
x="77.166023"
|
||||
y="170.87004"
|
||||
id="text4516"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4518"
|
||||
x="77.166023"
|
||||
y="170.87004"
|
||||
style="fill:url(#linearGradient6787-3)">9</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:0.2;fill:none;stroke:#ffffff;stroke-width:2.14634037;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
|
||||
id="path4520"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(0.46590933,0,0,0.46590933,460.95442,-118.59116)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:0.5550661;fill:none;stroke:url(#linearGradient5626-2);stroke-width:2.39686704;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter4857-9-6-2);enable-background:new"
|
||||
id="path4522"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(0.41721124,0,0,0.41721124,488.15556,-66.58162)" />
|
||||
</g>
|
||||
<rect
|
||||
style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
|
||||
id="rect4262-7-7-9-0-7"
|
||||
width="2"
|
||||
height="9"
|
||||
x="1027.3629"
|
||||
y="-35.021137"
|
||||
transform="matrix(0,1,-1,0,0,0)"
|
||||
inkscape:transform-center-x="-4.5" />
|
||||
<rect
|
||||
style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
|
||||
id="rect4262-77-9-6-1"
|
||||
width="2"
|
||||
height="14"
|
||||
x="-710.46991"
|
||||
y="730.85492"
|
||||
inkscape:transform-center-y="-4.9497476"
|
||||
transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
|
||||
inkscape:transform-center-x="4.9497489" />
|
||||
<rect
|
||||
style="color:#000000;fill:url(#linearGradient6872-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
|
||||
id="rect4262-7-7-8-1"
|
||||
width="2"
|
||||
height="9"
|
||||
x="1026.3629"
|
||||
y="-34.021137"
|
||||
transform="matrix(0,1,-1,0,0,0)"
|
||||
inkscape:transform-center-x="-4.5" />
|
||||
<rect
|
||||
style="color:#000000;fill:url(#linearGradient6869-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
|
||||
id="rect4262-77-97-1"
|
||||
width="2"
|
||||
height="14"
|
||||
x="-709.76282"
|
||||
y="730.14783"
|
||||
inkscape:transform-center-y="-4.9497476"
|
||||
transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
|
||||
inkscape:transform-center-x="4.9497489" />
|
||||
<path
|
||||
transform="matrix(0.05681172,0,0,0.05681172,-6.5661183,966.68757)"
|
||||
d="m 600,1068 a 44,44 0 1 1 -88,0 44,44 0 1 1 88,0 z"
|
||||
sodipodi:ry="44"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:cx="556"
|
||||
id="use4604-0-7"
|
||||
style="fill:url(#radialGradient6576-6);fill-opacity:1;stroke:#555753;stroke-width:17.6020031;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
|
||||
sodipodi:type="arc" />
|
||||
<g
|
||||
style="display:inline;enable-background:new"
|
||||
transform="matrix(0.94444449,0,0,0.94444449,-654.97894,669.41774)"
|
||||
id="use6078">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:0.7;fill:url(#radialGradient6295-0);fill-opacity:1;stroke:#babdb6;stroke-width:2.66218281;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
|
||||
id="path4438"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(0.39772755,0,0,0.39772755,498.86347,-45.773011)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:0.86976743;fill:url(#radialGradient6297-8);fill-opacity:1;stroke:none;display:inline;enable-background:new"
|
||||
id="path4440"
|
||||
sodipodi:cx="556"
|
||||
sodipodi:cy="1068"
|
||||
sodipodi:rx="44"
|
||||
sodipodi:ry="44"
|
||||
d="m 600,1068 c 0,24.3005 -19.69947,44 -44,44 -24.30053,0 -44,-19.6995 -44,-44 0,-24.3005 19.69947,-44 44,-44 24.30053,0 44,19.6995 44,44 z"
|
||||
transform="matrix(0.25911855,0,0,0.15265075,575.93008,206.95338)" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 34 KiB |
|
@ -3,7 +3,7 @@ Name=Default Applications
|
|||
Comment=Configure Default Applications
|
||||
Exec=gnome-control-center default-apps
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=starred
|
||||
Icon=org.gnome.Settings-default-apps-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/default-apps/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-default-apps-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 7.988281 0.0078125 c -0.429687 0 -0.8125 0.2734375 -0.949219 0.6835935 l -1.449218 4.339844 l -4.589844 -0.015625 c -0.9804688 -0.003906 -1.382812 1.257813 -0.582031 1.820313 l 3.625 2.554687 l -1.5 4.285156 c -0.316407 0.902344 0.6875 1.691407 1.492187 1.171875 l 4.003906 -2.59375 l 3.894532 2.585938 c 0.800781 0.53125 1.816406 -0.257813 1.5 -1.160156 l -1.503906 -4.289063 l 3.644531 -2.578125 c 0.789062 -0.5625 0.394531 -1.808594 -0.574219 -1.8125 l -4.660156 -0.015625 l -1.402344 -4.285156 c -0.132812 -0.410157 -0.515625 -0.6875002 -0.949219 -0.6914065 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 737 B |
|
@ -39,3 +39,5 @@ panels_libs += static_library(
|
|||
dependencies: common_deps,
|
||||
c_args: cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -4,7 +4,7 @@ Comment=Report your problems
|
|||
Exec=gnome-control-center diagnostics
|
||||
# FIXME
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=system-help
|
||||
Icon=org.gnome.Settings-diagnostics-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/diagnostics/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-diagnostics-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#2e3436">
|
||||
<path d="m 3.011719 1 c -1.644531 0 -3.0000002 1.355469 -3.0000002 3 v 6 c 0 1.644531 1.3554692 3 3.0000002 3 h 1.988281 v -2 h -1.988281 c -0.570313 0 -1 -0.429688 -1 -1 v -6 c 0 -0.570312 0.429687 -1 1 -1 h 8.976562 c 0.570313 0 1 0.429688 1 1 v 1 h 2 v -1 c 0 -1.644531 -1.355469 -3 -3 -3 z m 0 0"/>
|
||||
<path d="m 5.011719 14 c -1.105469 0 -2 0.894531 -2 2 h 10 c 0 -1.105469 -0.894531 -2 -2 -2 z m 0 0"/>
|
||||
<path d="m 9.5 4 c -2.484375 0 -4.5 2.015625 -4.5 4.5 s 2.015625 4.5 4.5 4.5 c 0.847656 0 1.675781 -0.242188 2.390625 -0.695312 l 2.402344 2.402343 c 0.390625 0.390625 1.023437 0.390625 1.414062 0 s 0.390625 -1.023437 0 -1.414062 l -2.398437 -2.398438 c 0.449218 -0.71875 0.691406 -1.546875 0.691406 -2.394531 c 0 -2.484375 -2.015625 -4.5 -4.5 -4.5 z m 0 2 c 1.378906 0 2.5 1.121094 2.5 2.5 s -1.121094 2.5 -2.5 2.5 s -2.5 -1.121094 -2.5 -2.5 s 1.121094 -2.5 2.5 -2.5 z m 0 0"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1 KiB |
|
@ -37,3 +37,5 @@ panels_libs += static_library(
|
|||
dependencies: common_deps,
|
||||
c_args: cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -3,7 +3,7 @@ Name=Displays
|
|||
Comment=Choose how to use connected monitors and projectors
|
||||
Exec=gnome-control-center display
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=preferences-desktop-display
|
||||
Icon=org.gnome.Settings-display-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
Before Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 866 B |
Before Width: | Height: | Size: 909 B |
Before Width: | Height: | Size: 1.6 KiB |
|
@ -1,18 +1,4 @@
|
|||
icon_sizes = [
|
||||
'16x16',
|
||||
'22x22',
|
||||
'24x24',
|
||||
'32x32'
|
||||
]
|
||||
|
||||
foreach icon_size: icon_sizes
|
||||
install_data(
|
||||
join_paths(icon_size, 'preferences-desktop-display.png'),
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', icon_size, 'apps')
|
||||
)
|
||||
endforeach
|
||||
|
||||
install_data(
|
||||
'scalable/preferences-desktop-display.svg',
|
||||
'scalable/org.gnome.Settings-display-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 12 1 c 1.660156 0 3 1.339844 3 3 v 6 c 0 1.660156 -1.339844 3 -3 3 h -8 c -1.660156 0 -3 -1.339844 -3 -3 v -6 c 0 -1.660156 1.339844 -3 3 -3 z m 0 2 h -8 c -0.554688 0 -1 0.445312 -1 1 v 6 c 0 0.554688 0.445312 1 1 1 h 8 c 0.554688 0 1 -0.445312 1 -1 v -6 c 0 -0.554688 -0.445312 -1 -1 -1 z m -4 11 c -5 0 -5 1 -5 1 c 0 1 1 1 1 1 h 8 c 1 0 1 -1 1 -1 s 0 -1 -5 -1 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 538 B |
|
@ -1,470 +0,0 @@
|
|||
<?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://web.resource.org/cc/"
|
||||
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:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="48.000000px"
|
||||
height="48.000000px"
|
||||
id="svg3304"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.44+devel"
|
||||
sodipodi:docbase="/home/jimmac/gfx/ximian/art/icons/control-center/scalable"
|
||||
sodipodi:docname="change-resolution.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
sodipodi:modified="true">
|
||||
<defs
|
||||
id="defs3306">
|
||||
<linearGradient
|
||||
id="linearGradient2804">
|
||||
<stop
|
||||
style="stop-color:black;stop-opacity:0;"
|
||||
offset="0"
|
||||
id="stop2806" />
|
||||
<stop
|
||||
id="stop2812"
|
||||
offset="0.5"
|
||||
style="stop-color:black;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:black;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop2808" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2804"
|
||||
id="linearGradient2831"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="21.875"
|
||||
y1="48.000977"
|
||||
x2="21.875"
|
||||
y2="40" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2781"
|
||||
id="radialGradient2829"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,0.8,36,8.8)"
|
||||
cx="1"
|
||||
cy="44"
|
||||
fx="1"
|
||||
fy="44"
|
||||
r="5" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient2781">
|
||||
<stop
|
||||
style="stop-color:black;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop2783" />
|
||||
<stop
|
||||
style="stop-color:black;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop2785" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2781"
|
||||
id="radialGradient2827"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,0.8,-13,-79.2)"
|
||||
cx="1"
|
||||
cy="44"
|
||||
fx="1"
|
||||
fy="44"
|
||||
r="5" />
|
||||
<linearGradient
|
||||
id="linearGradient5137">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop5139" />
|
||||
<stop
|
||||
style="stop-color:#e6e6e3;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop5141" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient6240">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop6242" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop6244" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient11400">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop11402" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop11404" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient11400"
|
||||
id="linearGradient11406"
|
||||
x1="23.154902"
|
||||
y1="34.572548"
|
||||
x2="23.529411"
|
||||
y2="40.219608"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(0,0.7954955)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5137"
|
||||
id="linearGradient5147"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="17.247635"
|
||||
y1="6.3760414"
|
||||
x2="39.904388"
|
||||
y2="38.876041"
|
||||
gradientTransform="translate(0,0.7954955)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5137"
|
||||
id="linearGradient5223"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="31.743324"
|
||||
y1="37.842293"
|
||||
x2="31.86105"
|
||||
y2="43.82579"
|
||||
gradientTransform="translate(0,0.7954955)" />
|
||||
<linearGradient
|
||||
id="linearGradient7025"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop7027"
|
||||
offset="0"
|
||||
style="stop-color:#e6ce46;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop7029"
|
||||
offset="1"
|
||||
style="stop-color:#d6ba1c;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient22122"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop22124"
|
||||
offset="0"
|
||||
style="stop-color:black;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop22126"
|
||||
offset="1"
|
||||
style="stop-color:black;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient22140">
|
||||
<stop
|
||||
id="stop22142"
|
||||
offset="0"
|
||||
style="stop-color:black;stop-opacity:0;" />
|
||||
<stop
|
||||
style="stop-color:black;stop-opacity:1;"
|
||||
offset="0.5"
|
||||
id="stop22148" />
|
||||
<stop
|
||||
id="stop22144"
|
||||
offset="1"
|
||||
style="stop-color:black;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient22122"
|
||||
id="radialGradient4770"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,-1.000001,1.142856,0,-41.10259,45.50001)"
|
||||
cx="7"
|
||||
cy="39.464806"
|
||||
fx="7"
|
||||
fy="39.464806"
|
||||
r="3.5" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient22122"
|
||||
id="radialGradient4772"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,-1.000001,1.142856,0,-89.10259,-31.49999)"
|
||||
cx="7"
|
||||
cy="39.464806"
|
||||
fx="7"
|
||||
fy="39.464806"
|
||||
r="3.5" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient22140"
|
||||
id="linearGradient4774"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="18.142136"
|
||||
y1="35"
|
||||
x2="18.142136"
|
||||
y2="42.040661" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient7025"
|
||||
id="linearGradient4776"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(53,1.428571)"
|
||||
x1="13.630114"
|
||||
y1="28.5"
|
||||
x2="25.208096"
|
||||
y2="41.180992" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient6240"
|
||||
id="linearGradient4778"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(7.843e-3,0.7954955)"
|
||||
x1="20.156862"
|
||||
y1="5.0996137"
|
||||
x2="20.156862"
|
||||
y2="26.039215" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#849193"
|
||||
borderopacity="1.0000000"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="39.697787"
|
||||
inkscape:cy="26.598514"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="true"
|
||||
inkscape:window-width="923"
|
||||
inkscape:window-height="937"
|
||||
inkscape:window-x="2004"
|
||||
inkscape:window-y="169"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:grid-points="true" />
|
||||
<metadata
|
||||
id="metadata3309">
|
||||
<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>Change Resolution</dc:title>
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>Jakub Steiner</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<cc:license
|
||||
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
|
||||
<dc:subject>
|
||||
<rdf:Bag>
|
||||
<rdf:li>display</rdf:li>
|
||||
<rdf:li>resolution</rdf:li>
|
||||
<rdf:li>video</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:subject>
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title>Andreas Nilsson
|
||||
Luca Ferretti <elle.uca@libero.it></dc:title>
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
<dc:date></dc:date>
|
||||
<dc:source>http://www.gnome.org</dc:source>
|
||||
</cc:Work>
|
||||
<cc:License
|
||||
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
|
||||
<cc:permits
|
||||
rdf:resource="http://web.resource.org/cc/Reproduction" />
|
||||
<cc:permits
|
||||
rdf:resource="http://web.resource.org/cc/Distribution" />
|
||||
<cc:requires
|
||||
rdf:resource="http://web.resource.org/cc/Notice" />
|
||||
<cc:permits
|
||||
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
||||
<cc:requires
|
||||
rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
||||
<cc:requires
|
||||
rdf:resource="http://web.resource.org/cc/SourceCode" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer">
|
||||
<g
|
||||
id="g2822"
|
||||
style="opacity:0.3"
|
||||
transform="matrix(0.9308511,0,0,1.037397,1.6941489,-1.795056)">
|
||||
<rect
|
||||
transform="scale(-1,-1)"
|
||||
y="-48"
|
||||
x="-11"
|
||||
height="8"
|
||||
width="10"
|
||||
id="rect1892"
|
||||
style="opacity:1;color:#000000;fill:url(#radialGradient2827);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
|
||||
<rect
|
||||
y="40"
|
||||
x="38"
|
||||
height="8"
|
||||
width="10"
|
||||
id="rect2789"
|
||||
style="opacity:1;color:#000000;fill:url(#radialGradient2829);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
|
||||
<rect
|
||||
y="40"
|
||||
x="11"
|
||||
height="8"
|
||||
width="27"
|
||||
id="rect2793"
|
||||
style="opacity:1;color:#000000;fill:url(#linearGradient2831);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="rect4784"
|
||||
width="48"
|
||||
height="48"
|
||||
x="0"
|
||||
y="0.79549509" />
|
||||
<path
|
||||
style="opacity:1;color:#000000;fill:url(#linearGradient5223);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
|
||||
d="M 14.375479,36.328843 C 14.375479,36.328843 15.592355,41.263443 10.51915,41.309767 C 8.0888743,41.331672 8.5866723,45.344918 8.5866723,45.344918 L 39.433139,45.313545 C 39.433139,45.313545 39.851577,41.418182 37.410922,41.372513 C 32.423455,41.280374 33.600393,36.266098 33.600393,36.266098 L 14.375479,36.328843 z "
|
||||
id="path9222"
|
||||
sodipodi:nodetypes="csccscc" />
|
||||
<path
|
||||
style="fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
|
||||
d="M 4.8886262,4.2739318 L 43.01746,4.2739318 C 45.042579,4.2739318 46.518438,5.7015863 46.518438,7.9000726 L 46.529388,34.103908 C 46.529388,35.795975 46.001041,36.319137 44.494732,36.319137 L 3.5320635,36.300202 C 2.3527922,36.271409 1.513468,35.805541 1.4976345,34.280899 L 1.5128113,7.7123281 C 1.5128113,5.9385022 3.0522187,4.2739318 4.8886262,4.2739318 z "
|
||||
id="rect5040"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
<rect
|
||||
style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="rect9208"
|
||||
width="37.00032"
|
||||
height="22.996691"
|
||||
x="5.5059438"
|
||||
y="8.2973185" />
|
||||
<path
|
||||
sodipodi:type="inkscape:offset"
|
||||
inkscape:radius="-0.875"
|
||||
inkscape:original="M 4.875 4.28125 C 3.0385925 4.28125 1.5 5.9449242 1.5 7.71875 L 1.5 34.28125 C 1.5158335 35.805892 2.3519787 36.283708 3.53125 36.3125 L 44.5 36.3125 C 46.006309 36.3125 46.53125 35.785816 46.53125 34.09375 L 46.53125 7.90625 C 46.53125 5.7077637 45.056369 4.2812498 43.03125 4.28125 L 4.875 4.28125 z "
|
||||
xlink:href="#rect5040"
|
||||
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
|
||||
id="path5145"
|
||||
inkscape:href="#rect5040"
|
||||
d="M 4.875,5.0625 C 3.5670573,5.0625 2.375,6.3571498 2.375,7.625 L 2.375,34.1875 C 2.3812657,34.79084 2.515801,34.970853 2.65625,35.09375 C 2.796699,35.216647 3.0858905,35.332113 3.5625,35.34375 L 44.5,35.34375 C 45.151173,35.34375 45.356981,35.24273 45.4375,35.15625 C 45.518019,35.06977 45.65625,34.755549 45.65625,34 L 45.65625,7.8125 C 45.65625,6.0053499 44.645463,5.0624999 43.03125,5.0625 L 4.875,5.0625 z " />
|
||||
<path
|
||||
style="opacity:0.6;fill:url(#linearGradient11406);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 13.992156,36.834708 C 14.075817,39.007257 13.708803,39.746151 12.358532,40.509939 L 35.973934,41.807257 C 35.024915,40.638629 33.644523,38.873923 34.020993,36.819022 L 13.992156,36.834708 z "
|
||||
id="path10672"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438"
|
||||
d="M 9.9921262,42.291555 C 16.698819,42.293524 37.78891,42.291555 37.78891,42.291555"
|
||||
id="path6575"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
id="path8029"
|
||||
d="M 9.647928,43.299429 C 16.354621,43.301398 38.367789,43.299429 38.367789,43.299429"
|
||||
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:0.4;fill:url(#linearGradient4778);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 6.031372,8.8268676 L 6.031372,26.834708 C 22.475817,25.480459 28.630065,16.722289 41.999999,15.807256 L 42,8.7954956 L 6.031372,8.8268676 z "
|
||||
id="path4073"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<g
|
||||
id="g4754"
|
||||
transform="translate(-46.77135,-7.3370294)">
|
||||
<g
|
||||
transform="matrix(0.916667,0,0,0.714282,49.771334,11.132681)"
|
||||
style="opacity:0.3"
|
||||
id="g22150">
|
||||
<rect
|
||||
style="opacity:1;fill:url(#radialGradient4770);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
|
||||
id="rect22120"
|
||||
width="4"
|
||||
height="7"
|
||||
x="0"
|
||||
y="35" />
|
||||
<rect
|
||||
style="opacity:1;fill:url(#radialGradient4772);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
|
||||
id="rect22134"
|
||||
width="4"
|
||||
height="7"
|
||||
x="-48"
|
||||
y="-42"
|
||||
transform="scale(-1,-1)" />
|
||||
<rect
|
||||
style="opacity:1;fill:url(#linearGradient4774);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
|
||||
id="rect22138"
|
||||
width="40"
|
||||
height="7"
|
||||
x="4"
|
||||
y="35" />
|
||||
</g>
|
||||
<g
|
||||
id="g4743">
|
||||
<g
|
||||
id="g10824"
|
||||
transform="translate(-5.228666,-6.29601)">
|
||||
<path
|
||||
id="path4319"
|
||||
d="M 57.5,14.928571 L 57.5,44.928571 L 96.5,44.928571 L 57.5,14.928571 z M 63.5,27.928571 L 78.5,38.928571 L 63.5,38.928571 L 63.5,27.928571 z "
|
||||
style="fill:url(#linearGradient4776);fill-opacity:1;fill-rule:evenodd;stroke:#a38503;stroke-width:1.00000024px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
id="path4326"
|
||||
d="M 61.5,44.928571 L 61.5,41.928571"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
id="path4328"
|
||||
d="M 67.5,44.928571 L 67.5,41.928571"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
id="path4330"
|
||||
d="M 73.5,44.928571 L 73.5,41.964285"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
id="path4332"
|
||||
d="M 79.5,44.928571 L 79.5,41.928571"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
id="path4334"
|
||||
d="M 85.5,44.928571 L 85.5,41.928571"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
id="path6126"
|
||||
d="M 58.500002,16.928575 L 58.500002,43.928586 L 93.500014,43.928586 L 58.500002,16.928575 z "
|
||||
style="opacity:0.4;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000006px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
</g>
|
||||
<path
|
||||
style="opacity:0.4;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 9.5017474,38.542446 L 9.4575532,24.532894 L 28.541592,38.563262 L 9.5017474,38.542446 z "
|
||||
id="path12221"
|
||||
sodipodi:nodetypes="cccc"
|
||||
transform="translate(47.771334,-4.867439)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 19 KiB |
|
@ -3,7 +3,7 @@ Name=About
|
|||
Comment=View information about your system
|
||||
Exec=gnome-control-center info-overview
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=help-about
|
||||
Icon=org.gnome.Settings-about-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/info-overview/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-about-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 8 0 c -4.421875 0 -8 3.578125 -8 8 s 3.578125 8 8 8 s 8 -3.578125 8 -8 s -3.578125 -8 -8 -8 z m 0 3.875 c 0.621094 0 1.125 0.503906 1.125 1.125 s -0.503906 1.125 -1.125 1.125 s -1.125 -0.503906 -1.125 -1.125 s 0.503906 -1.125 1.125 -1.125 z m -1.523438 3.125 h 2.523438 v 4 h 0.5 c 0.277344 0 0.5 0.222656 0.5 0.5 s -0.222656 0.5 -0.5 0.5 h -2.5 v -4 h -0.5 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 c 0 -0.269531 0.210938 -0.488281 0.476562 -0.5 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 619 B |
|
@ -72,3 +72,5 @@ install_data(
|
|||
[ 'gnome-logo-text.svg', 'gnome-logo-text-dark.svg' ],
|
||||
install_dir: join_paths(control_center_datadir, 'icons')
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -3,7 +3,7 @@ Name=Keyboard
|
|||
Comment=Change keyboard shortcuts and set your typing preferences, keyboard layouts and input sources
|
||||
Exec=gnome-control-center keyboard
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=input-keyboard
|
||||
Icon=org.gnome.Settings-keyboard-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/keyboard/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-keyboard-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 2.5 2 c -1.367188 0 -2.5 1.132812 -2.5 2.5 v 7 c 0 1.367188 1.132812 2.5 2.5 2.5 h 11 c 1.367188 0 2.5 -1.132812 2.5 -2.5 v -7 c 0 -1.367188 -1.132812 -2.5 -2.5 -2.5 z m 0 2 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.242188 0.171875 -0.445312 0.398438 -0.488281 c 0.03125 -0.007813 0.066406 -0.011719 0.101562 -0.011719 z m 3 0 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 3 0 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 3 0 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m -8 3 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 3 0 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 3 0 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 3 0 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m -10 3 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 3 0 h 4 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -4 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 6 0 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
|
@ -102,3 +102,5 @@ panels_libs += static_library(
|
|||
dependencies: deps,
|
||||
c_args: cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -4,7 +4,7 @@ Comment=Protect your location information
|
|||
Exec=gnome-control-center location
|
||||
# FIXME
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=location-services-active
|
||||
Icon=org.gnome.Settings-location-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/location/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-location-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 8 1 c -2.761719 0 -5 2.238281 -5 5 c 0 0.171875 0.015625 0.332031 0.03125 0.5 s 0.035156 0.335938 0.0625 0.5 c 0.570312 3.511719 2.90625 6.003906 4.90625 8.003906 c 2 -2 4.335938 -4.488281 4.90625 -8.003906 c 0.027344 -0.164062 0.050781 -0.332031 0.0625 -0.5 c 0.015625 -0.167969 0.03125 -0.328125 0.03125 -0.5 c 0 -2.761719 -2.238281 -5 -5 -5 z m 0 3 c 1.105469 0 2 0.894531 2 2 s -0.894531 2 -2 2 s -2 -0.894531 -2 -2 s 0.894531 -2 2 -2 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 614 B |
|
@ -37,3 +37,5 @@ panels_libs += static_library(
|
|||
dependencies: common_deps,
|
||||
c_args: cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -4,7 +4,7 @@ Comment=Lock your screen
|
|||
Exec=gnome-control-center lock
|
||||
# FIXME
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=system-lock-screen-symbolic
|
||||
Icon=org.gnome.Settings-screen-lock-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/lock/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-screen-lock-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 8 1 c -2.199219 0 -4 1.800781 -4 4 v 2 c -1.109375 0 -2 0.890625 -2 2 v 5 c 0 0.554688 0.445312 1 1 1 h 10 c 0.554688 0 1 -0.445312 1 -1 v -5 c 0 -1.109375 -0.890625 -2 -2 -2 v -2 c 0 -2.199219 -1.800781 -4 -4 -4 z m 0 2 c 1.125 0 2 0.875 2 2 v 2 h -4 v -2 c 0 -1.125 0.875 -2 2 -2 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 457 B |
|
@ -4,7 +4,7 @@ Comment=Protect your conversations
|
|||
Exec=gnome-control-center microphone
|
||||
# FIXME
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=audio-input-microphone
|
||||
Icon=org.gnome.Settings-microphone-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/microphone/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-microphone-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 8 0 c -1.660156 0 -3 1.339844 -3 3 v 5 c 0 1.660156 1.339844 3 3 3 s 3 -1.339844 3 -3 v -5 c 0 -1.660156 -1.339844 -3 -3 -3 z m -6 6 v 2.011719 c 0 2.964843 2.164062 5.421875 5 5.898437 v 2.089844 h 2 v -2.089844 c 2.835938 -0.476562 5 -2.933594 5 -5.898437 v -2.011719 h -1.5 v 2.011719 c 0 2.5 -1.992188 4.488281 -4.5 4.488281 s -4.5 -1.988281 -4.5 -4.488281 v -2.011719 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 548 B |
|
@ -37,3 +37,5 @@ panels_libs += static_library(
|
|||
dependencies: common_deps,
|
||||
c_args: cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -3,7 +3,7 @@ Name=Mouse & Touchpad
|
|||
Comment=Change your mouse or touchpad sensitivity and select right or left-handed
|
||||
Exec=gnome-control-center mouse
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=input-mouse
|
||||
Icon=org.gnome.Settings-mouse-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/mouse/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-mouse-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 7.03125 0 c -2.753906 0 -5 2.246094 -5 5 v 6 c 0 2.753906 2.246094 5 5 5 h 1.96875 c 2.753906 0 5 -2.246094 5 -5 v -6 c 0 -2.753906 -2.246094 -5 -5 -5 z m 0 2 h 1.96875 c 1.679688 0 3 1.320312 3 3 v 6 c 0 1.679688 -1.320312 3 -3 3 h -1.96875 c -1.679688 0 -3 -1.320312 -3 -3 v -6 c 0 -1.679688 1.320312 -3 3 -3 z m 0.96875 1 c -0.554688 0 -1 0.445312 -1 1 v 2 c 0 0.554688 0.445312 1 1 1 s 1 -0.445312 1 -1 v -2 c 0 -0.554688 -0.445312 -1 -1 -1 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 620 B |
|
@ -66,3 +66,5 @@ executable(
|
|||
dependencies: deps,
|
||||
c_args: cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -1,106 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<filter id="a" height="100%" width="100%" x="0%" y="0%">
|
||||
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
||||
</filter>
|
||||
<mask id="b">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="c">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="d">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="e">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="f">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="g">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="h">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="i">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="j">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="k">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="l">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="m">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="n">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="o">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="p">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="q">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="r">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="s">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<path d="m 3 1 v 2 h -3 v 10 h 3 v 2 h 10 v -2 h 3 v -10 h -3 v -2 z m 2 2 h 6 v 10 h -6 z m -3 2 h 1 v 6 h -1 z m 11 0 h 1 v 6 h -1 z m 0 0" fill="#2e3436"/>
|
||||
<g clip-path="url(#c)" mask="url(#b)" transform="matrix(1 0 0 1 -700 -664)">
|
||||
<path d="m 562.460938 212.058594 h 10.449218 c -1.183594 0.492187 -1.296875 2.460937 0 3 h -10.449218 z m 0 0" fill="#2e3436"/>
|
||||
</g>
|
||||
<g clip-path="url(#e)" mask="url(#d)" transform="matrix(1 0 0 1 -700 -664)">
|
||||
<path d="m 16 632 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#g)" mask="url(#f)" transform="matrix(1 0 0 1 -700 -664)">
|
||||
<path d="m 17 631 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#i)" mask="url(#h)" transform="matrix(1 0 0 1 -700 -664)">
|
||||
<path d="m 18 634 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#k)" mask="url(#j)" transform="matrix(1 0 0 1 -700 -664)">
|
||||
<path d="m 16 634 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#m)" mask="url(#l)" transform="matrix(1 0 0 1 -700 -664)">
|
||||
<path d="m 17 635 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#o)" mask="url(#n)" transform="matrix(1 0 0 1 -700 -664)">
|
||||
<path d="m 19 635 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#q)" mask="url(#p)" transform="matrix(1 0 0 1 -700 -664)">
|
||||
<path d="m 136 660 v 7 h 7 v -7 z m 0 0" fill="#2e3436"/>
|
||||
</g>
|
||||
<g clip-path="url(#s)" mask="url(#r)" transform="matrix(1 0 0 1 -700 -664)">
|
||||
<path d="m 219 642 h 3 v 12 h -3 z m 0 0" fill="#2e3436"/>
|
||||
</g>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 6 0 c -1.644531 0 -3 1.355469 -3 3 v 10 c 0 1.644531 1.355469 3 3 3 h 4 c 1.644531 0 3 -1.355469 3 -3 v -10 c 0 -1.644531 -1.355469 -3 -3 -3 z m 0 2 h 4 c 0.570312 0 1 0.429688 1 1 v 10 c 0 0.570312 -0.429688 1 -1 1 h -4 c -0.570312 0 -1 -0.429688 -1 -1 v -10 c 0 -0.570312 0.429688 -1 1 -1 z m -5 1 c -0.554688 0 -1 0.445312 -1 1 v 8 c 0 0.554688 0.445312 1 1 1 s 1 -0.445312 1 -1 v -8 c 0 -0.554688 -0.445312 -1 -1 -1 z m 14 0 c -0.554688 0 -1 0.445312 -1 1 v 8 c 0 0.554688 0.445312 1 1 1 s 1 -0.445312 1 -1 v -8 c 0 -0.554688 -0.445312 -1 -1 -1 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 724 B |
|
@ -3,7 +3,7 @@ Name=Network
|
|||
Comment=Control how you connect to the Internet
|
||||
Exec=gnome-control-center network
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=network-workgroup
|
||||
Icon=org.gnome.Settings-network-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/network/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-network-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#2e3436">
|
||||
<path d="m 3.75 0.00390625 c -0.953125 0.00390625 -1.75 0.80078175 -1.75 1.74999975 v 5.496094 c 0 0.953125 0.796875 1.75 1.75 1.75 h 0.75 s 0.5 0.007812 0.5 0.507812 c 0 0.492188 -0.5 0.492188 -0.5 0.492188 h -0.5 v 1.992188 h 8 v -2 h -0.5 s -0.5 0.007812 -0.5 -0.492188 s 0.5 -0.507812 0.5 -0.507812 h 0.75 c 0.953125 0 1.75 -0.796876 1.75 -1.75 v -5.492188 c 0 -0.953125 -0.796875 -1.75 -1.75 -1.75 z m 0.25 1.99999975 l 8 -0.003906 v 4.992188 l -8 0.007812 z m 0 0"/>
|
||||
<path d="m 6.96875 10.003906 l 0.03125 3.996094 h -5.5 c -0.277344 0 -0.5 0.222656 -0.5 0.5 v 1 c 0 0.277344 0.222656 0.5 0.5 0.5 h 13 c 0.277344 0 0.5 -0.222656 0.5 -0.5 v -1 c 0 -0.277344 -0.222656 -0.5 -0.5 -0.5 h -5.5 v -4 z m 0 0" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 913 B |
|
@ -7,6 +7,7 @@ network_inc = include_directories('.')
|
|||
|
||||
subdir('wireless-security')
|
||||
subdir('connection-editor')
|
||||
subdir('icons')
|
||||
|
||||
panel_names = [
|
||||
cappletname,
|
||||
|
|
|
@ -3,7 +3,7 @@ Name=Notifications
|
|||
Comment=Control which notifications are displayed and what they show
|
||||
Exec=gnome-control-center notifications
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=preferences-system-notifications
|
||||
Icon=org.gnome.Settings-notifications-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
4
panels/notifications/icons/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
install_data(
|
||||
'scalable/org.gnome.Settings-notifications-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 8 0 c -0.828125 0 -1.5 0.671875 -1.5 1.5 c 0 0.078125 0.007812 0.152344 0.019531 0.230469 c -2.089843 0.648437 -3.515625 2.582031 -3.519531 4.769531 v 4.5 h -0.5 c -0.554688 0 -1 0.445312 -1 1 s 0.445312 1 1 1 h 11 c 0.554688 0 1 -0.445312 1 -1 s -0.445312 -1 -1 -1 h -0.5 v -4.5 c 0 -2.191406 -1.425781 -4.125 -3.515625 -4.777344 c 0.007813 -0.074218 0.015625 -0.148437 0.015625 -0.222656 c 0 -0.828125 -0.671875 -1.5 -1.5 -1.5 z m -2 14 c 0 0.714844 0.382812 1.375 1 1.730469 c 0.617188 0.359375 1.382812 0.359375 2 0 c 0.617188 -0.355469 1 -1.015625 1 -1.730469 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 740 B |
|
@ -41,3 +41,5 @@ panels_libs += static_library(
|
|||
dependencies: common_deps,
|
||||
c_args: cflags
|
||||
)
|
||||
|
||||
subdir('icons')
|
||||
|
|
|
@ -3,7 +3,7 @@ Name=Online Accounts
|
|||
Comment=Connect to your online accounts and decide what to use them for
|
||||
Exec=gnome-control-center online-accounts
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=goa-panel
|
||||
Icon=org.gnome.Settings-online-accounts-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
Before Width: | Height: | Size: 917 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.7 KiB |
|
@ -1,15 +1,4 @@
|
|||
icon_sizes = [
|
||||
'16x16',
|
||||
'22x22',
|
||||
'24x24',
|
||||
'32x32',
|
||||
'48x48',
|
||||
'256x256'
|
||||
]
|
||||
|
||||
foreach icon_size: icon_sizes
|
||||
install_data(
|
||||
join_paths(icon_size, 'goa-panel.png'),
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', icon_size, 'apps')
|
||||
'scalable/org.gnome.Settings-online-accounts-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
||||
)
|
||||
endforeach
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 7.664062 0.0078125 c -2.613281 0.1093755 -5.003906 1.4882815 -6.410156 3.6953125 c -1.90625 3 -1.609375 6.898437 0.734375 9.574219 c 2.347657 2.667968 6.175781 3.472656 9.398438 1.96875 c 0.5 -0.234375 0.714843 -0.828125 0.484375 -1.328125 c -0.234375 -0.5 -0.828125 -0.71875 -1.332032 -0.484375 c -2.414062 1.132812 -5.289062 0.53125 -7.046874 -1.476563 c -1.761719 -2.003906 -1.988282 -4.933593 -0.550782 -7.179687 c 1.429688 -2.253906 4.175782 -3.289063 6.738282 -2.539063 c 2.5625 0.746094 4.324218 3.09375 4.320312 5.761719 v 0.039062 v 0.960938 c 0 0.359375 -0.1875 0.683594 -0.5 0.863281 c -0.308594 0.179688 -0.6875 0.179688 -1 0 c -0.308594 -0.175781 -0.5 -0.507812 -0.5 -0.863281 v -1 c 0 -2.199219 -1.800781 -4 -4 -4 c -2.195312 0 -4 1.800781 -4 4 c 0 2.195312 1.804688 4 4 4 c 1.046875 0 1.992188 -0.417969 2.707031 -1.078125 c 0.222657 0.265625 0.484375 0.496094 0.792969 0.675781 c 0.929688 0.535156 2.074219 0.535156 3 0 c 0.929688 -0.539062 1.5 -1.527344 1.5 -2.597656 v -1 c 0 -3.558594 -2.347656 -6.683594 -5.761719 -7.683594 c -0.835937 -0.2421872 -1.703125 -0.347656 -2.574219 -0.3085935 z m 0.335938 5.9921875 c 1.117188 0 2 0.882812 2 2 c 0 1.113281 -0.882812 2 -2 2 c -1.113281 0 -2 -0.886719 -2 -2 c 0 -1.117188 0.886719 -2 2 -2 z m 0 0" fill="#2e3436"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
1246
panels/panel-app-icons.svg
Normal file
After Width: | Height: | Size: 62 KiB |
|
@ -3,7 +3,7 @@ Name=Power
|
|||
Comment=View your battery status and change power saving settings
|
||||
Exec=gnome-control-center power
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=gnome-power-manager
|
||||
Icon=org.gnome.Settings-power-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
|
Before Width: | Height: | Size: 721 B |
Before Width: | Height: | Size: 985 B |
Before Width: | Height: | Size: 941 B |