Compare commits
71 Commits
Author | SHA1 | Date | |
---|---|---|---|
8aefde06fa | |||
05c3c82542
|
|||
1ec7af53cb
|
|||
7a5752f115 | |||
2083cd1297
|
|||
e44846153b
|
|||
24580e2072
|
|||
994dd5f457
|
|||
d421cbdc13 | |||
2b221f3462
|
|||
0b34866dcd
|
|||
8bc859777e
|
|||
97d10ba559 | |||
d665ee06d7
|
|||
3794e2a302
|
|||
c6a76df00b
|
|||
52210e0ee7
|
|||
11550073f9
|
|||
b8842529f7
|
|||
ed954eefb7 | |||
9a200fc1ca | |||
41e2385f1d | |||
dbf72e9978 | |||
dcf94432a8 | |||
dc3b895c91 | |||
a983f565da | |||
01f692bf30 | |||
c9ac7cf5c4 | |||
1b3109e7f2 | |||
deb9bc1e70 | |||
9423f5df68 | |||
52b19a5c13 | |||
b6a0222e3c
|
|||
4851ccdb60
|
|||
4cc56a4c2c
|
|||
84ceee3758
|
|||
fd821feb0a
|
|||
a5051a760f
|
|||
45f420ab9a
|
|||
39a547db36
|
|||
1b2043dff0
|
|||
38f02c91be
|
|||
76c5591b7e
|
|||
687f8557f0
|
|||
2206f78aea
|
|||
4c872f198d
|
|||
96cadcbd0c
|
|||
91aad577f1
|
|||
e9b7da123c
|
|||
8d9ee73f12
|
|||
7321e110bb
|
|||
1832e3693d
|
|||
d264da25ae
|
|||
074dbdd7b8
|
|||
cbec05ee60
|
|||
f1c2b1bc37
|
|||
94de9580da
|
|||
276ae50d52
|
|||
2755c763b1
|
|||
876a1ecd98
|
|||
fc6089813c
|
|||
e4e86d9aa7
|
|||
2919b5e41d
|
|||
95a528d093
|
|||
d26a8c695d
|
|||
daeb53b2a0
|
|||
5dd8a876a6
|
|||
353ebc88cf
|
|||
66a9e2fe8c
|
|||
bc4b04a67c
|
|||
013f76913f |
@@ -1,9 +1,9 @@
|
|||||||
# desktop-presets
|
# desktop-presets
|
||||||
## Desktop presets for live media
|
## Desktop presets for live media
|
||||||
|
|
||||||
The refactor branch has got 4 profile presets: desktop, gtk, qt and community.
|
There are 4 profile presets: desktop, gtk, qt and community.
|
||||||
|
|
||||||
In *desktop* are files and settings common to all ISOs (font settings, gtk-[23].0, kdeglobals and .face), necessary for uniform look across toolkits.
|
In *desktop* are files and settings common to all ISOs (font settings, gtk-[234], kdeglobals and .face), necessary for uniform look across toolkits.
|
||||||
|
|
||||||
In *gtk* and *qt* are settings for the basic DEs and additionally for the applications and helpers that accompany them.
|
In *gtk* and *qt* are settings for the basic DEs and additionally for the applications and helpers that accompany them.
|
||||||
|
|
||||||
|
669
community/skel/.aegisub/config.json
Normal file
@@ -0,0 +1,669 @@
|
|||||||
|
{
|
||||||
|
"App" : {
|
||||||
|
"Auto" : {
|
||||||
|
"Backup" : true,
|
||||||
|
"Check For Updates" : false,
|
||||||
|
"Load Linked Files" : 2,
|
||||||
|
"Save" : true,
|
||||||
|
"Save Every Seconds" : 60,
|
||||||
|
"Save on Every Change" : false
|
||||||
|
},
|
||||||
|
"Call Tips" : false,
|
||||||
|
"First Start" : false,
|
||||||
|
"Hotkey Migrations" : [
|
||||||
|
{
|
||||||
|
"string" : "placeholder since empty arrays aren't supported"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"string" : "7035"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"string" : "7070"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"string" : "edit/line/duplicate/shift_back"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"string" : "duplicate -> split"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Language" : "en",
|
||||||
|
"Maximized" : false,
|
||||||
|
"Save Charset" : "UTF-8",
|
||||||
|
"Save UI State" : true,
|
||||||
|
"Show Toolbar" : true,
|
||||||
|
"Toolbar Icon Size" : 16
|
||||||
|
},
|
||||||
|
"Audio" : {
|
||||||
|
"Auto" : {
|
||||||
|
"Commit" : false,
|
||||||
|
"Focus" : false,
|
||||||
|
"Scroll" : true
|
||||||
|
},
|
||||||
|
"Cache" : {
|
||||||
|
"HD" : {
|
||||||
|
"Location" : "default"
|
||||||
|
},
|
||||||
|
"Type" : 1
|
||||||
|
},
|
||||||
|
"Colour Schemes" : [
|
||||||
|
{
|
||||||
|
"string" : "Green"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"string" : "Icy Blue"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Display" : {
|
||||||
|
"Draw" : {
|
||||||
|
"Cursor Time" : true,
|
||||||
|
"Inactive Comments" : false,
|
||||||
|
"Keyframes in Dialogue Mode" : true,
|
||||||
|
"Keyframes in Karaoke Mode" : true,
|
||||||
|
"Seconds" : true,
|
||||||
|
"Video Position" : true
|
||||||
|
},
|
||||||
|
"Waveform Style" : 0
|
||||||
|
},
|
||||||
|
"Display Height" : 200,
|
||||||
|
"Downmixer" : "ConvertToMono",
|
||||||
|
"Drag Timing" : true,
|
||||||
|
"Inactive Lines Display Mode" : 3,
|
||||||
|
"Karaoke" : {
|
||||||
|
"Font Face" : "Verdana",
|
||||||
|
"Font Size" : 9
|
||||||
|
},
|
||||||
|
"Lead" : {
|
||||||
|
"IN" : 100,
|
||||||
|
"OUT" : 350
|
||||||
|
},
|
||||||
|
"Line Boundaries Thickness" : 2,
|
||||||
|
"Link" : true,
|
||||||
|
"Lock Scroll on Cursor" : false,
|
||||||
|
"Medusa Timing Hotkeys" : false,
|
||||||
|
"Next Line on Commit" : true,
|
||||||
|
"Player" : "PulseAudio",
|
||||||
|
"Plays When Stepping Video" : false,
|
||||||
|
"Provider" : "ffmpegsource",
|
||||||
|
"Renderer" : {
|
||||||
|
"Spectrum" : {
|
||||||
|
"Cutoff" : 0,
|
||||||
|
"FreqCurve" : 0,
|
||||||
|
"Memory Max" : 128,
|
||||||
|
"Quality" : 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Snap" : {
|
||||||
|
"Distance" : 8,
|
||||||
|
"Enable" : true
|
||||||
|
},
|
||||||
|
"Spectrum" : true,
|
||||||
|
"Start Drag Sensitivity" : 8,
|
||||||
|
"Track Cursor" : {
|
||||||
|
"Font Face" : ""
|
||||||
|
},
|
||||||
|
"Volume" : 50,
|
||||||
|
"Wheel Default to Zoom" : false,
|
||||||
|
"Zoom" : {
|
||||||
|
"Horizontal" : 0,
|
||||||
|
"Vertical" : 50
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Automation" : {
|
||||||
|
"Autoreload Mode" : 1,
|
||||||
|
"Trace Level" : 3
|
||||||
|
},
|
||||||
|
"Colour" : {
|
||||||
|
"Audio Display" : {
|
||||||
|
"Keyframe" : "rgb(255, 0, 255)",
|
||||||
|
"Line Boundary Inactive Line" : "rgb(190, 190, 190)",
|
||||||
|
"Line boundary End" : "rgb(0, 0, 216)",
|
||||||
|
"Line boundary Start" : "rgb(216, 0, 0)",
|
||||||
|
"Play Cursor" : "rgb(255, 255, 255)",
|
||||||
|
"Seconds Line" : "rgb(0, 100, 255)",
|
||||||
|
"Spectrum" : "Icy Blue",
|
||||||
|
"Syllable Boundaries" : "rgb(255, 255, 0)",
|
||||||
|
"Waveform" : "Green"
|
||||||
|
},
|
||||||
|
"Schemes" : {
|
||||||
|
"Green" : {
|
||||||
|
"Inactive" : {
|
||||||
|
"Hue Offset" : 85.0,
|
||||||
|
"Hue Scale" : 0.0,
|
||||||
|
"Lightness Offset" : 0.0,
|
||||||
|
"Lightness Scale" : 100.0,
|
||||||
|
"Saturation Offset" : 255.0,
|
||||||
|
"Saturation Scale" : 0.0
|
||||||
|
},
|
||||||
|
"Normal" : {
|
||||||
|
"Hue Offset" : 85.0,
|
||||||
|
"Hue Scale" : 0.0,
|
||||||
|
"Lightness Offset" : 0.0,
|
||||||
|
"Lightness Scale" : 200.0,
|
||||||
|
"Saturation Offset" : 255.0,
|
||||||
|
"Saturation Scale" : 0.0
|
||||||
|
},
|
||||||
|
"Primary" : {
|
||||||
|
"Hue Offset" : 85.0,
|
||||||
|
"Hue Scale" : 0.0,
|
||||||
|
"Lightness Offset" : 25.0,
|
||||||
|
"Lightness Scale" : 300.0,
|
||||||
|
"Saturation Offset" : 128.0,
|
||||||
|
"Saturation Scale" : 0.0
|
||||||
|
},
|
||||||
|
"Selection" : {
|
||||||
|
"Hue Offset" : 80.0,
|
||||||
|
"Hue Scale" : 0.0,
|
||||||
|
"Lightness Offset" : 10.0,
|
||||||
|
"Lightness Scale" : 175.0,
|
||||||
|
"Saturation Offset" : 255.0,
|
||||||
|
"Saturation Scale" : 0.0
|
||||||
|
},
|
||||||
|
"UI" : {
|
||||||
|
"Dark" : "rgb(0, 10, 0)",
|
||||||
|
"Light" : "rgb(0, 200, 0)",
|
||||||
|
"Selection" : "rgb(0, 80, 0)"
|
||||||
|
},
|
||||||
|
"UI Focused" : {
|
||||||
|
"Dark" : "rgb(0, 10, 0)",
|
||||||
|
"Light" : "rgb(50, 255, 50)",
|
||||||
|
"Selection" : "rgb(0, 80, 0)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Icy Blue" : {
|
||||||
|
"Inactive" : {
|
||||||
|
"Hue Offset" : 191.0,
|
||||||
|
"Hue Scale" : -128.0,
|
||||||
|
"Lightness Offset" : 32.0,
|
||||||
|
"Lightness Scale" : 192.0,
|
||||||
|
"Saturation Offset" : 63.0,
|
||||||
|
"Saturation Scale" : 192.0
|
||||||
|
},
|
||||||
|
"Normal" : {
|
||||||
|
"Hue Offset" : 191.0,
|
||||||
|
"Hue Scale" : -128.0,
|
||||||
|
"Lightness Offset" : 0.0,
|
||||||
|
"Lightness Scale" : 255.0,
|
||||||
|
"Saturation Offset" : 127.0,
|
||||||
|
"Saturation Scale" : 128.0
|
||||||
|
},
|
||||||
|
"Primary" : {
|
||||||
|
"Hue Offset" : 191.0,
|
||||||
|
"Hue Scale" : -128.0,
|
||||||
|
"Lightness Offset" : 64.0,
|
||||||
|
"Lightness Scale" : 192.0,
|
||||||
|
"Saturation Offset" : 127.0,
|
||||||
|
"Saturation Scale" : 128.0
|
||||||
|
},
|
||||||
|
"Selection" : {
|
||||||
|
"Hue Offset" : 191.0,
|
||||||
|
"Hue Scale" : -128.0,
|
||||||
|
"Lightness Offset" : 32.0,
|
||||||
|
"Lightness Scale" : 192.0,
|
||||||
|
"Saturation Offset" : 127.0,
|
||||||
|
"Saturation Scale" : 128.0
|
||||||
|
},
|
||||||
|
"UI" : {
|
||||||
|
"Dark" : "rgb(8, 4, 13)",
|
||||||
|
"Light" : "rgb(89, 145, 220)",
|
||||||
|
"Selection" : "rgb(65, 34, 103)"
|
||||||
|
},
|
||||||
|
"UI Focused" : {
|
||||||
|
"Dark" : "rgb(8, 4, 13)",
|
||||||
|
"Light" : "rgb(205, 240, 226)",
|
||||||
|
"Selection" : "rgb(82, 107, 213)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Style Editor" : {
|
||||||
|
"Background" : {
|
||||||
|
"Preview" : "rgb(125, 153, 176)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Subtitle": {
|
||||||
|
"Background": "#0F1419",
|
||||||
|
"Syntax": {
|
||||||
|
"Background": {
|
||||||
|
"Brackets": "",
|
||||||
|
"Comment": "",
|
||||||
|
"Drawing Command": "",
|
||||||
|
"Drawing X": "",
|
||||||
|
"Drawing Y": "",
|
||||||
|
"Error": "rgb(255, 200, 200)",
|
||||||
|
"Karaoke Template": "",
|
||||||
|
"Karaoke Variable": "",
|
||||||
|
"Line Break": "",
|
||||||
|
"Normal": "",
|
||||||
|
"Parameters": "",
|
||||||
|
"Slashes": "",
|
||||||
|
"Tags": ""
|
||||||
|
},
|
||||||
|
"Bold": {
|
||||||
|
"Brackets": false,
|
||||||
|
"Comment": true,
|
||||||
|
"Drawing Command": true,
|
||||||
|
"Drawing X": false,
|
||||||
|
"Drawing Y": false,
|
||||||
|
"Error": false,
|
||||||
|
"Karaoke Template": true,
|
||||||
|
"Karaoke Variable": true,
|
||||||
|
"Line Break": true,
|
||||||
|
"Normal": false,
|
||||||
|
"Parameters": false,
|
||||||
|
"Slashes": false,
|
||||||
|
"Tags": true
|
||||||
|
},
|
||||||
|
"Underline": {
|
||||||
|
"Drawing Endpoint": true
|
||||||
|
},
|
||||||
|
"Brackets": "#D2A6FF",
|
||||||
|
"Comment": "#3E4B59",
|
||||||
|
"Drawing Command": "#59C2FF",
|
||||||
|
"Drawing X": "#F07178",
|
||||||
|
"Drawing Y": "#B8CC52",
|
||||||
|
"Error": "rgb(200, 0, 0)",
|
||||||
|
"Karaoke Template": "rgb(128, 0, 192)",
|
||||||
|
"Karaoke Variable": "rgb(128, 0, 192)",
|
||||||
|
"Line Break": "#E6E1CF",
|
||||||
|
"Normal": "#E6E1CF",
|
||||||
|
"Parameters": "#FF8F40",
|
||||||
|
"Slashes": "#95E6CB",
|
||||||
|
"Tags": "rgb(90, 90, 90)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Subtitle Grid": {
|
||||||
|
"Active Border": "rgb(45, 45, 45)",
|
||||||
|
"Background": {
|
||||||
|
"Background": "#0F1419",
|
||||||
|
"Comment": "#3E4B59",
|
||||||
|
"Inframe": "#272D38",
|
||||||
|
"Selected Comment": "#855C28",
|
||||||
|
"Selection": "#855C28",
|
||||||
|
"Open Fold": "#141b28",
|
||||||
|
"Closed Fold": "#141b28"
|
||||||
|
},
|
||||||
|
"Collision": "#E6E1CF",
|
||||||
|
"CPS Error": "#F07178",
|
||||||
|
"Header": "#2A6384",
|
||||||
|
"Left Column": "#131721",
|
||||||
|
"Lines": "#BFBDB6",
|
||||||
|
"Selection": "#E6E1CF",
|
||||||
|
"Standard": "#E6E1CF"
|
||||||
|
},
|
||||||
|
"Video Dummy" : {
|
||||||
|
"Last Colour" : "rgb(47, 163, 254)"
|
||||||
|
},
|
||||||
|
"Visual Tools" : {
|
||||||
|
"Highlight Primary" : "rgb(255, 169, 40)",
|
||||||
|
"Highlight Secondary" : "rgb(255, 253, 185)",
|
||||||
|
"Lines Primary" : "rgb(187, 0, 0)",
|
||||||
|
"Lines Secondary" : "rgb(106, 32, 19)",
|
||||||
|
"Shaded Area Alpha" : 0.5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Limits" : {
|
||||||
|
"Find Replace" : 16,
|
||||||
|
"MRU" : 16,
|
||||||
|
"Undo Levels" : 50
|
||||||
|
},
|
||||||
|
"Path" : {
|
||||||
|
"Auto" : {
|
||||||
|
"Backup" : "?user/autoback",
|
||||||
|
"Save" : "?user/autosave"
|
||||||
|
},
|
||||||
|
"Automation" : {
|
||||||
|
"Autoload" : "?user/automation/autoload/|?data/automation/autoload/",
|
||||||
|
"Base" : "?data/automation/",
|
||||||
|
"Include" : "?user/automation/include/|?data/automation/include/"
|
||||||
|
},
|
||||||
|
"Dictionary" : "?user/dictionaries",
|
||||||
|
"Fonts Collector Destination" : "?script",
|
||||||
|
"Last" : {
|
||||||
|
"Audio" : "",
|
||||||
|
"Automation" : "",
|
||||||
|
"Keyframes" : "",
|
||||||
|
"Subtitles" : "",
|
||||||
|
"Timecodes" : "",
|
||||||
|
"Video" : ""
|
||||||
|
},
|
||||||
|
"Screenshot" : "?video"
|
||||||
|
},
|
||||||
|
"Player" : {
|
||||||
|
"Audio" : {
|
||||||
|
"ALSA" : {
|
||||||
|
"Device" : "default"
|
||||||
|
},
|
||||||
|
"DirectSound" : {
|
||||||
|
"Buffer Latency" : 100,
|
||||||
|
"Buffer Length" : 5
|
||||||
|
},
|
||||||
|
"OSS" : {
|
||||||
|
"Device" : "/dev/dsp"
|
||||||
|
},
|
||||||
|
"PortAudio" : {
|
||||||
|
"Device Name" : "Default"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Provider" : {
|
||||||
|
"Audio" : {
|
||||||
|
"AVS" : {
|
||||||
|
"Sample Rate" : 0
|
||||||
|
},
|
||||||
|
"FFmpegSource" : {
|
||||||
|
"Decode Error Handling" : "ignore"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Avisynth" : {
|
||||||
|
"Allow Ancient" : false,
|
||||||
|
"Memory Max" : 64
|
||||||
|
},
|
||||||
|
"FFmpegSource" : {
|
||||||
|
"Cache" : {
|
||||||
|
"Files" : 20,
|
||||||
|
"Size" : 42
|
||||||
|
},
|
||||||
|
"Index All Tracks" : true,
|
||||||
|
"Log Level" : "quiet"
|
||||||
|
},
|
||||||
|
"Video" : {
|
||||||
|
"Cache" : {
|
||||||
|
"Size" : 32
|
||||||
|
},
|
||||||
|
"FFmpegSource" : {
|
||||||
|
"Decoding Threads" : -1,
|
||||||
|
"Unsafe Seeking" : false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Subtitle" : {
|
||||||
|
"Character Counter" : {
|
||||||
|
"CPS Error Threshold" : 30,
|
||||||
|
"CPS Warning Threshold" : 15,
|
||||||
|
"Ignore Punctuation" : true,
|
||||||
|
"Ignore Whitespace" : true
|
||||||
|
},
|
||||||
|
"Character Limit" : 40,
|
||||||
|
"Default Resolution" : {
|
||||||
|
"Auto" : true,
|
||||||
|
"Height" : 720,
|
||||||
|
"Width" : 1280
|
||||||
|
},
|
||||||
|
"Edit Box" : {
|
||||||
|
"Font Face" : "",
|
||||||
|
"Font Size" : 10
|
||||||
|
},
|
||||||
|
"Grid" : {
|
||||||
|
"Column" : [
|
||||||
|
{
|
||||||
|
"bool" : true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Focus Allow" : true,
|
||||||
|
"Font Face" : "Tahoma",
|
||||||
|
"Font Size" : 8,
|
||||||
|
"Hide Overrides" : 1,
|
||||||
|
"Hide Overrides Char" : "☀",
|
||||||
|
"Highlight Subtitles in Frame" : true
|
||||||
|
},
|
||||||
|
"Highlight" : {
|
||||||
|
"Syntax" : true
|
||||||
|
},
|
||||||
|
"Provider" : "libass",
|
||||||
|
"Show Original" : false,
|
||||||
|
"Time Edit" : {
|
||||||
|
"Insert Mode" : true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Subtitle Format" : {
|
||||||
|
"ASS" : {
|
||||||
|
"Default Style Catalog" : "Default"
|
||||||
|
},
|
||||||
|
"EBU STL" : {
|
||||||
|
"Display Standard" : 0,
|
||||||
|
"Inclusive End Times" : true,
|
||||||
|
"Line Wrapping Mode" : 1,
|
||||||
|
"Max Line Length" : 42,
|
||||||
|
"TV Standard" : 0,
|
||||||
|
"Text Encoding" : 0,
|
||||||
|
"Timecode Offset" : {
|
||||||
|
"F" : 0,
|
||||||
|
"H" : 0,
|
||||||
|
"M" : 0,
|
||||||
|
"S" : 0
|
||||||
|
},
|
||||||
|
"Translate Alignments" : true
|
||||||
|
},
|
||||||
|
"MicroDVD" : {
|
||||||
|
"Default Style Catalog" : "Default"
|
||||||
|
},
|
||||||
|
"SRT" : {
|
||||||
|
"Default Style Catalog" : "Default"
|
||||||
|
},
|
||||||
|
"TTXT" : {
|
||||||
|
"Default Style Catalog" : "Default"
|
||||||
|
},
|
||||||
|
"TXT" : {
|
||||||
|
"Default Style Catalog" : "Default"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Timing" : {
|
||||||
|
"Default Duration" : 3000
|
||||||
|
},
|
||||||
|
"Tool" : {
|
||||||
|
"Colour Picker" : {
|
||||||
|
"Last" : {
|
||||||
|
"X" : -1,
|
||||||
|
"Y" : -1
|
||||||
|
},
|
||||||
|
"Maximized" : false,
|
||||||
|
"Mode" : 4,
|
||||||
|
"Recent Colours" : [
|
||||||
|
{
|
||||||
|
"color" : "rgb(0, 0, 0)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color" : "rgb(255, 0, 0)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color" : "rgb(255, 255, 0)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color" : "rgb(0, 255, 0)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color" : "rgb(0, 255, 255)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color" : "rgb(0, 0, 255)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color" : "rgb(255, 0, 255)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color" : "rgb(255, 255, 255)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Fonts Collector" : {
|
||||||
|
"Action" : 0
|
||||||
|
},
|
||||||
|
"Import" : {
|
||||||
|
"Text" : {
|
||||||
|
"Actor Separator" : ":",
|
||||||
|
"Comment Starter" : "#",
|
||||||
|
"Include Blank" : false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Kanji Timer" : {
|
||||||
|
"Interpolation" : true
|
||||||
|
},
|
||||||
|
"Paste Lines Over" : {
|
||||||
|
"Fields" : [
|
||||||
|
{
|
||||||
|
"bool" : false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bool" : false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bool" : false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bool" : false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bool" : false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bool" : false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bool" : false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bool" : false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bool" : false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bool" : true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Preferences" : {
|
||||||
|
"Page" : 0
|
||||||
|
},
|
||||||
|
"Search Replace" : {
|
||||||
|
"Affect" : 0,
|
||||||
|
"Field" : 0,
|
||||||
|
"Match Case" : false,
|
||||||
|
"RegExp" : false,
|
||||||
|
"Skip Comments" : false,
|
||||||
|
"Skip Tags" : false
|
||||||
|
},
|
||||||
|
"Select Lines" : {
|
||||||
|
"Action" : 0,
|
||||||
|
"Condition" : 0,
|
||||||
|
"Field" : 0,
|
||||||
|
"Match" : {
|
||||||
|
"Case" : false,
|
||||||
|
"Comment" : false,
|
||||||
|
"Dialogue" : true
|
||||||
|
},
|
||||||
|
"Mode" : 1,
|
||||||
|
"Text" : ""
|
||||||
|
},
|
||||||
|
"Shift Times" : {
|
||||||
|
"Affect" : 0,
|
||||||
|
"ByTime" : true,
|
||||||
|
"Direction" : true,
|
||||||
|
"Frames" : 0,
|
||||||
|
"Time" : 0,
|
||||||
|
"Type" : 0
|
||||||
|
},
|
||||||
|
"Spell Checker" : {
|
||||||
|
"Backend" : "hunspell",
|
||||||
|
"Language" : "en_US",
|
||||||
|
"Skip Comments" : false,
|
||||||
|
"Skip Uppercase" : false
|
||||||
|
},
|
||||||
|
"Style Editor" : {
|
||||||
|
"Last" : {
|
||||||
|
"Height" : -1,
|
||||||
|
"Width" : -1,
|
||||||
|
"X" : -1,
|
||||||
|
"Y" : -1
|
||||||
|
},
|
||||||
|
"Maximized" : false,
|
||||||
|
"Preview Text" : "Aegisub\\N0123 日本語"
|
||||||
|
},
|
||||||
|
"Style Manager" : {
|
||||||
|
"Last" : {
|
||||||
|
"X" : -1,
|
||||||
|
"Y" : -1
|
||||||
|
},
|
||||||
|
"Maximized" : false
|
||||||
|
},
|
||||||
|
"Styling Assistant" : {
|
||||||
|
"Last" : {
|
||||||
|
"X" : -1,
|
||||||
|
"Y" : -1
|
||||||
|
},
|
||||||
|
"Maximized" : false
|
||||||
|
},
|
||||||
|
"Thesaurus" : {
|
||||||
|
"Language" : "en_US"
|
||||||
|
},
|
||||||
|
"Timing Post Processor" : {
|
||||||
|
"Adjacent Bias" : 0.9000000000000000222,
|
||||||
|
"Enable" : {
|
||||||
|
"Adjacent" : true,
|
||||||
|
"Keyframe" : true,
|
||||||
|
"Lead" : {
|
||||||
|
"IN" : true,
|
||||||
|
"OUT" : true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Lead" : {
|
||||||
|
"IN" : 100,
|
||||||
|
"OUT" : 350
|
||||||
|
},
|
||||||
|
"Only Selection" : false,
|
||||||
|
"Threshold" : {
|
||||||
|
"Adjacent Gap" : 300,
|
||||||
|
"Adjacent Overlap" : 50,
|
||||||
|
"Key End After" : 250,
|
||||||
|
"Key End Before" : 200,
|
||||||
|
"Key Start After" : 150,
|
||||||
|
"Key Start Before" : 200
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Translation Assistant" : {
|
||||||
|
"Last" : {
|
||||||
|
"X" : -1,
|
||||||
|
"Y" : -1
|
||||||
|
},
|
||||||
|
"Maximized" : false,
|
||||||
|
"Skip Whitespace" : true
|
||||||
|
},
|
||||||
|
"Visual" : {
|
||||||
|
"Autohide" : false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Version" : {
|
||||||
|
"Last Version" : 0,
|
||||||
|
"Next Check" : 0
|
||||||
|
},
|
||||||
|
"Video" : {
|
||||||
|
"Default Zoom" : 7,
|
||||||
|
"Detached" : {
|
||||||
|
"Enabled" : false,
|
||||||
|
"Last" : {
|
||||||
|
"X" : -1,
|
||||||
|
"Y" : -1
|
||||||
|
},
|
||||||
|
"Maximized" : false
|
||||||
|
},
|
||||||
|
"Dummy" : {
|
||||||
|
"FPS" : 23.975999999999999091,
|
||||||
|
"Last" : {
|
||||||
|
"Height" : 720,
|
||||||
|
"Length" : 40000,
|
||||||
|
"Width" : 1280
|
||||||
|
},
|
||||||
|
"Pattern" : false
|
||||||
|
},
|
||||||
|
"Last Script Resolution Mismatch Choice" : 2,
|
||||||
|
"Open Audio" : true,
|
||||||
|
"Overscan Mask" : false,
|
||||||
|
"Provider" : "ffmpegsource",
|
||||||
|
"Script Resolution Mismatch" : 1,
|
||||||
|
"Slider" : {
|
||||||
|
"Fast Jump Step" : 10,
|
||||||
|
"Show Keyframes" : true
|
||||||
|
},
|
||||||
|
"Subtitle Sync" : true
|
||||||
|
}
|
||||||
|
}
|
@@ -1,59 +0,0 @@
|
|||||||
# created by KDE Plasma, Fri Apr 12 10:22:06 2019
|
|
||||||
#
|
|
||||||
# If you do not want Plasma to override your GTK settings, select
|
|
||||||
# Colors in the System Settings and disable the checkbox
|
|
||||||
# "Apply colors to non-Qt applications"
|
|
||||||
#
|
|
||||||
#
|
|
||||||
|
|
||||||
gtk-alternative-button-order = 1
|
|
||||||
|
|
||||||
style "default"
|
|
||||||
{
|
|
||||||
bg[NORMAL] = { 0.102, 0.102, 0.102 }
|
|
||||||
bg[SELECTED] = { 0.082, 0.325, 0.620 }
|
|
||||||
bg[INSENSITIVE] = { 0.102, 0.102, 0.102 }
|
|
||||||
bg[ACTIVE] = { 0.090, 0.090, 0.090 }
|
|
||||||
bg[PRELIGHT] = { 0.102, 0.102, 0.102 }
|
|
||||||
|
|
||||||
base[NORMAL] = { 0.169, 0.169, 0.169 }
|
|
||||||
base[SELECTED] = { 0.082, 0.325, 0.620 }
|
|
||||||
base[INSENSITIVE] = { 0.102, 0.102, 0.102 }
|
|
||||||
base[ACTIVE] = { 0.082, 0.325, 0.620 }
|
|
||||||
base[PRELIGHT] = { 0.082, 0.325, 0.620 }
|
|
||||||
|
|
||||||
text[NORMAL] = { 1.000, 1.000, 1.000 }
|
|
||||||
text[SELECTED] = { 1.000, 1.000, 1.000 }
|
|
||||||
text[INSENSITIVE] = { 0.090, 0.090, 0.090 }
|
|
||||||
text[ACTIVE] = { 1.000, 1.000, 1.000 }
|
|
||||||
text[PRELIGHT] = { 1.000, 1.000, 1.000 }
|
|
||||||
|
|
||||||
fg[NORMAL] = { 1.000, 1.000, 1.000 }
|
|
||||||
fg[SELECTED] = { 1.000, 1.000, 1.000 }
|
|
||||||
fg[INSENSITIVE] = { 0.090, 0.090, 0.090 }
|
|
||||||
fg[ACTIVE] = { 1.000, 1.000, 1.000 }
|
|
||||||
fg[PRELIGHT] = { 1.000, 1.000, 1.000 }
|
|
||||||
}
|
|
||||||
|
|
||||||
class "*" style "default"
|
|
||||||
|
|
||||||
style "ToolTip"
|
|
||||||
{
|
|
||||||
bg[NORMAL] = { 0.000, 0.000, 0.000 }
|
|
||||||
base[NORMAL] = { 0.000, 0.000, 0.000 }
|
|
||||||
text[NORMAL] = { 1.000, 1.000, 1.000 }
|
|
||||||
fg[NORMAL] = { 1.000, 1.000, 1.000 }
|
|
||||||
}
|
|
||||||
|
|
||||||
widget "gtk-tooltip" style "ToolTip"
|
|
||||||
widget "gtk-tooltips" style "ToolTip"
|
|
||||||
widget "gtk-tooltip*" style "ToolTip"
|
|
||||||
|
|
||||||
style "MenuItem"
|
|
||||||
{
|
|
||||||
bg[PRELIGHT] = { 0.082, 0.325, 0.620 }
|
|
||||||
fg[PRELIGHT] = { 1.000, 1.000, 1.000 }
|
|
||||||
}
|
|
||||||
|
|
||||||
class "*MenuItem" style "MenuItem"
|
|
||||||
|
|
@@ -1 +1,2 @@
|
|||||||
(theme "System")
|
(theme "System")
|
||||||
|
(icon-theme "Color")
|
||||||
|
@@ -1,39 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<VeraCrypt>
|
|
||||||
<configuration>
|
|
||||||
<config key="BackgroundTaskEnabled">1</config>
|
|
||||||
<config key="BackgroundTaskMenuDismountItemsEnabled">1</config>
|
|
||||||
<config key="BackgroundTaskMenuMountItemsEnabled">1</config>
|
|
||||||
<config key="BackgroundTaskMenuOpenItemsEnabled">1</config>
|
|
||||||
<config key="BeepAfterHotkeyMountDismount">0</config>
|
|
||||||
<config key="CachePasswords">0</config>
|
|
||||||
<config key="CloseBackgroundTaskOnNoVolumes">1</config>
|
|
||||||
<config key="CloseExplorerWindowsOnDismount">1</config>
|
|
||||||
<config key="CloseSecurityTokenSessionsAfterMount">0</config>
|
|
||||||
<config key="DisableKernelEncryptionModeWarning">0</config>
|
|
||||||
<config key="DismountOnInactivity">0</config>
|
|
||||||
<config key="DismountOnLogOff">1</config>
|
|
||||||
<config key="DismountOnPowerSaving">0</config>
|
|
||||||
<config key="DismountOnScreenSaver">0</config>
|
|
||||||
<config key="DisplayMessageAfterHotkeyDismount">0</config>
|
|
||||||
<config key="BackgroundTaskEnabled">1</config>
|
|
||||||
<config key="ForceAutoDismount">1</config>
|
|
||||||
<config key="LastSelectedSlotNumber">0</config>
|
|
||||||
<config key="MaxVolumeIdleTime">60</config>
|
|
||||||
<config key="MountDevicesOnLogon">0</config>
|
|
||||||
<config key="MountFavoritesOnLogon">0</config>
|
|
||||||
<config key="MountVolumesReadOnly">0</config>
|
|
||||||
<config key="MountVolumesRemovable">0</config>
|
|
||||||
<config key="NoHardwareCrypto">0</config>
|
|
||||||
<config key="NoKernelCrypto">0</config>
|
|
||||||
<config key="OpenExplorerWindowAfterMount">0</config>
|
|
||||||
<config key="PreserveTimestamps">1</config>
|
|
||||||
<config key="SaveHistory">0</config>
|
|
||||||
<config key="StartOnLogon">0</config>
|
|
||||||
<config key="UseKeyfiles">0</config>
|
|
||||||
<config key="WipeCacheOnAutoDismount">1</config>
|
|
||||||
<config key="WipeCacheOnClose">0</config>
|
|
||||||
<config key="DefaultTrueCryptMode">0</config>
|
|
||||||
<config key="DefaultPRF">autodetection</config>
|
|
||||||
</configuration>
|
|
||||||
</VeraCrypt>
|
|
@@ -1,96 +1,3 @@
|
|||||||
[MainWindow]
|
[UiSettings]
|
||||||
Height 790=731
|
ColorScheme=Artix-dark
|
||||||
Height 900=840
|
ColorSchemePath=ArtixDark.colors
|
||||||
State=AAAA/wAAAAD9AAAAAQAAAAIAAAeAAAABUPwBAAAADfsAAAAYAG4AbwB0AGUAcwBfAHcAaQBkAGcAZQB0AAAAAAD/////AAAAUgD////7AAAADgBsAGkAYgByAGEAcgB5AAAAAAD/////AAAAYwD////7AAAAGgBhAHUAZABpAG8AcwBwAGUAYwB0AHIAdQBtAAAAAAD/////AAAAagD////7AAAAFgBwAHIAbwBqAGUAYwB0AF8AYgBpAG4BAAAAAAAAAPsAAABSAP////wAAAEBAAAA+gAAAFIA////+gAAAAABAAAAAvsAAAAYAGUAZgBmAGUAYwB0AF8AcwB0AGEAYwBrAQAAAAD/////AAAAUgD////7AAAAHgBjAGwAaQBwAF8AcAByAG8AcABlAHIAdABpAGUAcwAAAAAA/////wAAAFIA/////AAAAgEAAAGmAAAAewD////6AAAAAQEAAAAC+wAAAB4AdAByAGEAbgBzAGkAdABpAG8AbgBfAGwAaQBzAHQBAAAAAP////8AAAAAAP////sAAAAWAGUAZgBmAGUAYwB0AF8AbABpAHMAdAEAAAAA/////wAAAAAA/////AAAA60AAAPTAAABQAD////6AAAAAQEAAAAC+wAAABgAYwBsAGkAcABfAG0AbwBuAGkAdABvAHIBAAAAAP////8AAAFAAP////sAAAAeAHAAcgBvAGoAZQBjAHQAXwBtAG8AbgBpAHQAbwByAQAAAAD/////AAABQAD////7AAAAGAB1AG4AZABvAF8AaABpAHMAdABvAHIAeQAAAAAA/////wAAAFIA////+wAAABYAdgBlAGMAdABvAHIAcwBjAG8AcABlAAAAAAD/////AAABRQD////7AAAAEAB3AGEAdgBlAGYAbwByAG0AAAAAAP////8AAACuAP////sAAAAUAHIAZwBiAF8AcABhAHIAYQBkAGUAAAAAAP////8AAAClAP////sAAAASAGgAaQBzAHQAbwBnAHIAYQBtAAAAAAD/////AAABWQD////7AAAAFABzAGMAcgBlAGUAbgBnAHIAYQBiAAAAAAD/////AAAAUgD///8AAAeAAAAB1AAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAABgAZQB4AHQAcgBhAFQAbwBvAGwAQgBhAHIBAAACMf////8AAAAAAAAAAA==
|
|
||||||
ToolBarsMovable=Disabled
|
|
||||||
Width 1440=1432
|
|
||||||
Width 1464=1464
|
|
||||||
Window-Maximized 790x1464=true
|
|
||||||
Window-Maximized 963x1920=true
|
|
||||||
|
|
||||||
[Scope_Histogram]
|
|
||||||
autoRefresh=true
|
|
||||||
bEnabled=true
|
|
||||||
gEnabled=true
|
|
||||||
rEnabled=true
|
|
||||||
realtime=false
|
|
||||||
rec601=false
|
|
||||||
sEnabled=false
|
|
||||||
yEnabled=true
|
|
||||||
|
|
||||||
[Scope_RGB Parade]
|
|
||||||
autoRefresh=true
|
|
||||||
axis=false
|
|
||||||
gradref=false
|
|
||||||
paintmode=0
|
|
||||||
realtime=false
|
|
||||||
|
|
||||||
[Scope_Vectorscope]
|
|
||||||
75PBox=false
|
|
||||||
autoRefresh=true
|
|
||||||
axis=false
|
|
||||||
backgroundmode=0
|
|
||||||
colorspace_ypbpr=false
|
|
||||||
gain=1
|
|
||||||
iqlines=false
|
|
||||||
paintmode=0
|
|
||||||
realtime=false
|
|
||||||
|
|
||||||
[Scope_Waveform]
|
|
||||||
autoRefresh=true
|
|
||||||
paintmode=0
|
|
||||||
realtime=false
|
|
||||||
rec601=false
|
|
||||||
|
|
||||||
[bin]
|
|
||||||
treeviewheaders=AAAA/wAAAAAAAAABAAAAAQAAAAABAAAAAAAAAAAAAAADBgAAAAIAAAACAAAAZAAAAAEAAAA3AAAAUAAAAAMBAQABAAAAAAAAAAAAAAAAZP////8AAACBAAAAAAAAAAMAAABQAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAPoAAAAAD0=
|
|
||||||
|
|
||||||
[capture]
|
|
||||||
decklink_capturedevice=4294967295
|
|
||||||
decklink_device_found=false
|
|
||||||
decklink_extension=mov
|
|
||||||
decklink_parameters=vcodec=dnxhd vb=145000k acodec=pcm_s16le threads=%threads
|
|
||||||
detectedv4ldevices=4294967295
|
|
||||||
grab_extension=mov
|
|
||||||
grab_parameters=-crf 25 -vcodec libx264 -preset veryfast -threads 0
|
|
||||||
v4l_extension=mpg
|
|
||||||
v4l_format=4294967295
|
|
||||||
v4l_parameters=qscale=4 ab=192k vcodec=mpeg2video acodec=mp2 threads=%threads
|
|
||||||
|
|
||||||
[env]
|
|
||||||
defaultaudioapp=/usr/bin/audacity
|
|
||||||
defaultimageapp=/usr/bin/gimp
|
|
||||||
defaultprojectfolder[$e]=$HOME/Documents
|
|
||||||
ffmpegpath[$e]=/usr/bin/ffmpeg
|
|
||||||
ffplaypath[$e]=/usr/bin/ffplay
|
|
||||||
ffprobepath[$e]=/usr/bin/ffprobe
|
|
||||||
mltpath[$e]=/usr/share/mlt/profiles
|
|
||||||
rendererpath[$e]=/usr/bin/melt
|
|
||||||
|
|
||||||
[project]
|
|
||||||
proxyextension=mkv
|
|
||||||
proxyparams=-vf yadif,scale=960:-2 -qscale 3 -vcodec mjpeg -acodec pcm_s16le
|
|
||||||
|
|
||||||
[sdl]
|
|
||||||
audiobackend=sdl2_audio
|
|
||||||
blackmagic_output_device=-1
|
|
||||||
sdlAudioBackend=sdl2_audio
|
|
||||||
|
|
||||||
[shuttle]
|
|
||||||
shuttlebuttons=button0=monitor_pause
|
|
||||||
|
|
||||||
[timeline]
|
|
||||||
trackheight=40
|
|
||||||
|
|
||||||
[unmanaged]
|
|
||||||
colortheme=/usr/share/color-schemes/Artix-dark.colors
|
|
||||||
current_profile=atsc_1080p_25
|
|
||||||
default_profile=atsc_1080p_25
|
|
||||||
force_breeze=true
|
|
||||||
monitor_audio=false
|
|
||||||
producerslist=avformat,avformat-novalidate,abnormal,color,colour,consumer,hold,loader,melt,melt_file,noise,timewarp,tone,decklink,frei0r.ising0r,frei0r.lissajous0r,frei0r.nois0r,frei0r.onecol0r,frei0r.partik0l,frei0r.plasma,frei0r.test_pat_B,frei0r.test_pat_C,frei0r.test_pat_G,frei0r.test_pat_I,frei0r.test_pat_L,frei0r.test_pat_R,pango,pixbuf,ladspa.1047,ladspa.1050,framebuffer,slowmotion,blipflash,count,qimage,qtext,kdenlivetitle,pgm,xml,xml-string,xml-nogl
|
|
||||||
project_display_ratio=1.7777777777777777
|
|
||||||
widgetstyle=gtk2
|
|
||||||
|
|
||||||
[version]
|
|
||||||
version=19.04.0
|
|
||||||
|
@@ -1,12 +0,0 @@
|
|||||||
[ActivityManager]
|
|
||||||
_k_friendly_name=Activity Manager
|
|
||||||
switch-to-activity-78b09966-59e0-4506-ad9a-140cae783f24=none,none,Switch to activity "Default"
|
|
||||||
|
|
||||||
[ksmserver]
|
|
||||||
Lock Session=Ctrl+Alt+L\tScreensaver,none,Lock Session
|
|
||||||
_k_friendly_name=System Settings
|
|
||||||
|
|
||||||
[plasmashell]
|
|
||||||
_k_friendly_name=Activity switching
|
|
||||||
next activity=Meta+Tab,none,Walk through activities
|
|
||||||
previous activity=Meta+Shift+Tab,none,Walk through activities (Reverse)
|
|
@@ -1,22 +0,0 @@
|
|||||||
[$Version]
|
|
||||||
update_info=kwin.upd:replace-scalein-with-scale,kwin.upd:port-minimizeanimation-effect-to-js,kwin.upd:port-scale-effect-to-js,kwin.upd:port-dimscreen-effect-to-js
|
|
||||||
|
|
||||||
[Compositing]
|
|
||||||
OpenGLIsUnsafe=false
|
|
||||||
|
|
||||||
[Desktops]
|
|
||||||
Number=1
|
|
||||||
Rows=1
|
|
||||||
|
|
||||||
[TabBox]
|
|
||||||
DesktopLayout=org.kde.breeze.desktop
|
|
||||||
DesktopListLayout=org.kde.breeze.desktop
|
|
||||||
LayoutName=org.kde.breeze.desktop
|
|
||||||
|
|
||||||
[org.kde.kdecoration2]
|
|
||||||
BorderSize=Normal
|
|
||||||
ButtonsOnLeft=MS
|
|
||||||
ButtonsOnRight=HIAX
|
|
||||||
CloseOnDoubleClickOnMenu=false
|
|
||||||
library=org.kde.oxygen
|
|
||||||
theme=
|
|
@@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<item oor:path="/org.openoffice.Office.UI/ColorScheme/ColorSchemes/org.openoffice.Office.UI:ColorScheme['LibreOffice']/DocColor"><prop oor:name="Color" oor:op="fuse"><value>3355443</value></prop></item>
|
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="ApplicationAppearance" oor:op="fuse"><value>2</value></prop></item>
|
||||||
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolStyle" oor:op="fuse"><value>breeze_dark</value></prop></item>
|
<item oor:path="/org.openoffice.Office.ExtendedColorScheme/ExtendedColorScheme/ColorSchemes"><node oor:name="COLOR_SCHEME_LIBREOFFICE_AUTOMATIC" oor:op="replace"></node></item>
|
||||||
<item oor:path="/org.openoffice.Office.Writer/Layout/Other"><prop oor:name="MeasureUnit" oor:op="fuse"><value>2</value></prop></item>
|
<item oor:path="/org.openoffice.Office.ExtendedColorScheme/ExtendedColorScheme"><prop oor:name="CurrentColorScheme" oor:op="fuse"><value>COLOR_SCHEME_LIBREOFFICE_AUTOMATIC</value></prop></item>
|
||||||
<item oor:path="/org.openoffice.Office.WriterWeb/Layout/Other"><prop oor:name="MeasureUnit" oor:op="fuse"><value>2</value></prop></item>
|
<item oor:path="/org.openoffice.Office.UI/ColorScheme"><prop oor:name="CurrentColorScheme" oor:op="fuse"><value>COLOR_SCHEME_LIBREOFFICE_AUTOMATIC</value></prop></item>
|
||||||
<item oor:path="/org.openoffice.Office.WriterWeb/Layout/Window"><prop oor:name="HorizontalRulerUnit" oor:op="fuse"><value>2</value></prop></item>
|
<item oor:path="/org.openoffice.Office.UI/ColorScheme/ColorSchemes/org.openoffice.Office.UI:ColorScheme['COLOR_SCHEME_LIBREOFFICE_AUTOMATIC']/AppBackground"><prop oor:name="Color" oor:op="fuse"><value>3355443</value></prop></item>
|
||||||
<item oor:path="/org.openoffice.Office.WriterWeb/Layout/Window"><prop oor:name="VerticalRulerUnit" oor:op="fuse"><value>2</value></prop></item>
|
<item oor:path="/org.openoffice.Office.UI/ColorScheme/ColorSchemes/org.openoffice.Office.UI:ColorScheme['COLOR_SCHEME_LIBREOFFICE_AUTOMATIC']/DocColor"><prop oor:name="Color" oor:op="fuse"><value>3355443</value></prop></item>
|
||||||
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="NotebookbarIconSize" oor:op="fuse"><value>1</value></prop></item>
|
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolStyle" oor:op="fuse"><value>breeze_dark_svg</value></prop></item>
|
||||||
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SidebarIconSize" oor:op="fuse"><value>1</value></prop></item>
|
|
||||||
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolSet" oor:op="fuse"><value>0</value></prop></item>
|
|
||||||
<item oor:path="/org.openoffice.Office.Calc/Layout/Other/MeasureUnit"><prop oor:name="NonMetric" oor:op="fuse"><value>2</value></prop></item>
|
<item oor:path="/org.openoffice.Office.Calc/Layout/Other/MeasureUnit"><prop oor:name="NonMetric" oor:op="fuse"><value>2</value></prop></item>
|
||||||
<item oor:path="/org.openoffice.Office.Calc/Layout/Line"><prop oor:name="GridLineColor" oor:op="fuse"><value>5197647</value></prop></item>
|
|
||||||
<item oor:path="/org.openoffice.Office.Draw/Layout/Other/MeasureUnit"><prop oor:name="NonMetric" oor:op="fuse"><value>2</value></prop></item>
|
<item oor:path="/org.openoffice.Office.Draw/Layout/Other/MeasureUnit"><prop oor:name="NonMetric" oor:op="fuse"><value>2</value></prop></item>
|
||||||
<item oor:path="/org.openoffice.Office.Impress/Layout/Other/MeasureUnit"><prop oor:name="NonMetric" oor:op="fuse"><value>2</value></prop></item>
|
<item oor:path="/org.openoffice.Office.Impress/Layout/Other/MeasureUnit"><prop oor:name="NonMetric" oor:op="fuse"><value>2</value></prop></item>
|
||||||
|
<item oor:path="/org.openoffice.Office.Writer/Layout/Other"><prop oor:name="MeasureUnit" oor:op="fuse"><value>2</value></prop></item>
|
||||||
|
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="ApplicationAppearance" oor:op="fuse"><value>2</value></prop></item>
|
||||||
</oor:items>
|
</oor:items>
|
||||||
|
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
<SCRIBUSRC VERSION="1.5.0">
|
<SCRIBUSRC VERSION="1.5.0">
|
||||||
<UI ShowStartupDialog="1" ShowSplashOnStartup="1" StickyTools="0" ScrollWheelJump="40" ApplicationFontSize="11" Theme="gtk2" MouseMoveTimeout="150" IconSet="Scribus 1.5.1 Dark" RecentDocumentCount="5" UseGrayscaleIcons="0" UseSmallWidgets="0" UseDocumentTabs="0" PaletteFontSize="11"/>
|
<UI ShowStartupDialog="0" ShowSplashOnStartup="1" StickyTools="0" ScrollWheelJump="40" ApplicationFontSize="11" Theme="gtk2" MouseMoveTimeout="150" IconSet="Scribus 1.5.1 Dark" RecentDocumentCount="5" UseGrayscaleIcons="0" UseSmallWidgets="0" UseDocumentTabs="0" PaletteFontSize="11"/>
|
||||||
<DocumentSetup AutoSave="1" PageSize="A4" AutoSaveLoc="1" BleedBottom="0.000" AutoSaveDir="" UnitIndex="4" BleedLeft="0.000" BleedRight="0.000" MarginBottom="40.000" MarginLeft="40.000" PageWidth="595.276" MarginTop="40.000" PageHeight="841.890" SaveCompressed="0" PagePositioning="0" AutoSaveTime="600000" AutoSaveCount="1" Language="en_US" MarginRight="40.000" BleedTop="0.000" MarginPreset="0" AutoSaveKeep="0" PageOrientation="0"/>
|
<DocumentSetup AutoSave="1" PageSize="A4" AutoSaveLoc="1" BleedBottom="0.000" AutoSaveDir="" UnitIndex="4" BleedLeft="0.000" BleedRight="0.000" MarginBottom="40.000" MarginLeft="40.000" PageWidth="595.276" MarginTop="40.000" PageHeight="841.890" SaveCompressed="0" PagePositioning="0" AutoSaveTime="600000" AutoSaveCount="1" Language="en_US" MarginRight="40.000" BleedTop="0.000" MarginPreset="0" AutoSaveKeep="0" PageOrientation="0"/>
|
||||||
<Paths Profiles="" Scripts="" Documents="/home/artix/Documents/" Templates=""/>
|
|
||||||
<Guides ShowControls="0" ShowFrames="1" BaselineGridDistance="14.400" RulerMode="1" ShowBaselineGrid="0" MajorGridSpacing="100.001" GridType="0" ShowColumnBorders="1" ShowBleed="1" ShowLinks="0" MinorGridColor="#00ff00" ShowMargins="1" ShowGrid="0" MarginColor="#34798a" ObjectToGuideSnapRadius="10.000" BaselineGridOffset="0.000" renderStack="2 0 4 1 3" ShowGuides="1" ShowRulers="1" BaselineGridColor="#c0c0c0" ShowLayerMarkers="0" MajorGridColor="#00ff00" MinorGridSpacing="20.001" ShowImages="1" GuidesColor="#000080" GrabRadius="4"/>
|
<Guides ShowControls="0" ShowFrames="1" BaselineGridDistance="14.400" RulerMode="1" ShowBaselineGrid="0" MajorGridSpacing="100.001" GridType="0" ShowColumnBorders="1" ShowBleed="1" ShowLinks="0" MinorGridColor="#00ff00" ShowMargins="1" ShowGrid="0" MarginColor="#34798a" ObjectToGuideSnapRadius="10.000" BaselineGridOffset="0.000" renderStack="2 0 4 1 3" ShowGuides="1" ShowRulers="1" BaselineGridColor="#c0c0c0" ShowLayerMarkers="0" MajorGridColor="#00ff00" MinorGridSpacing="20.001" ShowImages="1" GuidesColor="#000080" GrabRadius="4"/>
|
||||||
<Miscellaneous ShowStylePreview="1" LoremIpsumParagraphs="10" LoremIpsumUseStandard="0" saveEmergencyFile="1"/>
|
<Miscellaneous ShowStylePreview="1" LoremIpsumParagraphs="10" LoremIpsumUseStandard="0" saveEmergencyFile="1"/>
|
||||||
<StoryEditor SmartTextSelection="0" FontColorBackground="#843535" Font="Fira Sans,11,-1,5,50,0,0,0,0,0"/>
|
<StoryEditor SmartTextSelection="0" FontColorBackground="#843535" Font="Fira Sans,11,-1,5,50,0,0,0,0,0"/>
|
||||||
|
347
community/skel/.config/sneedacity/sneedacity.cfg
Normal file
@@ -0,0 +1,347 @@
|
|||||||
|
PrefsVersion=1.1.1r1
|
||||||
|
MenuBar=File,Edit,Select,View,Transport,Tracks,Generate,Effect,Analyze,Tools,Optional,Help,HiddenFileItems
|
||||||
|
AudioTimeFormat=hh:mm:ss
|
||||||
|
Importers=AUP,PCM,OGG,FLAC,MP3,LOF,FFmpeg
|
||||||
|
Preferences=Device,Playback,Recording,MidiIO,Quality,GUI,Tracks,ImportExport,Library,Directories,Warnings,Effects,KeyConfig,Mouse,Module
|
||||||
|
FrequencySelectionFormatName=Hz
|
||||||
|
BandwidthSelectionFormatName=octaves
|
||||||
|
SelectionFormat=hh:mm:ss + milliseconds
|
||||||
|
LastUsed=/usr/lib
|
||||||
|
DefaultOpenType=All files
|
||||||
|
LastOpenType=
|
||||||
|
SnapTo=0
|
||||||
|
Exporters=PCM,MP3,OGG,FLAC,MP2,CommandLine,FFmpeg
|
||||||
|
NewImportingSession=0
|
||||||
|
[Version]
|
||||||
|
Major=3
|
||||||
|
Minor=0
|
||||||
|
Micro=4
|
||||||
|
[Directories]
|
||||||
|
TempDir=
|
||||||
|
[Directories/Open]
|
||||||
|
Default=
|
||||||
|
LastUsed=
|
||||||
|
[Directories/Save]
|
||||||
|
Default=
|
||||||
|
[Directories/Import]
|
||||||
|
Default=
|
||||||
|
LastUsed=/tmp
|
||||||
|
[Directories/Export]
|
||||||
|
Default=
|
||||||
|
LastUsed=/tmp
|
||||||
|
[Directories/MacrosOut]
|
||||||
|
Default=
|
||||||
|
[AudioIO]
|
||||||
|
RecordingDevice=default
|
||||||
|
Host=ALSA
|
||||||
|
PlaybackDevice=default
|
||||||
|
RecordingSourceIndex=3
|
||||||
|
RecordingSource=Internal Mic:0
|
||||||
|
RecordChannels=2
|
||||||
|
Duplex=1
|
||||||
|
SWPlaythrough=0
|
||||||
|
SoundActivatedRecord=0
|
||||||
|
SilenceLevel=-50
|
||||||
|
PreRoll=5
|
||||||
|
Crossfade=10
|
||||||
|
EffectsPreviewLen=6
|
||||||
|
CutPreviewBeforeLen=2
|
||||||
|
CutPreviewAfterLen=1
|
||||||
|
SeekShortPeriod=1
|
||||||
|
SeekLongPeriod=15
|
||||||
|
VariSpeedPlay=1
|
||||||
|
Microfades=0
|
||||||
|
UnpinnedScrubbing=1
|
||||||
|
LatencyDuration=100
|
||||||
|
LatencyCorrection=-130
|
||||||
|
[GUI]
|
||||||
|
EmptyCanBeDirty=1
|
||||||
|
SelectAllOnNone=0
|
||||||
|
EnableCutLines=0
|
||||||
|
AdjustSelectionEdges=1
|
||||||
|
EditClipCanMove=1
|
||||||
|
CircularTrackNavigation=0
|
||||||
|
TypeToCreateLabel=0
|
||||||
|
DialogForNameNewLabel=0
|
||||||
|
ScrollBeyondZero=0
|
||||||
|
VerticalZooming=0
|
||||||
|
Solo=Simple
|
||||||
|
TracksFitVerticallyZoomed=0
|
||||||
|
ShowTrackNameInWaveform=0
|
||||||
|
CollapseToHalfWave=0
|
||||||
|
AutoScroll=1
|
||||||
|
DefaultViewModeChoiceNew=Waveform
|
||||||
|
DefaultWaveformScaleChoice=Linear
|
||||||
|
SampleViewChoice=StemPlot
|
||||||
|
ZoomPreset1Choice=ZoomDefault
|
||||||
|
ZoomPreset2Choice=FourPixelsPerSample
|
||||||
|
Help=Local
|
||||||
|
Theme=dark
|
||||||
|
EnvdBRange=60
|
||||||
|
ShowSplashScreen=0
|
||||||
|
ShowExtraMenus=0
|
||||||
|
Catalog=0
|
||||||
|
BeepOnCompletion=0
|
||||||
|
RetainLabels=0
|
||||||
|
BlendThemes=1
|
||||||
|
RtlWorkaround=1
|
||||||
|
PreferNewTrackRecord=0
|
||||||
|
[GUI/ToolBars]
|
||||||
|
[GUI/ToolBars/Tools]
|
||||||
|
MultiToolActive=0
|
||||||
|
DockV2=1
|
||||||
|
Dock=1
|
||||||
|
Path=0,0
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=94
|
||||||
|
H=55
|
||||||
|
[GUI/ToolBars/Control]
|
||||||
|
DockV2=1
|
||||||
|
Dock=1
|
||||||
|
Path=0
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=327
|
||||||
|
H=55
|
||||||
|
[GUI/ToolBars/CombinedMeter]
|
||||||
|
DockV2=1
|
||||||
|
Dock=0
|
||||||
|
Show=0
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=338
|
||||||
|
H=27
|
||||||
|
[GUI/ToolBars/RecordMeter]
|
||||||
|
DockV2=1
|
||||||
|
Dock=1
|
||||||
|
Path=0,0,0
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=460
|
||||||
|
H=27
|
||||||
|
[GUI/ToolBars/PlayMeter]
|
||||||
|
DockV2=1
|
||||||
|
Dock=1
|
||||||
|
Path=0,0,0,0
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=460
|
||||||
|
H=27
|
||||||
|
[GUI/ToolBars/Mixer]
|
||||||
|
DockV2=1
|
||||||
|
Dock=1
|
||||||
|
Path=0,0,0,0,0
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=327
|
||||||
|
H=27
|
||||||
|
[GUI/ToolBars/Edit]
|
||||||
|
DockV2=1
|
||||||
|
Dock=1
|
||||||
|
Path=0,0,0,0,0,0
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=363
|
||||||
|
H=27
|
||||||
|
[GUI/ToolBars/Transcription]
|
||||||
|
DockV2=1
|
||||||
|
Dock=1
|
||||||
|
Path=0,0,0,0,0,0,0
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=191
|
||||||
|
H=27
|
||||||
|
[GUI/ToolBars/Scrub]
|
||||||
|
DockV2=1
|
||||||
|
Dock=0
|
||||||
|
Show=0
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=92
|
||||||
|
H=27
|
||||||
|
[GUI/ToolBars/Device]
|
||||||
|
DockV2=1
|
||||||
|
Dock=1
|
||||||
|
Path=1
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=883
|
||||||
|
H=27
|
||||||
|
[GUI/ToolBars/Selection]
|
||||||
|
DockV2=2
|
||||||
|
Dock=2
|
||||||
|
Path=0
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=609
|
||||||
|
H=55
|
||||||
|
[GUI/ToolBars/SpectralSelection]
|
||||||
|
DockV2=2
|
||||||
|
Dock=0
|
||||||
|
Show=0
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=277
|
||||||
|
H=55
|
||||||
|
[GUI/ToolBars/Time]
|
||||||
|
DockV2=2
|
||||||
|
Dock=2
|
||||||
|
Path=0,0
|
||||||
|
Show=1
|
||||||
|
X=-1
|
||||||
|
Y=-1
|
||||||
|
W=250
|
||||||
|
H=55
|
||||||
|
[GUI/TrackNames]
|
||||||
|
RecordingNameCustom=0
|
||||||
|
RecodingTrackName=Recorded_Audio
|
||||||
|
TrackNumber=0
|
||||||
|
DateStamp=0
|
||||||
|
TimeStamp=0
|
||||||
|
[MenuBar]
|
||||||
|
[MenuBar/Optional]
|
||||||
|
[MenuBar/Optional/Extra]
|
||||||
|
Part1=Transport,Tools,Mixer,Edit,PlayAtSpeed,Seek,Device,Select
|
||||||
|
Part2=Navigation,Focus,Cursor,Track,Scriptables1,Scriptables2,Misc
|
||||||
|
[MenuBar/Optional/Extra/Part1]
|
||||||
|
Transport=Play,Stop,PlayOneSec,PlayToSelection,PlayBeforeSelectionStart,PlayAfterSelectionStart,PlayBeforeSelectionEnd,PlayAfterSelectionEnd,PlayBeforeAndAfterSelectionStart,PlayBeforeAndAfterSelectionEnd,PlayCutPreview,KeyboardScrubbing
|
||||||
|
Edit=DeleteKey,DeleteKey2,TimeShift
|
||||||
|
Select=SnapToOff,SnapToNearest,SnapToPrior,SelStart,SelEnd,SelExtLeft,SelExtRight,SelSetExtLeft,SelSetExtRight,SelCntrLeft,SelCntrRight,MoveToLabel
|
||||||
|
[MenuBar/View]
|
||||||
|
Windows=UndoHistory,Karaoke,MixerBoard
|
||||||
|
Other=Toolbars,ShowExtraMenus,ShowTrackNameInWaveform,ShowClipping
|
||||||
|
[MenuBar/View/Other]
|
||||||
|
[MenuBar/View/Other/Toolbars]
|
||||||
|
[MenuBar/View/Other/Toolbars/Toolbars]
|
||||||
|
Other=ShowTransportTB,ShowToolsTB,ShowRecordMeterTB,ShowPlayMeterTB,ShowMixerTB,ShowEditTB,ShowTranscriptionTB,ShowScrubbingTB,ShowDeviceTB,ShowSelectionTB,ShowTimeTB,ShowSpectralSelectionTB
|
||||||
|
[MenuBar/Analyze]
|
||||||
|
[MenuBar/Analyze/Analyzers]
|
||||||
|
Windows=ContrastAnalyser,PlotSpectrum
|
||||||
|
[MenuBar/Transport]
|
||||||
|
Basic=Play,Record,Scrubbing,Cursor
|
||||||
|
[MenuBar/Transport/Basic]
|
||||||
|
Cursor=CursSelStart,CursSelEnd,CursTrackStart,CursTrackEnd,Clip,CursProjectStart,CursProjectEnd
|
||||||
|
[MenuBar/Edit]
|
||||||
|
Other=Clip,LabelEditMenus,EditMetaData
|
||||||
|
[MenuBar/Select]
|
||||||
|
Basic=SelectAll,SelectNone,Tracks,Region,Spectral,Clip
|
||||||
|
[FFmpeg]
|
||||||
|
Enabled=1
|
||||||
|
FFmpegLibPath=/usr/lib/libavformat.so
|
||||||
|
[Preferences]
|
||||||
|
Tracks=TracksBehaviors,Spectrum
|
||||||
|
ImportExport=ExtImport
|
||||||
|
[Prefs]
|
||||||
|
Width=1095
|
||||||
|
Height=719
|
||||||
|
PrefsCategory=9
|
||||||
|
[Prefs/KeyConfig]
|
||||||
|
ViewBy=tree
|
||||||
|
[LADSPA]
|
||||||
|
Enable=1
|
||||||
|
[LV2]
|
||||||
|
Enable=1
|
||||||
|
[VST]
|
||||||
|
Enable=1
|
||||||
|
[Vamp]
|
||||||
|
Enable=1
|
||||||
|
[Effects]
|
||||||
|
GroupBy=sortby:name
|
||||||
|
MaxPerGroup=15
|
||||||
|
[Effects/NoiseReduction]
|
||||||
|
Sensitivity=6
|
||||||
|
Gain=12
|
||||||
|
AttackTime=0.02
|
||||||
|
ReleaseTime=0.1
|
||||||
|
FreqSmoothing=3
|
||||||
|
OldSensitivity=0
|
||||||
|
ReductionChoice=0
|
||||||
|
WindowTypes=2
|
||||||
|
WindowSize=8
|
||||||
|
StepsPerWindow=1
|
||||||
|
Method=1
|
||||||
|
[Warnings]
|
||||||
|
FirstProjectSave=1
|
||||||
|
MixMono=1
|
||||||
|
MixStereo=1
|
||||||
|
MixUnknownChannels=1
|
||||||
|
MissingExtension=1
|
||||||
|
DropoutDetected=1
|
||||||
|
[ExtendedImport]
|
||||||
|
OverrideExtendedImportByOpenFileDialogChoice=1
|
||||||
|
[FileFormats]
|
||||||
|
ExportDownMixChoice=Custom
|
||||||
|
LabelStyleChoice=Standard
|
||||||
|
AllegroStyleChoice=Seconds
|
||||||
|
ExportFormat_SF1=131072
|
||||||
|
MP3RateModeChoice=ABR
|
||||||
|
MP3Bitrate=128
|
||||||
|
MP3ChannelModeChoice=STEREO
|
||||||
|
MP3SetRate=3
|
||||||
|
MP3VbrRate=3
|
||||||
|
MP3AbrRate=128
|
||||||
|
MP3CbrRate=320
|
||||||
|
OggExportQuality=50
|
||||||
|
FLACLevel=5
|
||||||
|
FLACBitDepth=16
|
||||||
|
MP2Bitrate=160
|
||||||
|
ExternalProgramShowOutput=0
|
||||||
|
ExternalProgramExportCommand=lame - "%f"
|
||||||
|
AACQuality=160
|
||||||
|
AC3BitRate=160000
|
||||||
|
AMRNBBitRate=12200
|
||||||
|
OPUSBitrate=64000
|
||||||
|
OPUSCompression=10
|
||||||
|
OPUSFrameDuration=20
|
||||||
|
OPUSVbrMode=on
|
||||||
|
OPUSApplication=audio
|
||||||
|
OPUSCutoff=0
|
||||||
|
WMABitRate=128000
|
||||||
|
MP3ForceMono=1
|
||||||
|
[FileFormats/ExportFormat_SF1_Type]
|
||||||
|
WAV_10000=2
|
||||||
|
AIFF_20000=2
|
||||||
|
[FileFormats/ExternalProgramHistory]
|
||||||
|
file01=ffmpeg -i - "%f.opus"
|
||||||
|
file02=ffmpeg -i - "%f.wav"
|
||||||
|
file03=ffmpeg -i - "%f"
|
||||||
|
file04=lame - "%f"
|
||||||
|
[AudioFiles]
|
||||||
|
ShowId3Dialog=1
|
||||||
|
SkipSilenceAtBeginning=0
|
||||||
|
[Spectrum]
|
||||||
|
MinFreq=0
|
||||||
|
MaxFreq=8000
|
||||||
|
Range=80
|
||||||
|
Gain=20
|
||||||
|
FrequencyGain=0
|
||||||
|
FFTSize=1024
|
||||||
|
ZeroPaddingFactor=1
|
||||||
|
WindowType=3
|
||||||
|
ColorScheme=SpecColorNew
|
||||||
|
ScaleType=0
|
||||||
|
EnableSpectralSelection=1
|
||||||
|
Algorithm=0
|
||||||
|
[Locale]
|
||||||
|
Language=System
|
||||||
|
[QuickPlay]
|
||||||
|
ToolTips=1
|
||||||
|
ScrubbingEnabled=0
|
||||||
|
[SamplingRate]
|
||||||
|
DefaultProjectSampleRate=44100
|
||||||
|
DefaultProjectSampleFormatChoice=Format32BitFloat
|
||||||
|
[Quality]
|
||||||
|
LibsoxrSampleRateConverterChoice=MediumQuality
|
||||||
|
DitherAlgorithmChoice=None
|
||||||
|
LibsoxrHQSampleRateConverterChoice=BestQuality
|
||||||
|
HQDitherAlgorithmChoice=Shaped
|
@@ -1,112 +0,0 @@
|
|||||||
[ColorEffects:Disabled]
|
|
||||||
Color=112,111,110
|
|
||||||
ColorAmount=0
|
|
||||||
ColorEffect=0
|
|
||||||
ContrastAmount=0.65
|
|
||||||
ContrastEffect=1
|
|
||||||
IntensityAmount=0.1
|
|
||||||
IntensityEffect=0
|
|
||||||
|
|
||||||
[ColorEffects:Inactive]
|
|
||||||
ChangeSelectionColor=true
|
|
||||||
Color=112,111,110
|
|
||||||
ColorAmount=0.025
|
|
||||||
ColorEffect=2
|
|
||||||
ContrastAmount=0.1
|
|
||||||
ContrastEffect=2
|
|
||||||
Enable=true
|
|
||||||
IntensityAmount=0
|
|
||||||
IntensityEffect=0
|
|
||||||
|
|
||||||
[Colors:Button]
|
|
||||||
BackgroundAlternate=66,66,66
|
|
||||||
BackgroundNormal=53,53,53
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=189,95,167
|
|
||||||
ForegroundInactive=160,160,160
|
|
||||||
ForegroundLink=38,155,193
|
|
||||||
ForegroundNegative=182,0,0
|
|
||||||
ForegroundNeutral=255,221,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=88,175,88
|
|
||||||
ForegroundVisited=199,79,79
|
|
||||||
|
|
||||||
[Colors:Complementary]
|
|
||||||
BackgroundAlternate=50,50,50
|
|
||||||
BackgroundNormal=35,35,35
|
|
||||||
DecorationFocus=22,108,189
|
|
||||||
DecorationHover=38,113,147
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
|
|
||||||
[Colors:Selection]
|
|
||||||
BackgroundAlternate=10,46,86
|
|
||||||
BackgroundNormal=9,39,72
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=189,95,167
|
|
||||||
ForegroundInactive=160,160,160
|
|
||||||
ForegroundLink=38,155,193
|
|
||||||
ForegroundNegative=182,0,0
|
|
||||||
ForegroundNeutral=181,157,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=91,181,91
|
|
||||||
ForegroundVisited=199,79,79
|
|
||||||
|
|
||||||
[Colors:Tooltip]
|
|
||||||
BackgroundAlternate=42,42,42
|
|
||||||
BackgroundNormal=26,26,26
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=185,93,164
|
|
||||||
ForegroundInactive=170,170,170
|
|
||||||
ForegroundLink=35,146,180
|
|
||||||
ForegroundNegative=171,0,0
|
|
||||||
ForegroundNeutral=162,140,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=83,165,83
|
|
||||||
ForegroundVisited=199,79,79
|
|
||||||
|
|
||||||
[Colors:View]
|
|
||||||
BackgroundAlternate=42,42,42
|
|
||||||
BackgroundNormal=37,37,37
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=198,99,175
|
|
||||||
ForegroundInactive=160,160,160
|
|
||||||
ForegroundLink=37,150,188
|
|
||||||
ForegroundNegative=163,0,0
|
|
||||||
ForegroundNeutral=166,144,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=75,149,75
|
|
||||||
ForegroundVisited=182,73,73
|
|
||||||
|
|
||||||
[Colors:Window]
|
|
||||||
BackgroundAlternate=42,42,42
|
|
||||||
BackgroundNormal=33,33,33
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=189,95,167
|
|
||||||
ForegroundInactive=160,160,160
|
|
||||||
ForegroundLink=35,145,179
|
|
||||||
ForegroundNegative=185,0,0
|
|
||||||
ForegroundNeutral=181,157,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=86,171,86
|
|
||||||
ForegroundVisited=199,79,79
|
|
||||||
|
|
||||||
[General]
|
|
||||||
ColorScheme=Artix-dark
|
|
||||||
Name=Artix-dark
|
|
||||||
shadeSortColumn=true
|
|
||||||
|
|
||||||
[KDE]
|
|
||||||
contrast=0
|
|
||||||
|
|
||||||
[WM]
|
|
||||||
activeBackground=45,45,45
|
|
||||||
activeBlend=45,45,45
|
|
||||||
activeForeground=255,255,255
|
|
||||||
inactiveBackground=53,53,53
|
|
||||||
inactiveBlend=53,53,53
|
|
||||||
inactiveForeground=155,155,155
|
|
@@ -1,142 +0,0 @@
|
|||||||
[ColorEffects:Disabled]
|
|
||||||
Color=112,111,110
|
|
||||||
ColorAmount=0
|
|
||||||
ColorEffect=0
|
|
||||||
ContrastAmount=0.65
|
|
||||||
ContrastEffect=1
|
|
||||||
IntensityAmount=0.1
|
|
||||||
IntensityEffect=0
|
|
||||||
|
|
||||||
[ColorEffects:Inactive]
|
|
||||||
ChangeSelectionColor=true
|
|
||||||
Color=112,111,110
|
|
||||||
ColorAmount=0.025
|
|
||||||
ColorEffect=2
|
|
||||||
ContrastAmount=0.1
|
|
||||||
ContrastEffect=2
|
|
||||||
Enable=true
|
|
||||||
IntensityAmount=0
|
|
||||||
IntensityEffect=0
|
|
||||||
|
|
||||||
[Colors:Button]
|
|
||||||
BackgroundAlternate=66,66,66
|
|
||||||
BackgroundNormal=53,53,53
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=189,95,167
|
|
||||||
ForegroundInactive=160,160,160
|
|
||||||
ForegroundLink=38,155,193
|
|
||||||
ForegroundNegative=182,0,0
|
|
||||||
ForegroundNeutral=255,221,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=88,175,88
|
|
||||||
ForegroundVisited=199,79,79
|
|
||||||
|
|
||||||
[Colors:Complementary]
|
|
||||||
BackgroundAlternate=50,50,50
|
|
||||||
BackgroundNormal=35,35,35
|
|
||||||
DecorationFocus=22,108,189
|
|
||||||
DecorationHover=38,113,147
|
|
||||||
ForegroundActive=246,116,0
|
|
||||||
ForegroundInactive=175,176,179
|
|
||||||
ForegroundLink=61,174,230
|
|
||||||
ForegroundNegative=237,21,21
|
|
||||||
ForegroundNeutral=201,206,59
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=17,209,22
|
|
||||||
ForegroundVisited=61,174,230
|
|
||||||
|
|
||||||
[Colors:Selection]
|
|
||||||
BackgroundAlternate=10,46,86
|
|
||||||
BackgroundNormal=9,39,72
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=189,95,167
|
|
||||||
ForegroundInactive=160,160,160
|
|
||||||
ForegroundLink=38,155,193
|
|
||||||
ForegroundNegative=182,0,0
|
|
||||||
ForegroundNeutral=181,157,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=91,181,91
|
|
||||||
ForegroundVisited=199,79,79
|
|
||||||
|
|
||||||
[Colors:Tooltip]
|
|
||||||
BackgroundAlternate=42,42,42
|
|
||||||
BackgroundNormal=26,26,26
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=185,93,164
|
|
||||||
ForegroundInactive=170,170,170
|
|
||||||
ForegroundLink=35,146,180
|
|
||||||
ForegroundNegative=171,0,0
|
|
||||||
ForegroundNeutral=162,140,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=83,165,83
|
|
||||||
ForegroundVisited=199,79,79
|
|
||||||
|
|
||||||
[Colors:View]
|
|
||||||
BackgroundAlternate=42,42,42
|
|
||||||
BackgroundNormal=37,37,37
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=198,99,175
|
|
||||||
ForegroundInactive=160,160,160
|
|
||||||
ForegroundLink=37,150,188
|
|
||||||
ForegroundNegative=163,0,0
|
|
||||||
ForegroundNeutral=166,144,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=75,149,75
|
|
||||||
ForegroundVisited=182,73,73
|
|
||||||
|
|
||||||
[Colors:Window]
|
|
||||||
BackgroundAlternate=42,42,42
|
|
||||||
BackgroundNormal=42,42,42
|
|
||||||
DecorationFocus=76,76,76
|
|
||||||
DecorationHover=63,63,63
|
|
||||||
ForegroundActive=189,95,167
|
|
||||||
ForegroundInactive=160,160,160
|
|
||||||
ForegroundLink=35,145,179
|
|
||||||
ForegroundNegative=185,0,0
|
|
||||||
ForegroundNeutral=181,157,0
|
|
||||||
ForegroundNormal=218,218,218
|
|
||||||
ForegroundPositive=86,171,86
|
|
||||||
ForegroundVisited=199,79,79
|
|
||||||
|
|
||||||
[General]
|
|
||||||
ColorScheme=Artix-dark
|
|
||||||
Name=Artix-dark
|
|
||||||
XftAntialias=true
|
|
||||||
XftHintStyle=hintfull
|
|
||||||
XftSubPixel=rgb
|
|
||||||
fixed=Roboto Mono,11,-1,5,50,0,0,0,0,0,Regular
|
|
||||||
font=Roboto,11,-1,5,50,0,0,0,0,0,Regular
|
|
||||||
menuFont=Roboto,11,-1,5,50,0,0,0,0,0,Regular
|
|
||||||
shadeSortColumn=true
|
|
||||||
smallestReadableFont=Roboto,11,-1,5,50,0,0,0,0,0,Regular
|
|
||||||
toolBarFont=Roboto,11,-1,5,50,0,0,0,0,0,Regular
|
|
||||||
widgetStyle=gtk2
|
|
||||||
|
|
||||||
[Icons]
|
|
||||||
Theme=breeze-dark
|
|
||||||
|
|
||||||
[KDE]
|
|
||||||
ColorScheme=Artix-dark
|
|
||||||
LookAndFeelPackage=artix.dark
|
|
||||||
ShowIconsInMenuItems=true
|
|
||||||
ShowIconsOnPushButtons=true
|
|
||||||
contrast=0
|
|
||||||
widgetStyle=gtk2
|
|
||||||
|
|
||||||
[Toolbar style]
|
|
||||||
Highlighting=true
|
|
||||||
IconText=IconOnly
|
|
||||||
TransparentMoving=false
|
|
||||||
|
|
||||||
[WM]
|
|
||||||
activeBackground=45,45,45
|
|
||||||
activeBlend=45,45,45
|
|
||||||
activeFont=Roboto,11,-1,5,50,0,0,0,0,0,Regular
|
|
||||||
activeForeground=255,255,255
|
|
||||||
inactiveBackground=53,53,53
|
|
||||||
inactiveBlend=53,53,53
|
|
||||||
inactiveForeground=155,155,155
|
|
BIN
community/skel/.local/share/TelegramDesktop/tdata/settingss
Normal file
@@ -1,99 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Dolphin
|
|
||||||
Name[ar]=دولفين
|
|
||||||
Name[ast]=Dolphin
|
|
||||||
Name[ca]=Dolphin
|
|
||||||
Name[ca@valencia]=Dolphin
|
|
||||||
Name[cs]=Dolphin
|
|
||||||
Name[da]=Dolphin
|
|
||||||
Name[de]=Dolphin
|
|
||||||
Name[el]=Dolphin
|
|
||||||
Name[en_GB]=Dolphin
|
|
||||||
Name[es]=Dolphin
|
|
||||||
Name[et]=Dolphin
|
|
||||||
Name[eu]=Dolphin
|
|
||||||
Name[fi]=Dolphin
|
|
||||||
Name[fr]=Dolphin
|
|
||||||
Name[gl]=Dolphin
|
|
||||||
Name[hu]=Dolphin
|
|
||||||
Name[ia]=Dolphin
|
|
||||||
Name[id]=Dolphin
|
|
||||||
Name[it]=Dolphin
|
|
||||||
Name[ja]=Dolphin
|
|
||||||
Name[ko]=Dolphin
|
|
||||||
Name[lt]=Dolphin
|
|
||||||
Name[nb]=Dolphin
|
|
||||||
Name[nl]=Dolphin
|
|
||||||
Name[nn]=Dolphin
|
|
||||||
Name[pa]=ਡਾਲਫਿਨ
|
|
||||||
Name[pl]=Dolphin
|
|
||||||
Name[pt]=Dolphin
|
|
||||||
Name[pt_BR]=Dolphin
|
|
||||||
Name[ru]=Dolphin
|
|
||||||
Name[se]=Dolphin
|
|
||||||
Name[sk]=Dolphin
|
|
||||||
Name[sl]=Dolphin
|
|
||||||
Name[sr]=Делфин
|
|
||||||
Name[sr@ijekavian]=Делфин
|
|
||||||
Name[sr@ijekavianlatin]=Dolphin
|
|
||||||
Name[sr@latin]=Dolphin
|
|
||||||
Name[sv]=Dolphin
|
|
||||||
Name[tr]=Dolphin
|
|
||||||
Name[uk]=Dolphin
|
|
||||||
Name[x-test]=xxDolphinxx
|
|
||||||
Name[zh_CN]=Dolphin
|
|
||||||
Name[zh_TW]=Dolphin
|
|
||||||
Exec=dolphin %u
|
|
||||||
Icon=system-file-manager
|
|
||||||
Type=Application
|
|
||||||
X-DocPath=dolphin/index.html
|
|
||||||
Categories=Qt;KDE;System;FileTools;FileManager;
|
|
||||||
GenericName=File Manager
|
|
||||||
GenericName[ar]=مدير ملفّات
|
|
||||||
GenericName[ast]=Xestor de ficheros
|
|
||||||
GenericName[ca]=Gestor de fitxers
|
|
||||||
GenericName[ca@valencia]=Gestor de fitxers
|
|
||||||
GenericName[cs]=Správce souborů
|
|
||||||
GenericName[da]=Filhåndtering
|
|
||||||
GenericName[de]=Dateiverwaltung
|
|
||||||
GenericName[el]=Διαχειριστής αρχείων
|
|
||||||
GenericName[en_GB]=File Manager
|
|
||||||
GenericName[es]=Gestor de archivos
|
|
||||||
GenericName[et]=Failihaldur
|
|
||||||
GenericName[eu]=Fitxategi-kudeatzailea
|
|
||||||
GenericName[fi]=Tiedostonhallinta
|
|
||||||
GenericName[fr]=Gestionnaire de fichiers
|
|
||||||
GenericName[gl]=Xestor de ficheiros
|
|
||||||
GenericName[he]=מנהל קבצים
|
|
||||||
GenericName[hu]=Fájlkezelő
|
|
||||||
GenericName[ia]=Gerente de file
|
|
||||||
GenericName[id]=Pengelola File
|
|
||||||
GenericName[it]=Gestore dei file
|
|
||||||
GenericName[ja]=ファイルマネージャ
|
|
||||||
GenericName[ko]=파일 관리자
|
|
||||||
GenericName[lt]=Failų tvarkyklė
|
|
||||||
GenericName[nb]=Filbehandler
|
|
||||||
GenericName[nl]=Bestandsbeheerder
|
|
||||||
GenericName[nn]=Filhandsamar
|
|
||||||
GenericName[pa]=ਫਾਇਲ ਮੈਨੇਜਰ
|
|
||||||
GenericName[pl]=Zarządzanie plikami
|
|
||||||
GenericName[pt]=Gestor de Ficheiros
|
|
||||||
GenericName[pt_BR]=Gerenciador de arquivos
|
|
||||||
GenericName[ru]=Диспетчер файлов
|
|
||||||
GenericName[se]=Fiilagieđahalli
|
|
||||||
GenericName[sk]=Správca súborov
|
|
||||||
GenericName[sl]=Upravljalnik datotek
|
|
||||||
GenericName[sr]=Менаџер фајлова
|
|
||||||
GenericName[sr@ijekavian]=Менаџер фајлова
|
|
||||||
GenericName[sr@ijekavianlatin]=Menadžer fajlova
|
|
||||||
GenericName[sr@latin]=Menadžer fajlova
|
|
||||||
GenericName[sv]=Filhanterare
|
|
||||||
GenericName[tr]=Dosya Yöneticisi
|
|
||||||
GenericName[uk]=Менеджер файлів
|
|
||||||
GenericName[x-test]=xxFile Managerxx
|
|
||||||
GenericName[zh_CN]=文件管理器
|
|
||||||
GenericName[zh_TW]=檔案管理員
|
|
||||||
Terminal=false
|
|
||||||
MimeType=inode/directory;
|
|
||||||
InitialPreference=10
|
|
||||||
X-DBUS-ServiceName=org.kde.dolphin
|
|
@@ -1,332 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
TryExec=konsole
|
|
||||||
Exec=konsole
|
|
||||||
Icon=utilities-terminal
|
|
||||||
Terminal=false
|
|
||||||
Categories=Qt;KDE;System;TerminalEmulator;
|
|
||||||
Actions=NewWindow;NewTab;
|
|
||||||
X-DocPath=konsole/index.html
|
|
||||||
X-DBUS-StartupType=Unique
|
|
||||||
StartupNotify=true
|
|
||||||
X-KDE-AuthorizeAction=shell_access
|
|
||||||
StartupWMClass=konsole
|
|
||||||
|
|
||||||
Name=Konsole
|
|
||||||
Name[af]=Konsole
|
|
||||||
Name[ar]=كونسول
|
|
||||||
Name[as]=Konsole
|
|
||||||
Name[ast]=Konsole
|
|
||||||
Name[be]=Konsole
|
|
||||||
Name[be@latin]=Konsole
|
|
||||||
Name[bg]=Konsole
|
|
||||||
Name[bn]=কনসোল
|
|
||||||
Name[bn_IN]=Konsole
|
|
||||||
Name[br]=Konsole
|
|
||||||
Name[bs]=Konzola
|
|
||||||
Name[ca]=Konsole
|
|
||||||
Name[ca@valencia]=Konsole
|
|
||||||
Name[cs]=Konsole
|
|
||||||
Name[csb]=Kònsola
|
|
||||||
Name[cy]=Konsole
|
|
||||||
Name[da]=Konsole
|
|
||||||
Name[de]=Konsole
|
|
||||||
Name[el]=Κονσόλα
|
|
||||||
Name[en_GB]=Konsole
|
|
||||||
Name[eo]=Konsole
|
|
||||||
Name[es]=Konsole
|
|
||||||
Name[et]=Konsool
|
|
||||||
Name[eu]=Kontsola
|
|
||||||
Name[fa]=کنسول
|
|
||||||
Name[fi]=Konsole
|
|
||||||
Name[fr]=Konsole
|
|
||||||
Name[fy]=Konsole
|
|
||||||
Name[ga]=Konsole
|
|
||||||
Name[gl]=Konsole
|
|
||||||
Name[gu]=કોન્સોલ
|
|
||||||
Name[he]=Konsole
|
|
||||||
Name[hi]=कंसोल
|
|
||||||
Name[hne]=कंसोल
|
|
||||||
Name[hr]=Konsole
|
|
||||||
Name[hsb]=Konsola
|
|
||||||
Name[hu]=Konsole
|
|
||||||
Name[ia]=Konsole
|
|
||||||
Name[id]=Konsole
|
|
||||||
Name[is]=Konsole
|
|
||||||
Name[it]=Konsole
|
|
||||||
Name[ja]=Konsole
|
|
||||||
Name[ka]=კონსოლი
|
|
||||||
Name[kk]=Konsole
|
|
||||||
Name[km]=កុងសូល
|
|
||||||
Name[kn]=ಕನ್ಸೋಲ್
|
|
||||||
Name[ko]=Konsole
|
|
||||||
Name[ku]=Konsol
|
|
||||||
Name[lt]=Konsole
|
|
||||||
Name[lv]=Konsole
|
|
||||||
Name[mai]=कंसोल
|
|
||||||
Name[mk]=Конзола
|
|
||||||
Name[ml]=കണ്സോള്
|
|
||||||
Name[mr]=कंसोल
|
|
||||||
Name[ms]=Konsole
|
|
||||||
Name[nb]=Konsole
|
|
||||||
Name[nds]=Konsole
|
|
||||||
Name[ne]=कन्सोल
|
|
||||||
Name[nl]=Konsole
|
|
||||||
Name[nn]=Konsoll
|
|
||||||
Name[or]=କୋଲସୋଲ
|
|
||||||
Name[pa]=ਕਨਸੋਲ
|
|
||||||
Name[pl]=Konsola
|
|
||||||
Name[pt]=Konsole
|
|
||||||
Name[pt_BR]=Konsole
|
|
||||||
Name[ro]=Konsolă
|
|
||||||
Name[ru]=Konsole
|
|
||||||
Name[se]=Konsolla
|
|
||||||
Name[si]=කන්සෝල්
|
|
||||||
Name[sk]=Konsole
|
|
||||||
Name[sl]=Konsole
|
|
||||||
Name[sr]=Конзола
|
|
||||||
Name[sr@ijekavian]=Конзола
|
|
||||||
Name[sr@ijekavianlatin]=Konsole
|
|
||||||
Name[sr@latin]=Konsole
|
|
||||||
Name[sv]=Terminal
|
|
||||||
Name[ta]=கான்சோல்
|
|
||||||
Name[te]=కాన్సోల్
|
|
||||||
Name[tg]=Консол
|
|
||||||
Name[th]=คอนโซล-K
|
|
||||||
Name[tr]=Konsole
|
|
||||||
Name[ug]=Konsole
|
|
||||||
Name[uk]=Konsole
|
|
||||||
Name[uz]=Konsole
|
|
||||||
Name[uz@cyrillic]=Konsole
|
|
||||||
Name[vi]=Konsole
|
|
||||||
Name[wa]=Konsole
|
|
||||||
Name[xh]=Konsole
|
|
||||||
Name[x-test]=xxKonsolexx
|
|
||||||
Name[zh_CN]=Konsole
|
|
||||||
Name[zh_TW]=Konsole
|
|
||||||
|
|
||||||
GenericName=Terminal
|
|
||||||
GenericName[af]=Terminaal
|
|
||||||
GenericName[ar]=طرفيّة
|
|
||||||
GenericName[as]=টাৰ্মিনেল
|
|
||||||
GenericName[ast]=Terminal
|
|
||||||
GenericName[be@latin]=Terminał
|
|
||||||
GenericName[bg]=Терминал
|
|
||||||
GenericName[bn]=টার্মিনাল
|
|
||||||
GenericName[bn_IN]=টার্মিন্যাল
|
|
||||||
GenericName[bs]=Terminal
|
|
||||||
GenericName[ca]=Terminal
|
|
||||||
GenericName[ca@valencia]=Terminal
|
|
||||||
GenericName[cs]=Terminál
|
|
||||||
GenericName[csb]=Terminal
|
|
||||||
GenericName[da]=Terminal
|
|
||||||
GenericName[de]=Terminal
|
|
||||||
GenericName[el]=Τερματικό
|
|
||||||
GenericName[en_GB]=Terminal
|
|
||||||
GenericName[eo]=Terminalo
|
|
||||||
GenericName[es]=Terminal
|
|
||||||
GenericName[et]=Terminal
|
|
||||||
GenericName[eu]=Terminala
|
|
||||||
GenericName[fa]=پایانه
|
|
||||||
GenericName[fi]=Pääteikkuna
|
|
||||||
GenericName[fr]=Terminal
|
|
||||||
GenericName[fy]=Terminal
|
|
||||||
GenericName[ga]=Teirminéal
|
|
||||||
GenericName[gl]=Terminal
|
|
||||||
GenericName[gu]=ટર્મિનલ
|
|
||||||
GenericName[he]=מסוף
|
|
||||||
GenericName[hi]=टर्मिनल
|
|
||||||
GenericName[hne]=टर्मिनल
|
|
||||||
GenericName[hr]=Terminal
|
|
||||||
GenericName[hsb]=Terminal
|
|
||||||
GenericName[hu]=Terminál
|
|
||||||
GenericName[ia]=Terminal
|
|
||||||
GenericName[id]=Terminal
|
|
||||||
GenericName[is]=Skjáhermir
|
|
||||||
GenericName[it]=Terminale
|
|
||||||
GenericName[ja]=ターミナル
|
|
||||||
GenericName[ka]=ტერმინალი
|
|
||||||
GenericName[kk]=Терминал
|
|
||||||
GenericName[km]=ស្ថានីយ
|
|
||||||
GenericName[kn]=ಆದೇಶತೆರೆ (ಟರ್ಮಿನಲ್)
|
|
||||||
GenericName[ko]=터미널
|
|
||||||
GenericName[ku]=Termînal
|
|
||||||
GenericName[lt]=Terminalas
|
|
||||||
GenericName[lv]=Terminālis
|
|
||||||
GenericName[mai]=टर्मिनल
|
|
||||||
GenericName[mk]=Терминал
|
|
||||||
GenericName[ml]=ടെര്മിനല്
|
|
||||||
GenericName[mr]=टर्मिनल
|
|
||||||
GenericName[nb]=Terminal
|
|
||||||
GenericName[nds]=Konsool
|
|
||||||
GenericName[nl]=Terminal
|
|
||||||
GenericName[nn]=Terminal
|
|
||||||
GenericName[or]=ଟର୍ମିନାଲ
|
|
||||||
GenericName[pa]=ਟਰਮੀਨਲ
|
|
||||||
GenericName[pl]=Terminal
|
|
||||||
GenericName[pt]=Terminal
|
|
||||||
GenericName[pt_BR]=Terminal
|
|
||||||
GenericName[ro]=Terminal
|
|
||||||
GenericName[ru]=Терминал
|
|
||||||
GenericName[se]=Terminal
|
|
||||||
GenericName[si]=අග්රය
|
|
||||||
GenericName[sk]=Terminál
|
|
||||||
GenericName[sl]=Terminal
|
|
||||||
GenericName[sr]=Терминал
|
|
||||||
GenericName[sr@ijekavian]=Терминал
|
|
||||||
GenericName[sr@ijekavianlatin]=Terminal
|
|
||||||
GenericName[sr@latin]=Terminal
|
|
||||||
GenericName[sv]=Terminal
|
|
||||||
GenericName[ta]=முனையம்
|
|
||||||
GenericName[te]=టెర్మినల్
|
|
||||||
GenericName[tg]=Терминал
|
|
||||||
GenericName[th]=เทอร์มินัล
|
|
||||||
GenericName[tr]=Uçbirim
|
|
||||||
GenericName[ug]=تېرمىنال
|
|
||||||
GenericName[uk]=Термінал
|
|
||||||
GenericName[uz]=Terminal
|
|
||||||
GenericName[uz@cyrillic]=Терминал
|
|
||||||
GenericName[wa]=Terminå
|
|
||||||
GenericName[x-test]=xxTerminalxx
|
|
||||||
GenericName[zh_CN]=终端
|
|
||||||
GenericName[zh_TW]=終端機
|
|
||||||
|
|
||||||
Comment=Command line access
|
|
||||||
Comment[ast]=Accesu a la llinia de comandos
|
|
||||||
Comment[ca]=Accés a la línia d'ordres
|
|
||||||
Comment[ca@valencia]=Accés a la línia d'ordres
|
|
||||||
Comment[cs]=Přístup k příkazové řádce
|
|
||||||
Comment[da]=Kommandolinjetilgang
|
|
||||||
Comment[de]=Zugriff auf die Befehlszeile
|
|
||||||
Comment[el]=Πρόσβαση από τη γραμμή εντολών
|
|
||||||
Comment[en_GB]=Command line access
|
|
||||||
Comment[es]=Acceso a la línea de órdenes
|
|
||||||
Comment[et]=Käsurea kasutamine
|
|
||||||
Comment[eu]=Komando-lerrora sarbidea
|
|
||||||
Comment[fa]=دسترسی خط فرمان
|
|
||||||
Comment[fi]=Pääsy komentoriville
|
|
||||||
Comment[fr]=Ligne de commande
|
|
||||||
Comment[gl]=Acceso á liña de ordes.
|
|
||||||
Comment[he]=גישה לשורת הפקודה
|
|
||||||
Comment[hu]=Parancssori hozzáférés
|
|
||||||
Comment[ia]=Accesso a linea de commando
|
|
||||||
Comment[id]=Akses baris perintah
|
|
||||||
Comment[is]=Aðgangur með skipanalínu
|
|
||||||
Comment[it]=Accesso alla riga di comando
|
|
||||||
Comment[ko]=명령행 접근
|
|
||||||
Comment[nb]=Tilgang til kommandolinje
|
|
||||||
Comment[nl]=Toegang tot de opdrachtregel
|
|
||||||
Comment[nn]=Kommandolinjetilgang
|
|
||||||
Comment[pl]=Dostęp do wiersza poleceń
|
|
||||||
Comment[pt]=Acesso à linha de comandos
|
|
||||||
Comment[pt_BR]=Acesso à linha de comandos
|
|
||||||
Comment[ru]=Доступ к командной строке
|
|
||||||
Comment[sk]=Prístup na príkazový riadok
|
|
||||||
Comment[sl]=Dostop do ukazne vrstice
|
|
||||||
Comment[sr]=Приступ командној линији
|
|
||||||
Comment[sr@ijekavian]=Приступ командној линији
|
|
||||||
Comment[sr@ijekavianlatin]=Pristup komandnoj liniji
|
|
||||||
Comment[sr@latin]=Pristup komandnoj liniji
|
|
||||||
Comment[sv]=Åtkomst till kommandorad
|
|
||||||
Comment[tr]=Komut satırı erişimi
|
|
||||||
Comment[uk]=Доступ до командного рядка
|
|
||||||
Comment[x-test]=xxCommand line accessxx
|
|
||||||
Comment[zh_CN]=命令行访问
|
|
||||||
Comment[zh_TW]=指令列
|
|
||||||
|
|
||||||
[Desktop Action NewWindow]
|
|
||||||
Name=Open a New Window
|
|
||||||
Name[ar]=افتح نافذة جديدة
|
|
||||||
Name[ast]=Abrir nuna ventana nueva
|
|
||||||
Name[bs]=Otvori u novom prozoru
|
|
||||||
Name[ca]=Obre una finestra nova
|
|
||||||
Name[ca@valencia]=Obri una finestra nova
|
|
||||||
Name[cs]=Otevřít nové okno
|
|
||||||
Name[da]=Åbn et nyt vindue
|
|
||||||
Name[de]=Ein neues Fenster öffnen
|
|
||||||
Name[el]=Άνοιγμα νέου παραθύρου
|
|
||||||
Name[en_GB]=Open a New Window
|
|
||||||
Name[es]=Abrir una nueva ventana
|
|
||||||
Name[et]=Ava uues aknas
|
|
||||||
Name[eu]=Ireki leiho berri bat
|
|
||||||
Name[fa]=باز کردن یک پنجره جدید
|
|
||||||
Name[fi]=Avaa uusi ikkuna
|
|
||||||
Name[fr]=Ouvrir dans une nouvelle fenêtre
|
|
||||||
Name[gl]=Abrir unha xanela nova
|
|
||||||
Name[he]=פתח חלון חדש
|
|
||||||
Name[hu]=Új ablak megnyitása
|
|
||||||
Name[ia]=Aperi un nove fenestra
|
|
||||||
Name[id]=Buka Window Baru
|
|
||||||
Name[is]=Opna nýjan glugga
|
|
||||||
Name[it]=Apri in una nuova finestra
|
|
||||||
Name[ko]=새 창 열기
|
|
||||||
Name[lt]=Atverti naujame lange
|
|
||||||
Name[nb]=Åpne et nytt vindu
|
|
||||||
Name[nds]=En nieg Finster opmaken
|
|
||||||
Name[nl]=Een nieuw venster openen
|
|
||||||
Name[nn]=Opna i nytt vindauge
|
|
||||||
Name[pa]=ਨਵੀਂ ਵਿੰਡੋ ਖੋਲ੍ਹੋ
|
|
||||||
Name[pl]=Otwórz nowe okno
|
|
||||||
Name[pt]=Abrir uma Nova Janela
|
|
||||||
Name[pt_BR]=Abre uma nova janela
|
|
||||||
Name[ro]=Deschide o fereastră nouă
|
|
||||||
Name[ru]=Открыть новое окно
|
|
||||||
Name[sk]=Otvoriť nové okno
|
|
||||||
Name[sl]=Odpri novo okno
|
|
||||||
Name[sr]=Отвори нови прозор
|
|
||||||
Name[sr@ijekavian]=Отвори нови прозор
|
|
||||||
Name[sr@ijekavianlatin]=Otvori novi prozor
|
|
||||||
Name[sr@latin]=Otvori novi prozor
|
|
||||||
Name[sv]=Öppna ett nytt fönster
|
|
||||||
Name[tr]=Yeni Pencere Aç
|
|
||||||
Name[uk]=Відкрити нове вікно
|
|
||||||
Name[x-test]=xxOpen a New Windowxx
|
|
||||||
Name[zh_CN]=打开新窗口
|
|
||||||
Name[zh_TW]=開啟新視窗
|
|
||||||
Exec=konsole
|
|
||||||
|
|
||||||
[Desktop Action NewTab]
|
|
||||||
Name=Open a New Tab
|
|
||||||
Name[ast]=Abrir nuna llingüeta nueva
|
|
||||||
Name[ca]=Obre una pestanya nova
|
|
||||||
Name[ca@valencia]=Obri una pestanya nova
|
|
||||||
Name[cs]=Otevřít novou kartu
|
|
||||||
Name[da]=Åbn et nyt faneblad
|
|
||||||
Name[de]=Ein neues Unterfenster öffnen
|
|
||||||
Name[el]=Άνοιγμα νέας καρτέλας
|
|
||||||
Name[en_GB]=Open a New Tab
|
|
||||||
Name[es]=Abrir una nueva pestaña
|
|
||||||
Name[et]=Ava uuel kaardil
|
|
||||||
Name[eu]=Ireki fitxa berri bat
|
|
||||||
Name[fa]=باز کردن یک برگه جدید
|
|
||||||
Name[fi]=Avaa uusi välilehti
|
|
||||||
Name[fr]=Ouvrir un nouvel onglet
|
|
||||||
Name[gl]=Abrir unha lapela nova
|
|
||||||
Name[he]=פתח כרטיסיה חדשה
|
|
||||||
Name[hu]=Új lap megnyitása
|
|
||||||
Name[ia]=Aperi un nove scheda
|
|
||||||
Name[id]=Buka sebuah Tab Baru
|
|
||||||
Name[is]=Opna nýjan flipa
|
|
||||||
Name[it]=Apri in una nuova scheda
|
|
||||||
Name[ko]=새 탭 열기
|
|
||||||
Name[nb]=Åpne en ny fane
|
|
||||||
Name[nl]=Een nieuw tabblad openen
|
|
||||||
Name[nn]=Opna ny fane
|
|
||||||
Name[pa]=ਨਵੀਂ ਟੈਬ ਖੋਲ੍ਹੋ
|
|
||||||
Name[pl]=Otwórz nową kartę
|
|
||||||
Name[pt]=Abrir uma Nova Página
|
|
||||||
Name[pt_BR]=Abre uma nova aba
|
|
||||||
Name[ru]=Открыть новую вкладку
|
|
||||||
Name[sk]=Otvoriť novú kartu
|
|
||||||
Name[sl]=Odpri nov zavihek
|
|
||||||
Name[sr]=Отвори нови језичак
|
|
||||||
Name[sr@ijekavian]=Отвори нови језичак
|
|
||||||
Name[sr@ijekavianlatin]=Otvori novi jezičak
|
|
||||||
Name[sr@latin]=Otvori novi jezičak
|
|
||||||
Name[sv]=Öppna en ny flik
|
|
||||||
Name[tr]=Yeni Bir Sekme Aç
|
|
||||||
Name[uk]=Відкрити нову вкладку
|
|
||||||
Name[x-test]=xxOpen a New Tabxx
|
|
||||||
Name[zh_CN]=打开新标签
|
|
||||||
Name[zh_TW]=開啟新分頁
|
|
||||||
Exec=konsole --new-tab
|
|
@@ -1,3 +0,0 @@
|
|||||||
[4F96D1932A9F858E]
|
|
||||||
Default=loxvdkxk.default
|
|
||||||
Locked=0
|
|
@@ -1,3 +0,0 @@
|
|||||||
// Any comment. You must start the file with a single-line comment!
|
|
||||||
pref("general.config.filename", "mozilla.cfg");
|
|
||||||
pref("general.config.obscure_value", 0);
|
|
@@ -1,42 +0,0 @@
|
|||||||
// Disable updater
|
|
||||||
lockPref("app.update.enabled", false);
|
|
||||||
// make absolutely sure it is really off
|
|
||||||
lockPref("app.update.auto", false);
|
|
||||||
lockPref("app.update.mode", 0);
|
|
||||||
lockPref("app.update.service.enabled", false);
|
|
||||||
|
|
||||||
// Disable Add-ons compatibility checking
|
|
||||||
clearPref("extensions.lastAppVersion");
|
|
||||||
|
|
||||||
// Don't show 'know your rights' on first run
|
|
||||||
pref("browser.rights.3.shown", true);
|
|
||||||
|
|
||||||
// Don't show WhatsNew on first run after every update
|
|
||||||
pref("browser.startup.homepage_override.mstone","ignore");
|
|
||||||
|
|
||||||
// Set default homepage - users can change
|
|
||||||
// Requires a complex preference
|
|
||||||
defaultPref("browser.startup.homepage","data:text/plain,browser.startup.homepage=http://home.example.com");
|
|
||||||
|
|
||||||
// Disable the internal PDF viewer
|
|
||||||
pref("pdfjs.disabled", true);
|
|
||||||
|
|
||||||
// Disable the flash to javascript converter
|
|
||||||
pref("shumway.disabled", true);
|
|
||||||
|
|
||||||
// Don't ask to install the Flash plugin
|
|
||||||
pref("plugins.notifyMissingFlash", false);
|
|
||||||
|
|
||||||
//Disable plugin checking
|
|
||||||
lockPref("plugins.hide_infobar_for_outdated_plugin", true);
|
|
||||||
clearPref("plugins.update.url");
|
|
||||||
|
|
||||||
// Disable health reporter
|
|
||||||
lockPref("datareporting.healthreport.service.enabled", false);
|
|
||||||
|
|
||||||
// Disable all data upload (Telemetry and FHR)
|
|
||||||
lockPref("datareporting.policy.dataSubmissionEnabled", false);
|
|
||||||
|
|
||||||
// Disable crash reporter
|
|
||||||
lockPref("toolkit.crashreporter.enabled", false);
|
|
||||||
Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports = false;
|
|
@@ -1,9 +0,0 @@
|
|||||||
input:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
|
|
||||||
background-color: #313131 !important;
|
|
||||||
color: #dadada !important;
|
|
||||||
-moz-appearance: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#downloads-indicator-counter {
|
|
||||||
color: #a0a0a0;
|
|
||||||
}
|
|
@@ -1,84 +0,0 @@
|
|||||||
[Global]
|
|
||||||
id=artixlinux
|
|
||||||
version=1.0
|
|
||||||
about=Mozilla Firefox for Artix Linux
|
|
||||||
|
|
||||||
[Preferences]
|
|
||||||
app.distributor=artixlinux
|
|
||||||
app.distributor.channel=firefox
|
|
||||||
|
|
||||||
# Disable multiple tab close warning
|
|
||||||
browser.tabs.warnOnClose=false
|
|
||||||
|
|
||||||
# Show the bookmarks toolbar
|
|
||||||
browser.showPersonalToolbar=true
|
|
||||||
|
|
||||||
# Disable the bundled pocket extension
|
|
||||||
extensions.pocket.enabled=false
|
|
||||||
|
|
||||||
# Disable smooth scroll. It's laggy on every device I've ever used.
|
|
||||||
general.smoothScroll=false
|
|
||||||
|
|
||||||
# Disable the new tab page which pulls remote content
|
|
||||||
browser.newtabpage.enhanced=false
|
|
||||||
|
|
||||||
# Privacy: enable tracking protection, disable third-party cookies
|
|
||||||
network.cookie.cookieBehavior=1
|
|
||||||
privacy.trackingprotection.enabled=true
|
|
||||||
privacy.trackingprotection.introCount=20
|
|
||||||
|
|
||||||
# Telemetry: report everything, no prompting.
|
|
||||||
toolkit.telemetry.enabled=true
|
|
||||||
browser.crashReports.unsubmittedCheck.autoSubmit=true
|
|
||||||
datareporting.policy.dataSubmissionPolicyBypassNotification=true
|
|
||||||
|
|
||||||
# Disable first-run annoyances.
|
|
||||||
browser.rights.3.shown=true
|
|
||||||
browser.startup.homepage_override.mstone=ignore
|
|
||||||
|
|
||||||
# Disable geo-specific default search engines.
|
|
||||||
# (For now) this causes the default to be Google.
|
|
||||||
#browser.search.geoSpecificDefaults=false
|
|
||||||
|
|
||||||
browser.newtabpage.activity-stream.feeds.topsites=false
|
|
||||||
browser.newtabpage.activity-stream.feeds.section.highlights=false
|
|
||||||
browser.newtabpage.activity-stream.feeds.snippets=false
|
|
||||||
browser.startup.page=3
|
|
||||||
|
|
||||||
browser.startup.firstrunSkipsHomepage=false
|
|
||||||
browser.search.widget.inNavBar=true
|
|
||||||
datareporting.healthreport.uploadEnabled=false
|
|
||||||
|
|
||||||
#extensions.update.autoUpdateDefault=true
|
|
||||||
#extensions.installedDistroAddon.addon@darkreader.org=false
|
|
||||||
#extensions.webextensions.ExtensionStorageIDB.migrated.addon@darkreader.org=false
|
|
||||||
|
|
||||||
# This will be needed from FF69 onwards
|
|
||||||
toolkit.legacyUserProfileCustomizations.stylesheets=true
|
|
||||||
|
|
||||||
|
|
||||||
[LocalizablePreferences]
|
|
||||||
browser.startup.homepage="https://artixlinux.org"
|
|
||||||
|
|
||||||
|
|
||||||
[BookmarksToolbar]
|
|
||||||
item.1.title=Artix
|
|
||||||
item.1.link=https://artixlinux.org/
|
|
||||||
item.1.description="Artix Linux"
|
|
||||||
item.1.icon=https://artixlinux.org/favicons/favicon.ico
|
|
||||||
item.1.iconData=data:image/png;base64,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
|
|
||||||
item.2.title=Forum
|
|
||||||
item.2.link=https://forum.artixlinux.org/
|
|
||||||
item.2.description="Artix Forum"
|
|
||||||
item.2.icon=https://artixlinux.org/favicons/favicon.ico
|
|
||||||
item.2.iconData=data:image/png;base64,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
|
|
||||||
item.3.title=Wiki
|
|
||||||
item.3.link=https://wiki.artixlinux.org/
|
|
||||||
item.3.description="Artix Wiki"
|
|
||||||
item.3.icon=https://artixlinux.org/favicons/favicon.ico
|
|
||||||
item.3.iconData=data:image/png;base64,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
|
|
||||||
item.4.title=Packages
|
|
||||||
item.4.link=https://gitea.artixlinux.org/
|
|
||||||
item.4.description="Artix Packages"
|
|
||||||
item.4.icon=https://artixlinux.org/favicons/favicon.ico
|
|
||||||
item.4.iconData=data:image/png;base64,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
|
|
@@ -1,68 +0,0 @@
|
|||||||
// Mozilla User Preferences
|
|
||||||
|
|
||||||
// DO NOT EDIT THIS FILE.
|
|
||||||
//
|
|
||||||
// If you make changes to this file while the application is running,
|
|
||||||
// the changes will be overwritten when the application exits.
|
|
||||||
//
|
|
||||||
// To change a preference value, you can either:
|
|
||||||
// - modify it via the UI (e.g. via about:config in the browser); or
|
|
||||||
// - set it within a user.js file in your profile.
|
|
||||||
|
|
||||||
user_pref("browser.newtabpage.activity-stream.section.highlights.includeDownloads", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.section.highlights.includeVisited", false);
|
|
||||||
user_pref("browser.newtabpage.storageVersion", 1);
|
|
||||||
user_pref("browser.pageActions.persistedActions", "{\"version\":1,\"ids\":[\"bookmark\",\"bookmarkSeparator\",\"copyURL\",\"emailLink\",\"addSearchEngine\",\"sendToDevice\",\"pocket\",\"screenshots_mozilla_org\"],\"idsInUrlbar\":[\"pocket\",\"bookmark\"]}");
|
|
||||||
user_pref("browser.pagethumbnails.storage_version", 3);
|
|
||||||
user_pref("browser.rights.3.shown", true);
|
|
||||||
user_pref("browser.search.widget.inNavBar", true);
|
|
||||||
user_pref("browser.startup.page", 3);
|
|
||||||
user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[],\"nav-bar\":[\"back-button\",\"forward-button\",\"stop-reload-button\",\"home-button\",\"customizableui-special-spring1\",\"urlbar-container\",\"search-container\",\"customizableui-special-spring2\",\"downloads-button\",\"library-button\",\"sidebar-button\",\"addon_darkreader_org-browser-action\",\"_d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d_-browser-action\",\"ublock0_raymondhill_net-browser-action\"],\"toolbar-menubar\":[\"menubar-items\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"],\"PersonalToolbar\":[\"personal-bookmarks\"]},\"seen\":[\"addon_darkreader_org-browser-action\",\"_d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d_-browser-action\",\"webide-button\",\"developer-button\",\"ublock0_raymondhill_net-browser-action\"],\"dirtyAreaCache\":[\"nav-bar\",\"toolbar-menubar\",\"TabsToolbar\",\"PersonalToolbar\"],\"currentVersion\":15,\"newElementCount\":2}");
|
|
||||||
user_pref("browser.urlbar.placeholderName", "DuckDuckGo");
|
|
||||||
user_pref("browser.urlbar.timesBeforeHidingSuggestionsHint", 0);
|
|
||||||
user_pref("datareporting.healthreport.uploadEnabled", false);
|
|
||||||
user_pref("datareporting.policy.dataSubmissionPolicyAcceptedVersion", 2);
|
|
||||||
user_pref("devtools.onboarding.telemetry.logged", true);
|
|
||||||
user_pref("devtools.webextensions.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.enabled", true);
|
|
||||||
user_pref("distribution.iniFile.exists.appversion", "66.0.5");
|
|
||||||
user_pref("distribution.iniFile.exists.value", true);
|
|
||||||
user_pref("extensions.blocklist.lastModified", "Fri, 17 May 2019 09:27:59 GMT");
|
|
||||||
user_pref("extensions.blocklist.pingCountVersion", -1);
|
|
||||||
user_pref("extensions.databaseSchema", 30);
|
|
||||||
user_pref("extensions.lastPlatformVersion", "66.0.5");
|
|
||||||
user_pref("extensions.pendingOperations", false);
|
|
||||||
user_pref("extensions.systemAddonSet", "{\"schema\":1,\"directory\":\"{afb2ee43-70fa-46c0-be8e-5b4cc4a74cbb}\",\"addons\":{\"baidu-code-update@mozillaonline.com\":{\"version\":\"2.66\"},\"fxmonitor@mozilla.org\":{\"version\":\"2.8\"}}}");
|
|
||||||
user_pref("extensions.ui.dictionary.hidden", true);
|
|
||||||
user_pref("extensions.ui.lastCategory", "addons://list/plugin");
|
|
||||||
user_pref("extensions.ui.locale.hidden", true);
|
|
||||||
user_pref("extensions.webcompat.perform_injections", true);
|
|
||||||
user_pref("extensions.webcompat.perform_ua_overrides", true);
|
|
||||||
user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.addon@darkreader.org", true);
|
|
||||||
user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.uBlock0@raymondhill.net", true);
|
|
||||||
user_pref("extensions.webextensions.uuids", "{\"addon@darkreader.org\":\"9327535d-5ba6-478f-af82-019663fd9ab1\",\"formautofill@mozilla.org\":\"a111e888-e3b2-4fcb-b9cc-a06b1ccba493\",\"screenshots@mozilla.org\":\"1fbe8139-c5df-469c-b6b8-f3eaa953232d\",\"webcompat-reporter@mozilla.org\":\"870ef2b5-c12a-4962-a514-0cdf92b024cc\",\"webcompat@mozilla.org\":\"1a7f43dc-3699-456d-9ba7-4339e739a289\",\"fxmonitor@mozilla.org\":\"a7936e28-b6a7-4be7-99eb-9a1ac9e6b6aa\",\"uBlock0@raymondhill.net\":\"bbae21b9-2783-41a1-9760-d15fa096c678\",\"baidu-code-update@mozillaonline.com\":\"89e9e01d-d503-4312-9bbc-b092721b0c30\"}");
|
|
||||||
user_pref("general.smoothScroll", false);
|
|
||||||
user_pref("lightweightThemes.persisted.headerURL", false);
|
|
||||||
user_pref("lightweightThemes.selectedThemeID", "firefox-compact-dark@mozilla.org");
|
|
||||||
user_pref("lightweightThemes.usedThemes", "[]");
|
|
||||||
user_pref("media.eme.enabled", true);
|
|
||||||
user_pref("network.dns.disablePrefetch", true);
|
|
||||||
user_pref("network.http.speculative-parallel-limit", 0);
|
|
||||||
user_pref("network.predictor.cleaned-up", true);
|
|
||||||
user_pref("network.predictor.enabled", false);
|
|
||||||
user_pref("network.prefetch-next", false);
|
|
||||||
user_pref("pdfjs.enabledCache.state", false);
|
|
||||||
user_pref("pdfjs.migrationVersion", 2);
|
|
||||||
user_pref("pdfjs.previousHandler.alwaysAskBeforeHandling", true);
|
|
||||||
user_pref("pdfjs.previousHandler.preferredAction", 4);
|
|
||||||
user_pref("plugin.disable_full_page_plugin_for_types", "application/pdf");
|
|
||||||
user_pref("pref.privacy.disable_button.tracking_protection_exceptions", false);
|
|
||||||
user_pref("privacy.donottrackheader.enabled", true);
|
|
||||||
user_pref("privacy.sanitize.pending", "[{\"id\":\"newtab-container\",\"itemsToClear\":[],\"options\":{}}]");
|
|
||||||
user_pref("services.sync.tabs.lastSync", "0");
|
|
||||||
user_pref("signon.importedFromSqlite", true);
|
|
||||||
user_pref("storage.vacuum.last.index", 0);
|
|
||||||
user_pref("storage.vacuum.last.places.sqlite", 1558168949);
|
|
||||||
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
|
|
||||||
user_pref("widget.content.allow-gtk-dark-theme", true);
|
|
||||||
user_pref("widget.chrome.allow-gtk-dark-theme", true);
|
|
@@ -1 +0,0 @@
|
|||||||
{"profile-after-change":true,"final-ui-startup":true,"sessionstore-windows-restored":true,"quit-application-granted":true,"quit-application":true,"sessionstore-final-state-write-complete":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true}
|
|
@@ -1,9 +0,0 @@
|
|||||||
[General]
|
|
||||||
StartWithLastProfile=1
|
|
||||||
|
|
||||||
[Profile0]
|
|
||||||
Name=default
|
|
||||||
IsRelative=1
|
|
||||||
Path=loxvdkxk.default
|
|
||||||
Default=1
|
|
||||||
|
|
Before Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 288 B |
@@ -1,434 +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="16px"
|
|
||||||
height="16px"
|
|
||||||
id="svg33222"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="button-default.svg">
|
|
||||||
<defs
|
|
||||||
id="defs33224">
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient3872">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3874" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3876" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3770">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#363739;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3772" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#232324;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3774" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3845">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0.18039216;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3847" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0.43137255;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3849" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3837">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3839" />
|
|
||||||
<stop
|
|
||||||
id="stop3781"
|
|
||||||
offset="0.08333334"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0b0b0b;stop-opacity:0;"
|
|
||||||
offset="0.90909094"
|
|
||||||
id="stop3783" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0.02745098;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3841" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3837"
|
|
||||||
id="linearGradient3843"
|
|
||||||
x1="8"
|
|
||||||
y1="2"
|
|
||||||
x2="8"
|
|
||||||
y2="13"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3845"
|
|
||||||
id="linearGradient3851"
|
|
||||||
x1="8"
|
|
||||||
y1="13"
|
|
||||||
x2="8"
|
|
||||||
y2="14"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3770"
|
|
||||||
id="linearGradient3776"
|
|
||||||
x1="8"
|
|
||||||
y1="1"
|
|
||||||
x2="8"
|
|
||||||
y2="14"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="14"
|
|
||||||
x2="8"
|
|
||||||
y1="13"
|
|
||||||
x1="8"
|
|
||||||
id="linearGradient3851-8"
|
|
||||||
xlink:href="#linearGradient3845-16"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3845-16">
|
|
||||||
<stop
|
|
||||||
id="stop3847-600"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#000000;stop-opacity:0.18039216;" />
|
|
||||||
<stop
|
|
||||||
id="stop3849-199"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#000000;stop-opacity:0.43137255;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="13"
|
|
||||||
x2="8"
|
|
||||||
y1="2"
|
|
||||||
x1="8"
|
|
||||||
id="linearGradient3843-2"
|
|
||||||
xlink:href="#linearGradient3837-6"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3837-6">
|
|
||||||
<stop
|
|
||||||
id="stop3839-9"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="0.08333334"
|
|
||||||
id="stop3781-1" />
|
|
||||||
<stop
|
|
||||||
id="stop3783-1"
|
|
||||||
offset="0.90909094"
|
|
||||||
style="stop-color:#0b0b0b;stop-opacity:0;" />
|
|
||||||
<stop
|
|
||||||
id="stop3841-6"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#000000;stop-opacity:0.02745098;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient6943"
|
|
||||||
id="linearGradient3011-7"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="8"
|
|
||||||
y1="13"
|
|
||||||
x2="8"
|
|
||||||
y2="14" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient6943">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0.36078432;"
|
|
||||||
offset="0"
|
|
||||||
id="stop6945" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0.86274511;"
|
|
||||||
offset="1"
|
|
||||||
id="stop6947" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
y2="14"
|
|
||||||
x2="8"
|
|
||||||
y1="13"
|
|
||||||
x1="8"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient6233"
|
|
||||||
xlink:href="#linearGradient6943"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3845-16"
|
|
||||||
id="linearGradient3091"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="8"
|
|
||||||
y1="13"
|
|
||||||
x2="8"
|
|
||||||
y2="14" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3837-6"
|
|
||||||
id="linearGradient3093"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="8"
|
|
||||||
y1="2"
|
|
||||||
x2="8"
|
|
||||||
y2="13" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3768-0-1"
|
|
||||||
id="linearGradient3019"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="8"
|
|
||||||
y1="1"
|
|
||||||
x2="8"
|
|
||||||
y2="14" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3768-0-1">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3770-5-2" />
|
|
||||||
<stop
|
|
||||||
id="stop3778-43"
|
|
||||||
offset="0.078125"
|
|
||||||
style="stop-color:#1b1b1b;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
|
||||||
offset="0.97355771"
|
|
||||||
id="stop3774-1" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#1e1e1e;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3776-66" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
y2="14"
|
|
||||||
x2="8"
|
|
||||||
y1="1"
|
|
||||||
x1="8"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient6245"
|
|
||||||
xlink:href="#linearGradient3768-0-1"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3770"
|
|
||||||
id="linearGradient3046"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="8"
|
|
||||||
y1="1"
|
|
||||||
x2="8"
|
|
||||||
y2="14" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3770-4"
|
|
||||||
id="linearGradient3046-1"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="8"
|
|
||||||
y1="1"
|
|
||||||
x2="8"
|
|
||||||
y2="14"
|
|
||||||
gradientTransform="matrix(1,0,0,-1,-9,-4)" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3770-4">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#363739;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3772-7" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#232324;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3774-3" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3770-0"
|
|
||||||
id="linearGradient3046-5"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="8"
|
|
||||||
y1="1"
|
|
||||||
x2="8"
|
|
||||||
y2="14" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3770-0">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#363739;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3772-4" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#232324;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3774-5" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3872"
|
|
||||||
id="linearGradient3878"
|
|
||||||
x1="-2"
|
|
||||||
y1="-18"
|
|
||||||
x2="-2"
|
|
||||||
y2="-16"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3872-2"
|
|
||||||
id="linearGradient3878-0"
|
|
||||||
x1="-2"
|
|
||||||
y1="-18"
|
|
||||||
x2="-2"
|
|
||||||
y2="-16"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient3872-2">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3874-6" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3876-9" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="translate(9,19)"
|
|
||||||
y2="-16"
|
|
||||||
x2="-2"
|
|
||||||
y1="-18"
|
|
||||||
x1="-2"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient3895"
|
|
||||||
xlink:href="#linearGradient3872-2"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#3d3e40"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="11.313709"
|
|
||||||
inkscape:cx="2.763946"
|
|
||||||
inkscape:cy="14.771621"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="912"
|
|
||||||
inkscape:window-height="551"
|
|
||||||
inkscape:window-x="130"
|
|
||||||
inkscape:window-y="155"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2992"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata33227">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer">
|
|
||||||
<g
|
|
||||||
id="g3863"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-dark/gtk-2.0/Buttons/button-default.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
transform="matrix(1,0,0,-1,0,15)">
|
|
||||||
<rect
|
|
||||||
ry="1"
|
|
||||||
rx="1"
|
|
||||||
y="1"
|
|
||||||
x="1"
|
|
||||||
height="13"
|
|
||||||
width="14"
|
|
||||||
id="rect2998"
|
|
||||||
style="fill:url(#linearGradient3046);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
|
||||||
<g
|
|
||||||
id="button-border-dark"
|
|
||||||
inkscape:label="Layer 1" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
id="button-active-border-dark">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="rect3779-8-3"
|
|
||||||
d="m 0.50011444,13.000114 0,1 c 0,0.838043 0.67615196,1.5 1.49999996,1.5 l 11.9999996,0 c 0.823849,0 1.5,-0.661957 1.5,-1.5 l 0,-1 c 0,0.831 -0.669,1.5 -1.5,1.5 l -11.9999996,0 c -0.831,0 -1.49999996,-0.669 -1.49999996,-1.5 z"
|
|
||||||
style="opacity:0.15;fill:none;stroke:#ffffff;stroke-width:0.99977112;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
|
||||||
<rect
|
|
||||||
style="color:#000000;fill:none;stroke:url(#linearGradient6245);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
|
||||||
id="rect17861-0-4"
|
|
||||||
width="15"
|
|
||||||
height="13.999999"
|
|
||||||
x="0.5"
|
|
||||||
y="0.5"
|
|
||||||
rx="1.5"
|
|
||||||
ry="1.5" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g3863-5"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-dark/gtk-2.0/Buttons/button-default.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
transform="matrix(1,0,0,-1,-9,-4)">
|
|
||||||
<g
|
|
||||||
id="button-border-dark-7"
|
|
||||||
inkscape:label="Layer 1" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g3863-6"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-dark/gtk-2.0/Buttons/button-default.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
transform="matrix(1,0,0,-1,-9,-2)">
|
|
||||||
<g
|
|
||||||
id="button-border-dark-8"
|
|
||||||
inkscape:label="Layer 1" />
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:url(#linearGradient3895);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.2"
|
|
||||||
d="M 2,1 C 1.446,1 1,1.446 1,2 L 1,4 C 1,3.446 1.446,3 2,3 l 12,0 c 0.554,0 1,0.446 1,1 L 15,2 C 15,1.446 14.554,1 14,1 L 2,1 z"
|
|
||||||
id="rect2998-5" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 416 B |
Before Width: | Height: | Size: 416 B |
Before Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 654 B |
Before Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 472 B |
@@ -1,265 +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="13"
|
|
||||||
height="13"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-checkbox-checked.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-Dark/gtk-2.0/Check-Radio/menu-checkbox-checked.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient7694"
|
|
||||||
id="linearGradient3873"
|
|
||||||
x1="7"
|
|
||||||
y1="10"
|
|
||||||
x2="7"
|
|
||||||
y2="13"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,-1,0,1052.3622)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3969-0-4"
|
|
||||||
id="linearGradient3883"
|
|
||||||
x1="6"
|
|
||||||
y1="12"
|
|
||||||
x2="6"
|
|
||||||
y2="1"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3931-4">
|
|
||||||
<stop
|
|
||||||
id="stop3933-1"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#5890fb;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop3935-1"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#032c75;stop-opacity:0.74509805;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3969-0-4">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#353537;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3971-2-2" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3973-0-5" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7704">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4080fb;stop-opacity:0.74509805;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7706" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4080fb;stop-opacity:0.49197862;"
|
|
||||||
offset="1"
|
|
||||||
id="stop7708" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7694">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7696" />
|
|
||||||
<stop
|
|
||||||
id="stop7698"
|
|
||||||
offset="0.078125"
|
|
||||||
style="stop-color:#171717;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#171717;stop-opacity:1;"
|
|
||||||
offset="0.97355771"
|
|
||||||
id="stop7700" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop7702" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3969-0-4-7">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#353537;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3971-2-2-2" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3973-0-5-0" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient7694"
|
|
||||||
id="linearGradient3845"
|
|
||||||
x1="0"
|
|
||||||
y1="1045.8622"
|
|
||||||
x2="13"
|
|
||||||
y2="1045.8622"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="16"
|
|
||||||
inkscape:cx="4.1264949"
|
|
||||||
inkscape:cy="8.3214226"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1265"
|
|
||||||
inkscape:window-height="721"
|
|
||||||
inkscape:window-x="70"
|
|
||||||
inkscape:window-y="52"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-nodes="true">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1039.3622)">
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient3873);fill-opacity:1.0;stroke:url(#linearGradient3845);stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
d="m 2,1052.3622 c -1.108,0 -2,-0.892 -2,-2 l 0,-9 c 0,-1.108 0.892,-2 2,-2 l 9,0 c 1.108,0 2,0.892 2,2 l 0,9 c 0,1.108 -0.892,2 -2,2 l -9,0 z m 0,-1 9,0 c 0.554,0 1,-0.446 1,-1 l 0,-9 c 0,-0.554 -0.446,-1 -1,-1 l -9,0 c -0.554,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.446,1 1,1 z"
|
|
||||||
id="rect3861"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<rect
|
|
||||||
style="fill:url(#linearGradient3883);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="rect3875"
|
|
||||||
width="11"
|
|
||||||
height="11"
|
|
||||||
x="1"
|
|
||||||
y="1"
|
|
||||||
transform="translate(0,1039.3622)"
|
|
||||||
rx="1"
|
|
||||||
ry="1" />
|
|
||||||
<g
|
|
||||||
id="g4049-7"
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.33728,295.71121)"
|
|
||||||
style="fill:#000000;fill-opacity:1">
|
|
||||||
<g
|
|
||||||
id="g4056-9"
|
|
||||||
transform="translate(12.374375,11.531233)"
|
|
||||||
style="fill:#000000;fill-opacity:1">
|
|
||||||
<g
|
|
||||||
id="g3981-3"
|
|
||||||
transform="translate(-3,-4.9999826)"
|
|
||||||
style="fill:#000000;fill-opacity:1">
|
|
||||||
<rect
|
|
||||||
ry="0.66666085"
|
|
||||||
rx="0"
|
|
||||||
y="1033.3622"
|
|
||||||
x="9"
|
|
||||||
height="2.0000172"
|
|
||||||
width="4"
|
|
||||||
id="rect3977-4"
|
|
||||||
style="fill:#1a1a1a;fill-opacity:1;stroke:none" />
|
|
||||||
<rect
|
|
||||||
ry="0"
|
|
||||||
y="1028.3622"
|
|
||||||
x="11"
|
|
||||||
height="7.0000172"
|
|
||||||
width="2"
|
|
||||||
id="rect3979-5"
|
|
||||||
style="fill:#1a1a1a;fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g4049"
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.33728,296.71121)">
|
|
||||||
<g
|
|
||||||
id="g4056"
|
|
||||||
transform="translate(12.374375,11.531233)">
|
|
||||||
<g
|
|
||||||
id="g3981"
|
|
||||||
transform="translate(-3,-4.9999826)"
|
|
||||||
style="fill:#3b3c3e;fill-opacity:1">
|
|
||||||
<rect
|
|
||||||
ry="0.66666085"
|
|
||||||
rx="0"
|
|
||||||
y="1033.3622"
|
|
||||||
x="9"
|
|
||||||
height="2.0000172"
|
|
||||||
width="4"
|
|
||||||
id="rect3977"
|
|
||||||
style="fill:#eeeeee;fill-opacity:1;stroke:none" />
|
|
||||||
<rect
|
|
||||||
ry="0"
|
|
||||||
y="1028.3622"
|
|
||||||
x="11"
|
|
||||||
height="7.0000172"
|
|
||||||
width="2"
|
|
||||||
id="rect3979"
|
|
||||||
style="fill:#eeeeee;fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
|
||||||
<rect
|
|
||||||
style="fill:#cdcdcd;fill-opacity:1;stroke:none"
|
|
||||||
id="rect4041"
|
|
||||||
width="1"
|
|
||||||
height="6.0000277"
|
|
||||||
x="8"
|
|
||||||
y="-13.000017"
|
|
||||||
transform="translate(0,1036.3622)" />
|
|
||||||
<rect
|
|
||||||
style="fill:#cdcdcd;fill-opacity:1;stroke:none"
|
|
||||||
id="rect4047"
|
|
||||||
width="2"
|
|
||||||
height="1.000017"
|
|
||||||
x="6"
|
|
||||||
y="-8.0000172"
|
|
||||||
transform="translate(0,1036.3622)" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;opacity:0.2"
|
|
||||||
d="m 2,1040.3622 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,-0.554 0.446,-1 1,-1 l 9,0 c 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 l -9,0 z"
|
|
||||||
id="rect3875-7"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 365 B |
@@ -1,185 +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="13"
|
|
||||||
height="13"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-checkbox-checked-insensitive.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-dark/gtk-2.0/Check-Radio/menu-checkbox-checked-hover.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3768-6-1">
|
|
||||||
<stop
|
|
||||||
id="stop3770-6-9"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#0f0f0f;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#171717;stop-opacity:1;"
|
|
||||||
offset="0.078125"
|
|
||||||
id="stop3778-2-8" />
|
|
||||||
<stop
|
|
||||||
id="stop3774-0-2"
|
|
||||||
offset="0.97355771"
|
|
||||||
style="stop-color:#171717;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop3776-1-0"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#1b1b1b;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3768-6-1"
|
|
||||||
id="linearGradient3844"
|
|
||||||
x1="6"
|
|
||||||
y1="1039.3622"
|
|
||||||
x2="6"
|
|
||||||
y2="1051.3622"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="22.627418"
|
|
||||||
inkscape:cx="7.0176735"
|
|
||||||
inkscape:cy="6.3983246"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1265"
|
|
||||||
inkscape:window-height="721"
|
|
||||||
inkscape:window-x="99"
|
|
||||||
inkscape:window-y="23"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-nodes="false">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1039.3622)">
|
|
||||||
<g
|
|
||||||
id="layer1-3"
|
|
||||||
inkscape:label="Ebene 1">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="rect3861-5"
|
|
||||||
d="m 2,1052.3622 c -1.108,0 -2,-0.892 -2,-2 l 0,-9 c 0,-1.108 0.892,-2 2,-2 l 9,0 c 1.108,0 2,0.892 2,2 l 0,9 c 0,1.108 -0.892,2 -2,2 l -9,0 z m 0,-1 9,0 c 0.554,0 1,-0.446 1,-1 l 0,-9 c 0,-0.554 -0.446,-1 -1,-1 l -9,0 c -0.554,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.446,1 1,1 z"
|
|
||||||
style="fill:url(#linearGradient3844);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<rect
|
|
||||||
ry="1"
|
|
||||||
rx="1"
|
|
||||||
transform="translate(0,1039.3622)"
|
|
||||||
y="1"
|
|
||||||
x="1"
|
|
||||||
height="11"
|
|
||||||
width="11"
|
|
||||||
id="rect3875-3"
|
|
||||||
style="fill:#434446;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<g
|
|
||||||
style="opacity:0.85;fill:#ffffff;fill-opacity:1"
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,728.26275,307.5582)"
|
|
||||||
id="g3981-6-6" />
|
|
||||||
<g
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.25198,296.88229)"
|
|
||||||
id="g4049-3">
|
|
||||||
<g
|
|
||||||
transform="translate(12.374375,11.531233)"
|
|
||||||
id="g4056-6">
|
|
||||||
<g
|
|
||||||
style="fill:#3b3c3e;fill-opacity:1"
|
|
||||||
transform="translate(-3,-4.9999826)"
|
|
||||||
id="g3981-5" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g4049"
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.33728,296.71121)">
|
|
||||||
<g
|
|
||||||
id="g4056"
|
|
||||||
transform="translate(12.374375,11.531233)">
|
|
||||||
<g
|
|
||||||
id="g3981"
|
|
||||||
transform="translate(-3,-4.9999826)"
|
|
||||||
style="fill:#3b3c3e;fill-opacity:1">
|
|
||||||
<rect
|
|
||||||
ry="0.66666085"
|
|
||||||
rx="0"
|
|
||||||
y="1033.3622"
|
|
||||||
x="9"
|
|
||||||
height="2.0000172"
|
|
||||||
width="4"
|
|
||||||
id="rect3977"
|
|
||||||
style="fill:#696969;fill-opacity:1;stroke:none" />
|
|
||||||
<rect
|
|
||||||
ry="0"
|
|
||||||
y="1028.3622"
|
|
||||||
x="11"
|
|
||||||
height="7.0000172"
|
|
||||||
width="2"
|
|
||||||
id="rect3979"
|
|
||||||
style="fill:#696969;fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
|
||||||
<rect
|
|
||||||
style="fill:#5a5a5a;fill-opacity:1;stroke:none"
|
|
||||||
id="rect4041"
|
|
||||||
width="1"
|
|
||||||
height="6.0000277"
|
|
||||||
x="8"
|
|
||||||
y="-13.000017"
|
|
||||||
transform="translate(0,1036.3622)" />
|
|
||||||
<rect
|
|
||||||
style="fill:#5a5a5a;fill-opacity:1;stroke:none"
|
|
||||||
id="rect4047"
|
|
||||||
width="2"
|
|
||||||
height="1.000017"
|
|
||||||
x="6"
|
|
||||||
y="-8.0000172"
|
|
||||||
transform="translate(0,1036.3622)" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 472 B |
@@ -1,265 +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="13"
|
|
||||||
height="13"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-checkbox-checked.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-Dark/gtk-2.0/Check-Radio/menu-checkbox-checked.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient7694"
|
|
||||||
id="linearGradient3873"
|
|
||||||
x1="7"
|
|
||||||
y1="10"
|
|
||||||
x2="7"
|
|
||||||
y2="13"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,-1,0,1052.3622)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3969-0-4"
|
|
||||||
id="linearGradient3883"
|
|
||||||
x1="6"
|
|
||||||
y1="12"
|
|
||||||
x2="6"
|
|
||||||
y2="1"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3931-4">
|
|
||||||
<stop
|
|
||||||
id="stop3933-1"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#5890fb;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop3935-1"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#032c75;stop-opacity:0.74509805;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3969-0-4">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#353537;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3971-2-2" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3973-0-5" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7704">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4080fb;stop-opacity:0.74509805;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7706" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4080fb;stop-opacity:0.49197862;"
|
|
||||||
offset="1"
|
|
||||||
id="stop7708" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7694">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7696" />
|
|
||||||
<stop
|
|
||||||
id="stop7698"
|
|
||||||
offset="0.078125"
|
|
||||||
style="stop-color:#171717;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#171717;stop-opacity:1;"
|
|
||||||
offset="0.97355771"
|
|
||||||
id="stop7700" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop7702" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3969-0-4-7">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#353537;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3971-2-2-2" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3973-0-5-0" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient7694"
|
|
||||||
id="linearGradient3845"
|
|
||||||
x1="0"
|
|
||||||
y1="1045.8622"
|
|
||||||
x2="13"
|
|
||||||
y2="1045.8622"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="16"
|
|
||||||
inkscape:cx="4.1264949"
|
|
||||||
inkscape:cy="8.3214226"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1265"
|
|
||||||
inkscape:window-height="721"
|
|
||||||
inkscape:window-x="70"
|
|
||||||
inkscape:window-y="52"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-nodes="true">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1039.3622)">
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient3873);fill-opacity:1.0;stroke:url(#linearGradient3845);stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
d="m 2,1052.3622 c -1.108,0 -2,-0.892 -2,-2 l 0,-9 c 0,-1.108 0.892,-2 2,-2 l 9,0 c 1.108,0 2,0.892 2,2 l 0,9 c 0,1.108 -0.892,2 -2,2 l -9,0 z m 0,-1 9,0 c 0.554,0 1,-0.446 1,-1 l 0,-9 c 0,-0.554 -0.446,-1 -1,-1 l -9,0 c -0.554,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.446,1 1,1 z"
|
|
||||||
id="rect3861"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<rect
|
|
||||||
style="fill:url(#linearGradient3883);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="rect3875"
|
|
||||||
width="11"
|
|
||||||
height="11"
|
|
||||||
x="1"
|
|
||||||
y="1"
|
|
||||||
transform="translate(0,1039.3622)"
|
|
||||||
rx="1"
|
|
||||||
ry="1" />
|
|
||||||
<g
|
|
||||||
id="g4049-7"
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.33728,295.71121)"
|
|
||||||
style="fill:#000000;fill-opacity:1">
|
|
||||||
<g
|
|
||||||
id="g4056-9"
|
|
||||||
transform="translate(12.374375,11.531233)"
|
|
||||||
style="fill:#000000;fill-opacity:1">
|
|
||||||
<g
|
|
||||||
id="g3981-3"
|
|
||||||
transform="translate(-3,-4.9999826)"
|
|
||||||
style="fill:#000000;fill-opacity:1">
|
|
||||||
<rect
|
|
||||||
ry="0.66666085"
|
|
||||||
rx="0"
|
|
||||||
y="1033.3622"
|
|
||||||
x="9"
|
|
||||||
height="2.0000172"
|
|
||||||
width="4"
|
|
||||||
id="rect3977-4"
|
|
||||||
style="fill:#1a1a1a;fill-opacity:1;stroke:none" />
|
|
||||||
<rect
|
|
||||||
ry="0"
|
|
||||||
y="1028.3622"
|
|
||||||
x="11"
|
|
||||||
height="7.0000172"
|
|
||||||
width="2"
|
|
||||||
id="rect3979-5"
|
|
||||||
style="fill:#1a1a1a;fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g4049"
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.33728,296.71121)">
|
|
||||||
<g
|
|
||||||
id="g4056"
|
|
||||||
transform="translate(12.374375,11.531233)">
|
|
||||||
<g
|
|
||||||
id="g3981"
|
|
||||||
transform="translate(-3,-4.9999826)"
|
|
||||||
style="fill:#3b3c3e;fill-opacity:1">
|
|
||||||
<rect
|
|
||||||
ry="0.66666085"
|
|
||||||
rx="0"
|
|
||||||
y="1033.3622"
|
|
||||||
x="9"
|
|
||||||
height="2.0000172"
|
|
||||||
width="4"
|
|
||||||
id="rect3977"
|
|
||||||
style="fill:#eeeeee;fill-opacity:1;stroke:none" />
|
|
||||||
<rect
|
|
||||||
ry="0"
|
|
||||||
y="1028.3622"
|
|
||||||
x="11"
|
|
||||||
height="7.0000172"
|
|
||||||
width="2"
|
|
||||||
id="rect3979"
|
|
||||||
style="fill:#eeeeee;fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
|
||||||
<rect
|
|
||||||
style="fill:#cdcdcd;fill-opacity:1;stroke:none"
|
|
||||||
id="rect4041"
|
|
||||||
width="1"
|
|
||||||
height="6.0000277"
|
|
||||||
x="8"
|
|
||||||
y="-13.000017"
|
|
||||||
transform="translate(0,1036.3622)" />
|
|
||||||
<rect
|
|
||||||
style="fill:#cdcdcd;fill-opacity:1;stroke:none"
|
|
||||||
id="rect4047"
|
|
||||||
width="2"
|
|
||||||
height="1.000017"
|
|
||||||
x="6"
|
|
||||||
y="-8.0000172"
|
|
||||||
transform="translate(0,1036.3622)" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;opacity:0.2"
|
|
||||||
d="m 2,1040.3622 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,-0.554 0.446,-1 1,-1 l 9,0 c 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 l -9,0 z"
|
|
||||||
id="rect3875-7"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 257 B |
@@ -1,144 +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="13"
|
|
||||||
height="13"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-checkbox-unchecked-insensitive.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-dark/gtk-2.0/Check-Radio/menu-checkbox-checked-hover.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3768-6">
|
|
||||||
<stop
|
|
||||||
id="stop3770-6"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#0f0f0f;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#171717;stop-opacity:1;"
|
|
||||||
offset="0.078125"
|
|
||||||
id="stop3778-2" />
|
|
||||||
<stop
|
|
||||||
id="stop3774-0"
|
|
||||||
offset="0.97355771"
|
|
||||||
style="stop-color:#171717;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop3776-1"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#1b1b1b;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3768-6"
|
|
||||||
id="linearGradient4090"
|
|
||||||
x1="6"
|
|
||||||
y1="1039.3622"
|
|
||||||
x2="6"
|
|
||||||
y2="1051.3622"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="16.000001"
|
|
||||||
inkscape:cx="-2.0951396"
|
|
||||||
inkscape:cy="8.2791369"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1265"
|
|
||||||
inkscape:window-height="722"
|
|
||||||
inkscape:window-x="99"
|
|
||||||
inkscape:window-y="23"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-nodes="false">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1039.3622)">
|
|
||||||
<g
|
|
||||||
id="layer1-3"
|
|
||||||
inkscape:label="Ebene 1">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="rect3861-5"
|
|
||||||
d="m 2,1052.3622 c -1.108,0 -2,-0.892 -2,-2 l 0,-9 c 0,-1.108 0.892,-2 2,-2 l 9,0 c 1.108,0 2,0.892 2,2 l 0,9 c 0,1.108 -0.892,2 -2,2 l -9,0 z m 0,-1 9,0 c 0.554,0 1,-0.446 1,-1 l 0,-9 c 0,-0.554 -0.446,-1 -1,-1 l -9,0 c -0.554,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.446,1 1,1 z"
|
|
||||||
style="fill:url(#linearGradient4090);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<rect
|
|
||||||
ry="1"
|
|
||||||
rx="1"
|
|
||||||
transform="translate(0,1039.3622)"
|
|
||||||
y="1"
|
|
||||||
x="1"
|
|
||||||
height="11"
|
|
||||||
width="11"
|
|
||||||
id="rect3875-3"
|
|
||||||
style="fill:#434446;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<g
|
|
||||||
style="opacity:0.85;fill:#ffffff;fill-opacity:1"
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,728.26275,307.5582)"
|
|
||||||
id="g3981-6-6" />
|
|
||||||
<g
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.25198,296.88229)"
|
|
||||||
id="g4049-3">
|
|
||||||
<g
|
|
||||||
transform="translate(12.374375,11.531233)"
|
|
||||||
id="g4056-6">
|
|
||||||
<g
|
|
||||||
style="fill:#3b3c3e;fill-opacity:1"
|
|
||||||
transform="translate(-3,-4.9999826)"
|
|
||||||
id="g3981-5" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="rect3875-7-1"
|
|
||||||
d="m 2,1040.3622 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,-0.554 0.446,-1 1,-1 l 9,0 c 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 l -9,0 z"
|
|
||||||
style="opacity:0.20000000000000001;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 251 B |
@@ -1,144 +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="13"
|
|
||||||
height="13"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-checkbox-unchecked.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-dark/gtk-2.0/Check-Radio/menu-checkbox-checked-hover.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3768-6">
|
|
||||||
<stop
|
|
||||||
id="stop3770-6"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#0f0f0f;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#171717;stop-opacity:1;"
|
|
||||||
offset="0.078125"
|
|
||||||
id="stop3778-2" />
|
|
||||||
<stop
|
|
||||||
id="stop3774-0"
|
|
||||||
offset="0.97355771"
|
|
||||||
style="stop-color:#171717;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop3776-1"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#1b1b1b;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3768-6"
|
|
||||||
id="linearGradient4090"
|
|
||||||
x1="6"
|
|
||||||
y1="1039.3622"
|
|
||||||
x2="6"
|
|
||||||
y2="1051.3622"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="16.000001"
|
|
||||||
inkscape:cx="-2.0951396"
|
|
||||||
inkscape:cy="8.2791369"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1265"
|
|
||||||
inkscape:window-height="722"
|
|
||||||
inkscape:window-x="99"
|
|
||||||
inkscape:window-y="23"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-nodes="false">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1039.3622)">
|
|
||||||
<g
|
|
||||||
id="layer1-3"
|
|
||||||
inkscape:label="Ebene 1">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="rect3861-5"
|
|
||||||
d="m 2,1052.3622 c -1.108,0 -2,-0.892 -2,-2 l 0,-9 c 0,-1.108 0.892,-2 2,-2 l 9,0 c 1.108,0 2,0.892 2,2 l 0,9 c 0,1.108 -0.892,2 -2,2 l -9,0 z m 0,-1 9,0 c 0.554,0 1,-0.446 1,-1 l 0,-9 c 0,-0.554 -0.446,-1 -1,-1 l -9,0 c -0.554,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.446,1 1,1 z"
|
|
||||||
style="fill:url(#linearGradient4090);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<rect
|
|
||||||
ry="1"
|
|
||||||
rx="1"
|
|
||||||
transform="translate(0,1039.3622)"
|
|
||||||
y="1"
|
|
||||||
x="1"
|
|
||||||
height="11"
|
|
||||||
width="11"
|
|
||||||
id="rect3875-3"
|
|
||||||
style="fill:#313133;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<g
|
|
||||||
style="opacity:0.85;fill:#ffffff;fill-opacity:1"
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,728.26275,307.5582)"
|
|
||||||
id="g3981-6-6" />
|
|
||||||
<g
|
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.25198,296.88229)"
|
|
||||||
id="g4049-3">
|
|
||||||
<g
|
|
||||||
transform="translate(12.374375,11.531233)"
|
|
||||||
id="g4056-6">
|
|
||||||
<g
|
|
||||||
style="fill:#3b3c3e;fill-opacity:1"
|
|
||||||
transform="translate(-3,-4.9999826)"
|
|
||||||
id="g3981-5" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="rect3875-7-1"
|
|
||||||
d="m 2,1040.3622 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,-0.554 0.446,-1 1,-1 l 9,0 c 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 l -9,0 z"
|
|
||||||
style="opacity:0.20000000000000001;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 646 B |
@@ -1,274 +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="14"
|
|
||||||
height="14"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-option-checked.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-Dark/gtk-2.0/Check-Radio/menu-option-checked-hover.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3931-4"
|
|
||||||
id="linearGradient3796"
|
|
||||||
x1="8"
|
|
||||||
y1="2"
|
|
||||||
x2="8"
|
|
||||||
y2="15"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,-1,-1,1053.3622)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3969-0-4"
|
|
||||||
id="linearGradient4048"
|
|
||||||
x1="8"
|
|
||||||
y1="14"
|
|
||||||
x2="8"
|
|
||||||
y2="3"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3931-4">
|
|
||||||
<stop
|
|
||||||
id="stop3933-1"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#5890fb;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop3935-1"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#032c75;stop-opacity:0.74509805;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3969-0-4">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#353537;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3971-2-2" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3973-0-5" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="translate(0,1036.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="15"
|
|
||||||
x2="8"
|
|
||||||
y1="2"
|
|
||||||
x1="8"
|
|
||||||
id="linearGradient3796-15"
|
|
||||||
xlink:href="#linearGradient7710"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7710">
|
|
||||||
<stop
|
|
||||||
id="stop7712"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#000000;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;"
|
|
||||||
offset="0.078125"
|
|
||||||
id="stop7714" />
|
|
||||||
<stop
|
|
||||||
id="stop7716"
|
|
||||||
offset="0.97355771"
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop7718"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#090909;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="3"
|
|
||||||
x2="8"
|
|
||||||
y1="14"
|
|
||||||
x1="8"
|
|
||||||
id="linearGradient4048-2"
|
|
||||||
xlink:href="#linearGradient3969-0-4-3"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3969-0-4-3">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#353537;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3971-2-2-7" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3973-0-5-3" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="matrix(0,-1,1,0,-1036.3622,1052.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="1044.3622"
|
|
||||||
x2="16"
|
|
||||||
y1="1044.3622"
|
|
||||||
x1="0"
|
|
||||||
id="linearGradient3890"
|
|
||||||
xlink:href="#linearGradient7704"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7704">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4080fb;stop-opacity:0.74509805;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7706" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4080fb;stop-opacity:0.49197862;"
|
|
||||||
offset="1"
|
|
||||||
id="stop7708" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
y2="1044.3622"
|
|
||||||
x2="16"
|
|
||||||
y1="1044.3622"
|
|
||||||
x1="0"
|
|
||||||
gradientTransform="matrix(0,-1,1,0,-1036.3622,1052.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient6935"
|
|
||||||
xlink:href="#linearGradient7704"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="translate(0,1036.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="15"
|
|
||||||
x2="8"
|
|
||||||
y1="2"
|
|
||||||
x1="8"
|
|
||||||
id="linearGradient3796-15-1"
|
|
||||||
xlink:href="#linearGradient7710-1"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7710-1">
|
|
||||||
<stop
|
|
||||||
id="stop7712-6"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#000000;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;"
|
|
||||||
offset="0.078125"
|
|
||||||
id="stop7714-7" />
|
|
||||||
<stop
|
|
||||||
id="stop7716-6"
|
|
||||||
offset="0.97355771"
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop7718-8"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#090909;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
y2="15"
|
|
||||||
x2="8"
|
|
||||||
y1="2"
|
|
||||||
x1="8"
|
|
||||||
gradientTransform="translate(-1,1037.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient3834"
|
|
||||||
xlink:href="#linearGradient7710-1"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="5.6568546"
|
|
||||||
inkscape:cx="-4.638677"
|
|
||||||
inkscape:cy="2.6956331"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-height="740"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="23"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1038.3622)">
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="fill:url(#linearGradient4048);fill-opacity:1.0;stroke:none"
|
|
||||||
id="path3854"
|
|
||||||
sodipodi:cx="8"
|
|
||||||
sodipodi:cy="8"
|
|
||||||
sodipodi:rx="6"
|
|
||||||
sodipodi:ry="6"
|
|
||||||
d="m 14,8 c 0,3.313708 -2.686292,6 -6,6 C 4.6862915,14 2,11.313708 2,8 2,4.6862915 4.6862915,2 8,2 c 3.313708,0 6,2.6862915 6,6 z"
|
|
||||||
transform="translate(-1,1037.3622)" />
|
|
||||||
<path
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:none;opacity:0.2"
|
|
||||||
d="m 7,1039.3622 c -3.313708,0 -6,2.6863 -6,6 0,0.1245 0.023779,0.2524 0.03125,0.375 0.30726,-3.0255 2.862148,-5.375 5.96875,-5.375 3.106602,0 5.66149,2.3495 5.96875,5.375 0.0075,-0.1226 0.03125,-0.2505 0.03125,-0.375 0,-3.3137 -2.686292,-6 -6,-6 z"
|
|
||||||
id="path3798"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
transform="translate(-1,1037.3622)"
|
|
||||||
d="M 10,8 C 10,9.1045695 9.1045695,10 8,10 6.8954305,10 6,9.1045695 6,8 6,6.8954305 6.8954305,6 8,6 c 1.1045695,0 2,0.8954305 2,2 z"
|
|
||||||
sodipodi:ry="2"
|
|
||||||
sodipodi:rx="2"
|
|
||||||
sodipodi:cy="8"
|
|
||||||
sodipodi:cx="8"
|
|
||||||
id="path4092-1-0"
|
|
||||||
style="fill:#eeeeee;fill-opacity:1;stroke:none"
|
|
||||||
sodipodi:type="arc" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path4092-5-6-12-3"
|
|
||||||
d="m 7,1042.3622 c -1.1045695,0 -2,0.8954 -2,2 0,0.1726 0.021396,0.3402 0.0625,0.5 0.2219627,-0.8627 1.0055195,-1.5 1.9375,-1.5 0.9319805,0 1.7155373,0.6373 1.9375,1.5 0.041104,-0.1598 0.0625,-0.3274 0.0625,-0.5 0,-1.1046 -0.8954305,-2 -2,-2 z"
|
|
||||||
style="fill:#1a1a1a;fill-opacity:1;stroke:none" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path4092-5-7-0"
|
|
||||||
d="m 7,1043.3622 c -1.1045695,0 -2,0.8954 -2,2 0,0.1726 0.021396,0.3402 0.0625,0.5 0.2219627,-0.8627 1.0055195,-1.5 1.9375,-1.5 0.9319805,0 1.7155373,0.6373 1.9375,1.5 0.041104,-0.1598 0.0625,-0.3274 0.0625,-0.5 0,-1.1046 -0.8954305,-2 -2,-2 z"
|
|
||||||
style="fill:#cdcdcd;fill-opacity:1;stroke:none" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path3017-7-6"
|
|
||||||
d="m 7,1038.3622 c -3.8659932,0 -7,3.134 -7,7 0,3.866 3.1340068,7 7,7 3.865993,0 7,-3.134 7,-7 0,-3.866 -3.134007,-7 -7,-7 z m 0,1 c 3.313708,0 6,2.6863 6,6 0,3.3137 -2.686292,6 -6,6 -3.3137085,0 -6,-2.6863 -6,-6 0,-3.3137 2.6862915,-6 6,-6 z"
|
|
||||||
style="fill:url(#linearGradient3834);fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 532 B |
@@ -1,132 +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="14"
|
|
||||||
height="14"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-option-checked-insensitive.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-dark/gtk-2.0/Check-Radio/menu-option-checked-hover.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3768-6-8">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3770-6-62" />
|
|
||||||
<stop
|
|
||||||
id="stop3778-2-5"
|
|
||||||
offset="0.078125"
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;"
|
|
||||||
offset="0.97355771"
|
|
||||||
id="stop3774-0-7" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#090909;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3776-1-8" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3768-6-8"
|
|
||||||
id="linearGradient3981"
|
|
||||||
x1="7"
|
|
||||||
y1="1039.3622"
|
|
||||||
x2="7"
|
|
||||||
y2="1052.3622"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="22.627418"
|
|
||||||
inkscape:cx="1.1547952"
|
|
||||||
inkscape:cy="8.0958775"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-height="740"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="23"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1038.3622)">
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient3981);fill-opacity:1;stroke:none"
|
|
||||||
d="m 7,1052.3622 c -3.8659932,0 -7,-3.134 -7,-7 0,-3.866 3.1340068,-7 7,-7 3.865993,0 7,3.134 7,7 0,3.866 -3.134007,7 -7,7 z m 0,-1 c 3.313708,0 6,-2.6863 6,-6 0,-3.3137 -2.686292,-6 -6,-6 -3.3137085,0 -6,2.6863 -6,6 0,3.3137 2.6862915,6 6,6 z"
|
|
||||||
id="path3017"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="fill:#434446;fill-opacity:1;stroke:none"
|
|
||||||
id="path3854"
|
|
||||||
sodipodi:cx="8"
|
|
||||||
sodipodi:cy="8"
|
|
||||||
sodipodi:rx="6"
|
|
||||||
sodipodi:ry="6"
|
|
||||||
d="m 14,8 c 0,3.313708 -2.686292,6 -6,6 C 4.6862915,14 2,11.313708 2,8 2,4.6862915 4.6862915,2 8,2 c 3.313708,0 6,2.6862915 6,6 z"
|
|
||||||
transform="translate(-1,1037.3622)" />
|
|
||||||
<path
|
|
||||||
transform="translate(-1,1037.3622)"
|
|
||||||
d="M 10,8 A 2,2 0 1 1 6,8 2,2 0 1 1 10,8 z"
|
|
||||||
sodipodi:ry="2"
|
|
||||||
sodipodi:rx="2"
|
|
||||||
sodipodi:cy="8"
|
|
||||||
sodipodi:cx="8"
|
|
||||||
id="path4092-1-0"
|
|
||||||
style="fill:#696969;fill-opacity:1;stroke:none"
|
|
||||||
sodipodi:type="arc" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path4092-5-7-0"
|
|
||||||
d="m 7,1043.3622 c -1.1045695,0 -2,0.8954 -2,2 0,0.1726 0.021396,0.3402 0.0625,0.5 0.2219627,-0.8627 1.0055195,-1.5 1.9375,-1.5 0.9319805,0 1.7155373,0.6373 1.9375,1.5 0.041104,-0.1598 0.0625,-0.3274 0.0625,-0.5 0,-1.1046 -0.8954305,-2 -2,-2 z"
|
|
||||||
style="fill:#5a5a5a;fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 646 B |
@@ -1,274 +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="14"
|
|
||||||
height="14"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-option-checked.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-Dark/gtk-2.0/Check-Radio/menu-option-checked.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3931-4"
|
|
||||||
id="linearGradient3796"
|
|
||||||
x1="8"
|
|
||||||
y1="2"
|
|
||||||
x2="8"
|
|
||||||
y2="15"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,-1,-1,1053.3622)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3969-0-4"
|
|
||||||
id="linearGradient4048"
|
|
||||||
x1="8"
|
|
||||||
y1="14"
|
|
||||||
x2="8"
|
|
||||||
y2="3"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3931-4">
|
|
||||||
<stop
|
|
||||||
id="stop3933-1"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#5890fb;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop3935-1"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#032c75;stop-opacity:0.74509805;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3969-0-4">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#353537;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3971-2-2" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3973-0-5" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="translate(0,1036.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="15"
|
|
||||||
x2="8"
|
|
||||||
y1="2"
|
|
||||||
x1="8"
|
|
||||||
id="linearGradient3796-15"
|
|
||||||
xlink:href="#linearGradient7710"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7710">
|
|
||||||
<stop
|
|
||||||
id="stop7712"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#000000;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;"
|
|
||||||
offset="0.078125"
|
|
||||||
id="stop7714" />
|
|
||||||
<stop
|
|
||||||
id="stop7716"
|
|
||||||
offset="0.97355771"
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop7718"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#090909;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="3"
|
|
||||||
x2="8"
|
|
||||||
y1="14"
|
|
||||||
x1="8"
|
|
||||||
id="linearGradient4048-2"
|
|
||||||
xlink:href="#linearGradient3969-0-4-3"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3969-0-4-3">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#353537;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3971-2-2-7" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3973-0-5-3" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="matrix(0,-1,1,0,-1036.3622,1052.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="1044.3622"
|
|
||||||
x2="16"
|
|
||||||
y1="1044.3622"
|
|
||||||
x1="0"
|
|
||||||
id="linearGradient3890"
|
|
||||||
xlink:href="#linearGradient7704"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7704">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4080fb;stop-opacity:0.74509805;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7706" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4080fb;stop-opacity:0.49197862;"
|
|
||||||
offset="1"
|
|
||||||
id="stop7708" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
y2="1044.3622"
|
|
||||||
x2="16"
|
|
||||||
y1="1044.3622"
|
|
||||||
x1="0"
|
|
||||||
gradientTransform="matrix(0,-1,1,0,-1036.3622,1052.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient6935"
|
|
||||||
xlink:href="#linearGradient7704"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="translate(0,1036.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="15"
|
|
||||||
x2="8"
|
|
||||||
y1="2"
|
|
||||||
x1="8"
|
|
||||||
id="linearGradient3796-15-1"
|
|
||||||
xlink:href="#linearGradient7710-1"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7710-1">
|
|
||||||
<stop
|
|
||||||
id="stop7712-6"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#000000;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;"
|
|
||||||
offset="0.078125"
|
|
||||||
id="stop7714-7" />
|
|
||||||
<stop
|
|
||||||
id="stop7716-6"
|
|
||||||
offset="0.97355771"
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop7718-8"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#090909;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
y2="15"
|
|
||||||
x2="8"
|
|
||||||
y1="2"
|
|
||||||
x1="8"
|
|
||||||
gradientTransform="translate(-1,1037.3622)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient3834"
|
|
||||||
xlink:href="#linearGradient7710-1"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="5.6568546"
|
|
||||||
inkscape:cx="-4.638677"
|
|
||||||
inkscape:cy="2.6956331"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-height="740"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="23"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1038.3622)">
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="fill:url(#linearGradient4048);fill-opacity:1.0;stroke:none"
|
|
||||||
id="path3854"
|
|
||||||
sodipodi:cx="8"
|
|
||||||
sodipodi:cy="8"
|
|
||||||
sodipodi:rx="6"
|
|
||||||
sodipodi:ry="6"
|
|
||||||
d="m 14,8 c 0,3.313708 -2.686292,6 -6,6 C 4.6862915,14 2,11.313708 2,8 2,4.6862915 4.6862915,2 8,2 c 3.313708,0 6,2.6862915 6,6 z"
|
|
||||||
transform="translate(-1,1037.3622)" />
|
|
||||||
<path
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:none;opacity:0.2"
|
|
||||||
d="m 7,1039.3622 c -3.313708,0 -6,2.6863 -6,6 0,0.1245 0.023779,0.2524 0.03125,0.375 0.30726,-3.0255 2.862148,-5.375 5.96875,-5.375 3.106602,0 5.66149,2.3495 5.96875,5.375 0.0075,-0.1226 0.03125,-0.2505 0.03125,-0.375 0,-3.3137 -2.686292,-6 -6,-6 z"
|
|
||||||
id="path3798"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
transform="translate(-1,1037.3622)"
|
|
||||||
d="M 10,8 C 10,9.1045695 9.1045695,10 8,10 6.8954305,10 6,9.1045695 6,8 6,6.8954305 6.8954305,6 8,6 c 1.1045695,0 2,0.8954305 2,2 z"
|
|
||||||
sodipodi:ry="2"
|
|
||||||
sodipodi:rx="2"
|
|
||||||
sodipodi:cy="8"
|
|
||||||
sodipodi:cx="8"
|
|
||||||
id="path4092-1-0"
|
|
||||||
style="fill:#eeeeee;fill-opacity:1;stroke:none"
|
|
||||||
sodipodi:type="arc" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path4092-5-6-12-3"
|
|
||||||
d="m 7,1042.3622 c -1.1045695,0 -2,0.8954 -2,2 0,0.1726 0.021396,0.3402 0.0625,0.5 0.2219627,-0.8627 1.0055195,-1.5 1.9375,-1.5 0.9319805,0 1.7155373,0.6373 1.9375,1.5 0.041104,-0.1598 0.0625,-0.3274 0.0625,-0.5 0,-1.1046 -0.8954305,-2 -2,-2 z"
|
|
||||||
style="fill:#1a1a1a;fill-opacity:1;stroke:none" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path4092-5-7-0"
|
|
||||||
d="m 7,1043.3622 c -1.1045695,0 -2,0.8954 -2,2 0,0.1726 0.021396,0.3402 0.0625,0.5 0.2219627,-0.8627 1.0055195,-1.5 1.9375,-1.5 0.9319805,0 1.7155373,0.6373 1.9375,1.5 0.041104,-0.1598 0.0625,-0.3274 0.0625,-0.5 0,-1.1046 -0.8954305,-2 -2,-2 z"
|
|
||||||
style="fill:#cdcdcd;fill-opacity:1;stroke:none" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path3017-7-6"
|
|
||||||
d="m 7,1038.3622 c -3.8659932,0 -7,3.134 -7,7 0,3.866 3.1340068,7 7,7 3.865993,0 7,-3.134 7,-7 0,-3.866 -3.134007,-7 -7,-7 z m 0,1 c 3.313708,0 6,2.6863 6,6 0,3.3137 -2.686292,6 -6,6 -3.3137085,0 -6,-2.6863 -6,-6 0,-3.3137 2.6862915,-6 6,-6 z"
|
|
||||||
style="fill:url(#linearGradient3834);fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 516 B |
@@ -1,122 +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="14"
|
|
||||||
height="14"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-option-unchecked-insensitive.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-dark/gtk-2.0/Check-Radio/menu-option-unchecked.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3768-6-8">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3770-6-62" />
|
|
||||||
<stop
|
|
||||||
id="stop3778-2-5"
|
|
||||||
offset="0.078125"
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;"
|
|
||||||
offset="0.97355771"
|
|
||||||
id="stop3774-0-7" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#090909;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3776-1-8" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3768-6-8"
|
|
||||||
id="linearGradient3981"
|
|
||||||
x1="7"
|
|
||||||
y1="1039.3622"
|
|
||||||
x2="7"
|
|
||||||
y2="1052.3622"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="11.313709"
|
|
||||||
inkscape:cx="13.008499"
|
|
||||||
inkscape:cy="4.4394019"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-height="740"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="23"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1038.3622)">
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient3981);fill-opacity:1;stroke:none"
|
|
||||||
d="m 7,1052.3622 c -3.8659932,0 -7,-3.134 -7,-7 0,-3.866 3.1340068,-7 7,-7 3.865993,0 7,3.134 7,7 0,3.866 -3.134007,7 -7,7 z m 0,-1 c 3.313708,0 6,-2.6863 6,-6 0,-3.3137 -2.686292,-6 -6,-6 -3.3137085,0 -6,2.6863 -6,6 0,3.3137 2.6862915,6 6,6 z"
|
|
||||||
id="path3017"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="fill:#434446;fill-opacity:1;stroke:none"
|
|
||||||
id="path3854"
|
|
||||||
sodipodi:cx="8"
|
|
||||||
sodipodi:cy="8"
|
|
||||||
sodipodi:rx="6"
|
|
||||||
sodipodi:ry="6"
|
|
||||||
d="m 14,8 c 0,3.313708 -2.686292,6 -6,6 C 4.6862915,14 2,11.313708 2,8 2,4.6862915 4.6862915,2 8,2 c 3.313708,0 6,2.6862915 6,6 z"
|
|
||||||
transform="translate(-1,1037.3622)" />
|
|
||||||
<path
|
|
||||||
style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.20000000000000001"
|
|
||||||
d="m 7,1039.3622 c -3.313708,0 -6,2.6863 -6,6 0,0.1245 0.023779,0.2524 0.03125,0.375 0.30726,-3.0255 2.862148,-5.375 5.96875,-5.375 3.106602,0 5.66149,2.3495 5.96875,5.375 0.0075,-0.1226 0.03125,-0.2505 0.03125,-0.375 0,-3.3137 -2.686292,-6 -6,-6 z"
|
|
||||||
id="path3798"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 496 B |
@@ -1,122 +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="14"
|
|
||||||
height="14"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="menu-option-unchecked.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-dark/gtk-2.0/Check-Radio/menu-option-unchecked.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3768-6-8">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3770-6-62" />
|
|
||||||
<stop
|
|
||||||
id="stop3778-2-5"
|
|
||||||
offset="0.078125"
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#0d0d0d;stop-opacity:1;"
|
|
||||||
offset="0.97355771"
|
|
||||||
id="stop3774-0-7" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#090909;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop3776-1-8" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3768-6-8"
|
|
||||||
id="linearGradient3981"
|
|
||||||
x1="7"
|
|
||||||
y1="1039.3622"
|
|
||||||
x2="7"
|
|
||||||
y2="1052.3622"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="11.313709"
|
|
||||||
inkscape:cx="13.008499"
|
|
||||||
inkscape:cy="4.4394019"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
showborder="true"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-height="740"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="23"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2985"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1038.3622)">
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient3981);fill-opacity:1;stroke:none"
|
|
||||||
d="m 7,1052.3622 c -3.8659932,0 -7,-3.134 -7,-7 0,-3.866 3.1340068,-7 7,-7 3.865993,0 7,3.134 7,7 0,3.866 -3.134007,7 -7,7 z m 0,-1 c 3.313708,0 6,-2.6863 6,-6 0,-3.3137 -2.686292,-6 -6,-6 -3.3137085,0 -6,2.6863 -6,6 0,3.3137 2.6862915,6 6,6 z"
|
|
||||||
id="path3017"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="fill:#313133;fill-opacity:1;stroke:none"
|
|
||||||
id="path3854"
|
|
||||||
sodipodi:cx="8"
|
|
||||||
sodipodi:cy="8"
|
|
||||||
sodipodi:rx="6"
|
|
||||||
sodipodi:ry="6"
|
|
||||||
d="m 14,8 c 0,3.313708 -2.686292,6 -6,6 C 4.6862915,14 2,11.313708 2,8 2,4.6862915 4.6862915,2 8,2 c 3.313708,0 6,2.6862915 6,6 z"
|
|
||||||
transform="translate(-1,1037.3622)" />
|
|
||||||
<path
|
|
||||||
style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.20000000000000001"
|
|
||||||
d="m 7,1039.3622 c -3.313708,0 -6,2.6863 -6,6 0,0.1245 0.023779,0.2524 0.03125,0.375 0.30726,-3.0255 2.862148,-5.375 5.96875,-5.375 3.106602,0 5.66149,2.3495 5.96875,5.375 0.0075,-0.1226 0.03125,-0.2505 0.03125,-0.375 0,-3.3137 -2.686292,-6 -6,-6 z"
|
|
||||||
id="path3798"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 639 B |
Before Width: | Height: | Size: 898 B |
Before Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 241 B |
Before Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 227 B |