chore: add icons
186
Cargo.lock
generated
|
|
@ -286,7 +286,7 @@ dependencies = [
|
|||
"async-task",
|
||||
"concurrent-queue",
|
||||
"fastrand 2.0.1",
|
||||
"futures-lite 2.2.0",
|
||||
"futures-lite 2.3.0",
|
||||
"slab",
|
||||
]
|
||||
|
||||
|
|
@ -332,7 +332,7 @@ dependencies = [
|
|||
"cfg-if",
|
||||
"concurrent-queue",
|
||||
"futures-io",
|
||||
"futures-lite 2.2.0",
|
||||
"futures-lite 2.3.0",
|
||||
"parking",
|
||||
"polling 3.5.0",
|
||||
"rustix 0.38.31",
|
||||
|
|
@ -380,13 +380,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "async-recursion"
|
||||
version = "1.0.5"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
|
||||
checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -415,13 +415,13 @@ checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
|
|||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.77"
|
||||
version = "0.1.78"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
||||
checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -601,7 +601,7 @@ dependencies = [
|
|||
"async-task",
|
||||
"fastrand 2.0.1",
|
||||
"futures-io",
|
||||
"futures-lite 2.2.0",
|
||||
"futures-lite 2.3.0",
|
||||
"piper",
|
||||
"tracing",
|
||||
]
|
||||
|
|
@ -626,7 +626,7 @@ dependencies = [
|
|||
"proc-macro-crate 3.1.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
"syn_derive",
|
||||
]
|
||||
|
||||
|
|
@ -671,9 +671,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bytemuck"
|
||||
version = "1.14.3"
|
||||
version = "1.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
|
||||
checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
|
||||
dependencies = [
|
||||
"bytemuck_derive",
|
||||
]
|
||||
|
|
@ -686,7 +686,7 @@ checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -808,9 +808,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.2"
|
||||
version = "4.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
|
||||
checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
|
|
@ -830,14 +830,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_derive"
|
||||
version = "4.5.0"
|
||||
version = "4.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
|
||||
checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"heck 0.5.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -925,9 +925,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "color-eyre"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
|
||||
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"color-spantrace",
|
||||
|
|
@ -1109,7 +1109,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-bg-config"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/cosmic-bg#218b1a558a1f70b3590ce7d26776e3b8c76d9891"
|
||||
source = "git+https://github.com/pop-os/cosmic-bg#742a3444cd7f599184d6f553a2a7bc91e19084a6"
|
||||
dependencies = [
|
||||
"colorgrad",
|
||||
"cosmic-config",
|
||||
|
|
@ -1133,7 +1133,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-comp-config"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/cosmic-comp#c685440155063dae2d09ebc70e2a41f88180b2c2"
|
||||
source = "git+https://github.com/pop-os/cosmic-comp#e625a2278307968fafe8fe36e118800c10f6f696"
|
||||
dependencies = [
|
||||
"cosmic-config",
|
||||
"input",
|
||||
|
|
@ -1143,7 +1143,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-config"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"atomicwrites",
|
||||
"calloop",
|
||||
|
|
@ -1161,7 +1161,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-config-derive"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
|
|
@ -1170,7 +1170,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-panel-config"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/cosmic-panel#07fcaee64f80d9aa498be53d40077bc0a510437b"
|
||||
source = "git+https://github.com/pop-os/cosmic-panel#3aad7907ee6b5506cf800c2a838176bacfcfa8ad"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cosmic-config",
|
||||
|
|
@ -1229,7 +1229,7 @@ dependencies = [
|
|||
"dirs 5.0.1",
|
||||
"downcast-rs",
|
||||
"freedesktop-desktop-entry",
|
||||
"futures-lite 2.2.0",
|
||||
"futures-lite 2.3.0",
|
||||
"generator",
|
||||
"i18n-embed",
|
||||
"i18n-embed-fl",
|
||||
|
|
@ -1297,7 +1297,7 @@ dependencies = [
|
|||
"cosmic-randr-shell",
|
||||
"dirs 5.0.1",
|
||||
"freedesktop-icons",
|
||||
"futures-lite 2.2.0",
|
||||
"futures-lite 2.3.0",
|
||||
"futures-util",
|
||||
"image",
|
||||
"infer",
|
||||
|
|
@ -1308,7 +1308,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-text"
|
||||
version = "0.11.2"
|
||||
source = "git+https://github.com/pop-os/cosmic-text.git#18c3d2acec5e7f64a670c6643ee3ab220bc92a89"
|
||||
source = "git+https://github.com/pop-os/cosmic-text.git#b08676909f882f553ab574601b35b58276a52458"
|
||||
dependencies = [
|
||||
"bitflags 2.4.2",
|
||||
"fontdb",
|
||||
|
|
@ -1330,7 +1330,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-theme"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"almost",
|
||||
"cosmic-config",
|
||||
|
|
@ -1434,7 +1434,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1474,7 +1474,7 @@ dependencies = [
|
|||
"proc-macro2",
|
||||
"quote",
|
||||
"strsim 0.10.0",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1485,7 +1485,7 @@ checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
|
|||
dependencies = [
|
||||
"darling_core",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1527,7 +1527,7 @@ dependencies = [
|
|||
"darling",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1595,7 +1595,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1696,7 +1696,7 @@ checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2007,7 +2007,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2142,9 +2142,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-lite"
|
||||
version = "2.2.0"
|
||||
version = "2.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
|
||||
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
||||
dependencies = [
|
||||
"fastrand 2.0.1",
|
||||
"futures-core",
|
||||
|
|
@ -2161,7 +2161,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2533,6 +2533,12 @@ version = "0.4.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
||||
|
||||
[[package]]
|
||||
name = "heck"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||||
|
||||
[[package]]
|
||||
name = "hermit-abi"
|
||||
version = "0.3.9"
|
||||
|
|
@ -2561,7 +2567,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_derive",
|
||||
"thiserror",
|
||||
"toml 0.8.11",
|
||||
"toml 0.8.12",
|
||||
"unic-langid",
|
||||
]
|
||||
|
||||
|
|
@ -2604,7 +2610,7 @@ dependencies = [
|
|||
"proc-macro2",
|
||||
"quote",
|
||||
"strsim 0.10.0",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
"unic-langid",
|
||||
]
|
||||
|
||||
|
|
@ -2618,7 +2624,7 @@ dependencies = [
|
|||
"i18n-config",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2647,7 +2653,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"iced_accessibility",
|
||||
"iced_core",
|
||||
|
|
@ -2663,7 +2669,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_accessibility"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"accesskit",
|
||||
"accesskit_unix",
|
||||
|
|
@ -2672,7 +2678,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_core"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"iced_accessibility",
|
||||
|
|
@ -2692,7 +2698,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_futures"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"iced_core",
|
||||
|
|
@ -2705,7 +2711,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_graphics"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"bytemuck",
|
||||
|
|
@ -2729,7 +2735,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_renderer"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"iced_graphics",
|
||||
"iced_tiny_skia",
|
||||
|
|
@ -2741,7 +2747,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_runtime"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"iced_accessibility",
|
||||
"iced_core",
|
||||
|
|
@ -2754,7 +2760,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_sctk"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"enum-repr",
|
||||
"float-cmp",
|
||||
|
|
@ -2780,7 +2786,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_style"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"iced_core",
|
||||
"once_cell",
|
||||
|
|
@ -2790,7 +2796,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_tiny_skia"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"cosmic-text",
|
||||
|
|
@ -2807,7 +2813,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_wgpu"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"bytemuck",
|
||||
|
|
@ -2826,7 +2832,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iced_widget"
|
||||
version = "0.12.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"iced_renderer",
|
||||
"iced_runtime",
|
||||
|
|
@ -2919,7 +2925,7 @@ checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3223,7 +3229,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|||
[[package]]
|
||||
name = "libcosmic"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/libcosmic#1b62b9686c3d4d0843f426928abf61137eedc39c"
|
||||
source = "git+https://github.com/pop-os/libcosmic#01d7e46feadccf70825c3a822a566fb266d3add6"
|
||||
dependencies = [
|
||||
"apply",
|
||||
"ashpd 0.7.0",
|
||||
|
|
@ -3507,7 +3513,7 @@ checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3815,11 +3821,11 @@ version = "0.17.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"heck 0.4.1",
|
||||
"proc-macro-error",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3855,7 +3861,7 @@ checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3966,7 +3972,7 @@ dependencies = [
|
|||
"phf_shared",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4261,9 +4267,9 @@ checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
|
|||
|
||||
[[package]]
|
||||
name = "read-fonts"
|
||||
version = "0.15.6"
|
||||
version = "0.16.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "17ea23eedb4d938031b6d4343222444608727a6aa68ec355e13588d9947ffe92"
|
||||
checksum = "81c524658d3b77930a391f559756d91dbe829ab6cf4687083f615d395df99722"
|
||||
dependencies = [
|
||||
"font-types",
|
||||
]
|
||||
|
|
@ -4458,7 +4464,7 @@ dependencies = [
|
|||
"proc-macro2",
|
||||
"quote",
|
||||
"rust-embed-utils",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
"walkdir",
|
||||
]
|
||||
|
||||
|
|
@ -4625,7 +4631,7 @@ checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4647,7 +4653,7 @@ checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4968,9 +4974,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "swash"
|
||||
version = "0.1.12"
|
||||
version = "0.1.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7"
|
||||
checksum = "9af636fb90d39858650cae1088a37e2862dab4e874a0bb49d6dfb5b2dacf0e24"
|
||||
dependencies = [
|
||||
"read-fonts",
|
||||
"yazi",
|
||||
|
|
@ -4990,9 +4996,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.52"
|
||||
version = "2.0.53"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
|
||||
checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -5008,7 +5014,7 @@ dependencies = [
|
|||
"proc-macro-error",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -5019,7 +5025,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -5048,14 +5054,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "system-deps"
|
||||
version = "6.2.0"
|
||||
version = "6.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331"
|
||||
checksum = "e8e9199467bcbc77c6a13cc6e32a6af21721ab8c96aa0261856c4fda5a4433f0"
|
||||
dependencies = [
|
||||
"cfg-expr",
|
||||
"heck",
|
||||
"heck 0.4.1",
|
||||
"pkg-config",
|
||||
"toml 0.8.11",
|
||||
"toml 0.8.12",
|
||||
"version-compare",
|
||||
]
|
||||
|
||||
|
|
@ -5126,7 +5132,7 @@ checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -5260,14 +5266,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml"
|
||||
version = "0.8.11"
|
||||
version = "0.8.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e"
|
||||
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_spanned",
|
||||
"toml_datetime",
|
||||
"toml_edit 0.22.7",
|
||||
"toml_edit 0.22.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -5303,9 +5309,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.22.7"
|
||||
version = "0.22.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992"
|
||||
checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"serde",
|
||||
|
|
@ -5333,7 +5339,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -5671,7 +5677,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
"wasm-bindgen-shared",
|
||||
]
|
||||
|
||||
|
|
@ -5705,7 +5711,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
"wasm-bindgen-backend",
|
||||
"wasm-bindgen-shared",
|
||||
]
|
||||
|
|
@ -6344,7 +6350,7 @@ checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
"synstructure",
|
||||
]
|
||||
|
||||
|
|
@ -6438,7 +6444,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -6458,7 +6464,7 @@ checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
"synstructure",
|
||||
]
|
||||
|
||||
|
|
@ -6492,7 +6498,7 @@ checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ Terminal=false
|
|||
Categories=GNOME;GTK;
|
||||
Keywords=Gnome;GTK;
|
||||
OnlyShowIn=GNOME;Unity;COSMIC
|
||||
Icon=org.gnome.Settings
|
||||
Icon=com.system76.CosmicSettings
|
||||
StartupNotify=true
|
||||
|
|
|
|||
26
resources/icons/128x128/apps/com.system76.CosmicSettings.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 20C12 15.5817 15.5817 12 20 12H108C112.418 12 116 15.5817 116 20V108C116 112.418 112.418 116 108 116H20C15.5817 116 12 112.418 12 108V20Z" fill="url(#paint0_linear_1943_454)"/>
|
||||
<path d="M108 64C108 88.3005 88.3005 108 64 108C39.6995 108 20 88.3005 20 64C20 39.6995 39.6995 20 64 20C88.3005 20 108 39.6995 108 64Z" fill="url(#paint1_linear_1943_454)"/>
|
||||
<path d="M101 64C101 83.8823 84.6584 100 64.5 100C44.3416 100 28 83.8823 28 64C28 44.1177 44.3416 28 64.5 28C84.6584 28 101 44.1177 101 64Z" fill="url(#paint2_linear_1943_454)"/>
|
||||
<path d="M97 64C97 82.2254 82.4493 97 64.5 97C46.5507 97 32 82.2254 32 64C32 45.7746 46.5507 31 64.5 31C82.4493 31 97 45.7746 97 64Z" fill="url(#paint3_linear_1943_454)"/>
|
||||
<path d="M39 64C39 56.8203 44.7084 51 51.75 51H77.25C84.2916 51 90 56.8203 90 64C90 71.1797 84.2916 77 77.25 77H51.75C44.7084 77 39 71.1797 39 64Z" fill="#008490"/>
|
||||
<path d="M87 64C87 69.5228 82.5228 74 77 74C71.4772 74 67 69.5228 67 64C67 58.4772 71.4772 54 77 54C82.5228 54 87 58.4772 87 64Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1943_454" x1="12" y1="116" x2="116" y2="12" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#229FAD"/>
|
||||
<stop offset="1" stop-color="#49BAC8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1943_454" x1="20" y1="108" x2="108" y2="20" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#69D6E4"/>
|
||||
<stop offset="1" stop-color="#90F1FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_1943_454" x1="28" y1="100" x2="99.9932" y2="27.0069" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF7DFF"/>
|
||||
<stop offset="1" stop-color="#7B92B9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_1943_454" x1="32" y1="97" x2="97.9923" y2="32.0076" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CDF8FF"/>
|
||||
<stop offset="1" stop-color="#F5FEFF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
16
resources/icons/16x16/apps/com.system76.CosmicSettings.svg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2 3.5C2 2.67157 2.67157 2 3.5 2H12.5C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H3.5C2.67157 14 2 13.3284 2 12.5V3.5Z" fill="url(#paint0_linear_1943_449)"/>
|
||||
<path d="M13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8Z" fill="url(#paint1_linear_1943_449)"/>
|
||||
<path d="M4 8C4 6.89543 4.89543 6 6 6H10C11.1046 6 12 6.89543 12 8C12 9.10457 11.1046 10 10 10H6C4.89543 10 4 9.10457 4 8Z" fill="#008490"/>
|
||||
<path d="M11 8C11 8.55228 10.5523 9 10 9C9.44772 9 9 8.55228 9 8C9 7.44772 9.44772 7 10 7C10.5523 7 11 7.44772 11 8Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1943_449" x1="2" y1="14" x2="14" y2="2" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#229FAD"/>
|
||||
<stop offset="1" stop-color="#49BAC8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1943_449" x1="3" y1="13" x2="13" y2="3" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CDF8FF"/>
|
||||
<stop offset="1" stop-color="#F5FEFF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
26
resources/icons/24x24/apps/com.system76.CosmicSettings.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3 5.25C3 4.00736 4.00736 3 5.25 3H18.75C19.9926 3 21 4.00736 21 5.25V18.75C21 19.9926 19.9926 21 18.75 21H5.25C4.00736 21 3 19.9926 3 18.75V5.25Z" fill="url(#paint0_linear_1943_450)"/>
|
||||
<path d="M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z" fill="url(#paint1_linear_1943_450)"/>
|
||||
<path d="M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z" fill="url(#paint2_linear_1943_450)"/>
|
||||
<path d="M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z" fill="url(#paint3_linear_1943_450)"/>
|
||||
<path d="M8 12C8 10.8954 8.89543 10 10 10H14C15.1046 10 16 10.8954 16 12C16 13.1046 15.1046 14 14 14H10C8.89543 14 8 13.1046 8 12Z" fill="#008490"/>
|
||||
<path d="M15 12C15 12.5523 14.5523 13 14 13C13.4477 13 13 12.5523 13 12C13 11.4477 13.4477 11 14 11C14.5523 11 15 11.4477 15 12Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1943_450" x1="3" y1="21" x2="21" y2="3" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#229FAD"/>
|
||||
<stop offset="1" stop-color="#49BAC8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1943_450" x1="4" y1="20" x2="20" y2="4" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#69D6E4"/>
|
||||
<stop offset="1" stop-color="#90F1FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_1943_450" x1="5" y1="19" x2="19" y2="5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF7DFF"/>
|
||||
<stop offset="1" stop-color="#7B92B9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_1943_450" x1="6" y1="18" x2="18" y2="6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CDF8FF"/>
|
||||
<stop offset="1" stop-color="#F5FEFF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
26
resources/icons/256x256/apps/com.system76.CosmicSettings.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M24 40C24 31.1634 31.1634 24 40 24H216C224.837 24 232 31.1634 232 40V216C232 224.837 224.837 232 216 232H40C31.1634 232 24 224.837 24 216V40Z" fill="url(#paint0_linear_1943_455)"/>
|
||||
<path d="M219 128C219 178.81 177.81 220 127 220C76.1898 220 35 178.81 35 128C35 77.1898 76.1898 36 127 36C177.81 36 219 77.1898 219 128Z" fill="url(#paint1_linear_1943_455)"/>
|
||||
<path d="M204 128C204 169.974 169.974 204 128 204C86.0264 204 52 169.974 52 128C52 86.0264 86.0264 52 128 52C169.974 52 204 86.0264 204 128Z" fill="url(#paint2_linear_1943_455)"/>
|
||||
<path d="M196 128C196 165.555 165.555 196 128 196C90.4446 196 60 165.555 60 128C60 90.4446 90.4446 60 128 60C165.555 60 196 90.4446 196 128Z" fill="url(#paint3_linear_1943_455)"/>
|
||||
<path d="M76 128C76 113.641 87.6406 102 102 102H154C168.359 102 180 113.641 180 128C180 142.359 168.359 154 154 154H102C87.6406 154 76 142.359 76 128Z" fill="#008490"/>
|
||||
<path d="M175 128C175 139.598 165.598 149 154 149C142.402 149 133 139.598 133 128C133 116.402 142.402 107 154 107C165.598 107 175 116.402 175 128Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1943_455" x1="24" y1="232" x2="232" y2="24" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#229FAD"/>
|
||||
<stop offset="1" stop-color="#49BAC8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1943_455" x1="35" y1="220" x2="219" y2="36" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#69D6E4"/>
|
||||
<stop offset="1" stop-color="#90F1FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_1943_455" x1="52" y1="204" x2="204" y2="52" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF7DFF"/>
|
||||
<stop offset="1" stop-color="#7B92B9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_1943_455" x1="60" y1="196" x2="196" y2="60" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CDF8FF"/>
|
||||
<stop offset="1" stop-color="#F5FEFF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
26
resources/icons/32x32/apps/com.system76.CosmicSettings.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4 7C4 5.34315 5.34315 4 7 4H25C26.6569 4 28 5.34315 28 7V25C28 26.6569 26.6569 28 25 28H7C5.34315 28 4 26.6569 4 25V7Z" fill="url(#paint0_linear_1943_451)"/>
|
||||
<path d="M27 16C27 22.0751 22.0751 27 16 27C9.92487 27 5 22.0751 5 16C5 9.92487 9.92487 5 16 5C22.0751 5 27 9.92487 27 16Z" fill="url(#paint1_linear_1943_451)"/>
|
||||
<path d="M25 16C25 20.9706 20.9706 25 16 25C11.0294 25 7 20.9706 7 16C7 11.0294 11.0294 7 16 7C20.9706 7 25 11.0294 25 16Z" fill="url(#paint2_linear_1943_451)"/>
|
||||
<path d="M24 16C24 20.4183 20.4183 24 16 24C11.5817 24 8 20.4183 8 16C8 11.5817 11.5817 8 16 8C20.4183 8 24 11.5817 24 16Z" fill="url(#paint3_linear_1943_451)"/>
|
||||
<path d="M10 16C10 14.3431 11.3431 13 13 13H19C20.6569 13 22 14.3431 22 16C22 17.6569 20.6569 19 19 19H13C11.3431 19 10 17.6569 10 16Z" fill="#008490"/>
|
||||
<path d="M21 16C21 17.1046 20.1046 18 19 18C17.8954 18 17 17.1046 17 16C17 14.8954 17.8954 14 19 14C20.1046 14 21 14.8954 21 16Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1943_451" x1="4" y1="28" x2="28" y2="4" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#229FAD"/>
|
||||
<stop offset="1" stop-color="#49BAC8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1943_451" x1="5" y1="27" x2="27" y2="5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#69D6E4"/>
|
||||
<stop offset="1" stop-color="#90F1FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_1943_451" x1="7" y1="25" x2="25" y2="7" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF7DFF"/>
|
||||
<stop offset="1" stop-color="#7B92B9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_1943_451" x1="8" y1="24" x2="24" y2="8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CDF8FF"/>
|
||||
<stop offset="1" stop-color="#F5FEFF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
26
resources/icons/48x48/apps/com.system76.CosmicSettings.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5 8.5C5 6.567 6.567 5 8.5 5H39.5C41.433 5 43 6.567 43 8.5V39.5C43 41.433 41.433 43 39.5 43H8.5C6.567 43 5 41.433 5 39.5V8.5Z" fill="url(#paint0_linear_1943_452)"/>
|
||||
<path d="M41 24C41 33.3888 33.3888 41 24 41C14.6112 41 7 33.3888 7 24C7 14.6112 14.6112 7 24 7C33.3888 7 41 14.6112 41 24Z" fill="url(#paint1_linear_1943_452)"/>
|
||||
<path d="M38 24C38 31.732 31.732 38 24 38C16.268 38 10 31.732 10 24C10 16.268 16.268 10 24 10C31.732 10 38 16.268 38 24Z" fill="url(#paint2_linear_1943_452)"/>
|
||||
<path d="M36 24C36 30.6274 30.6274 36 24 36C17.3726 36 12 30.6274 12 24C12 17.3726 17.3726 12 24 12C30.6274 12 36 17.3726 36 24Z" fill="url(#paint3_linear_1943_452)"/>
|
||||
<path d="M15 24C15 21.2386 17.0147 19 19.5 19H28.5C30.9853 19 33 21.2386 33 24C33 26.7614 30.9853 29 28.5 29H19.5C17.0147 29 15 26.7614 15 24Z" fill="#008490"/>
|
||||
<path d="M32 24C32 26.2091 30.2091 28 28 28C25.7909 28 24 26.2091 24 24C24 21.7909 25.7909 20 28 20C30.2091 20 32 21.7909 32 24Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1943_452" x1="5" y1="43" x2="43" y2="5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#229FAD"/>
|
||||
<stop offset="1" stop-color="#49BAC8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1943_452" x1="7" y1="41" x2="41" y2="7" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#69D6E4"/>
|
||||
<stop offset="1" stop-color="#90F1FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_1943_452" x1="10" y1="38" x2="38" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF7DFF"/>
|
||||
<stop offset="1" stop-color="#7B92B9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_1943_452" x1="12" y1="36" x2="36" y2="12" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CDF8FF"/>
|
||||
<stop offset="1" stop-color="#F5FEFF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
26
resources/icons/64x64/apps/com.system76.CosmicSettings.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6 10C6 7.79086 7.79086 6 10 6H54C56.2091 6 58 7.79086 58 10V54C58 56.2091 56.2091 58 54 58H10C7.79086 58 6 56.2091 6 54V10Z" fill="url(#paint0_linear_1943_453)"/>
|
||||
<path d="M54 32C54 44.1503 44.1503 54 32 54C19.8497 54 10 44.1503 10 32C10 19.8497 19.8497 10 32 10C44.1503 10 54 19.8497 54 32Z" fill="url(#paint1_linear_1943_453)"/>
|
||||
<path d="M50 32C50 41.9411 41.9411 50 32 50C22.0589 50 14 41.9411 14 32C14 22.0589 22.0589 14 32 14C41.9411 14 50 22.0589 50 32Z" fill="url(#paint2_linear_1943_453)"/>
|
||||
<path d="M48 32C48 40.8366 40.8366 48 32 48C23.1634 48 16 40.8366 16 32C16 23.1634 23.1634 16 32 16C40.8366 16 48 23.1634 48 32Z" fill="url(#paint3_linear_1943_453)"/>
|
||||
<path d="M20 32C20 28.6863 22.6863 26 26 26H38C41.3137 26 44 28.6863 44 32C44 35.3137 41.3137 38 38 38H26C22.6863 38 20 35.3137 20 32Z" fill="#008490"/>
|
||||
<path d="M43 32C43 34.7614 40.7614 37 38 37C35.2386 37 33 34.7614 33 32C33 29.2386 35.2386 27 38 27C40.7614 27 43 29.2386 43 32Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1943_453" x1="6" y1="58" x2="58" y2="6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#229FAD"/>
|
||||
<stop offset="1" stop-color="#49BAC8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1943_453" x1="10" y1="54" x2="54" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#69D6E4"/>
|
||||
<stop offset="1" stop-color="#90F1FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_1943_453" x1="14" y1="50" x2="50" y2="14" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF7DFF"/>
|
||||
<stop offset="1" stop-color="#7B92B9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_1943_453" x1="16" y1="48" x2="48" y2="16" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CDF8FF"/>
|
||||
<stop offset="1" stop-color="#F5FEFF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |