Update 2025-08-27
@ -13,7 +13,7 @@ LICENSE = ""
|
|||||||
default_target_type = "symbolic"
|
default_target_type = "symbolic"
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
depends = [ "default", "zsh", "spotify", "terminal", "local", "misc", "dev" ]
|
depends = [ "default", "zsh", "spotify", "terminal", "local", "misc", "dev", "apps", "gtk" ]
|
||||||
|
|
||||||
[x11]
|
[x11]
|
||||||
depends = [ "base", "awesome", "picom", "dunst", "rofi" ]
|
depends = [ "base", "awesome", "picom", "dunst", "rofi" ]
|
||||||
@ -176,3 +176,11 @@ depends = [ "zsh", "tmux", "fish" ]
|
|||||||
|
|
||||||
[dev.files]
|
[dev.files]
|
||||||
"config/sqruff/" = "~/.config/sqruff/"
|
"config/sqruff/" = "~/.config/sqruff/"
|
||||||
|
"config/asm-lsp/" = "~/.config/asm-lsp/"
|
||||||
|
|
||||||
|
[apps.files]
|
||||||
|
"config/Vencord/" = "~/.config/Vencord/"
|
||||||
|
|
||||||
|
[gtk.files]
|
||||||
|
"config/gtk-3.0/" = "~/.config/gtk-3.0/"
|
||||||
|
"config/gtk-4.0/" = "~/.config/gtk-4.0/"
|
||||||
|
|||||||
27
config/Vencord/settings/quickCss.css
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css);
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--columns: 1;
|
||||||
|
/* default: 3 (amount of servercolumns) */
|
||||||
|
|
||||||
|
--guildsize: 40;
|
||||||
|
/* default: 50 (serversize in pixel) */
|
||||||
|
|
||||||
|
--guildgap: 3;
|
||||||
|
/* default: 3 (top/bottom gap between servers in pixel) */
|
||||||
|
|
||||||
|
--aligndms: 2;
|
||||||
|
/* default: 0 (should DMs be aligned in columns: 0 = no, 1 = yes) */
|
||||||
|
}
|
||||||
|
|
||||||
|
@import url("https://mr-miner1.github.io/Better-Badges/src/badges.css");
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--badge-size: 22px;
|
||||||
|
/*discord default = 18px, theme default = 22px;*/
|
||||||
|
--badge-margin: 1.5px;
|
||||||
|
/*discord default = 2px, theme default = 1.5px*/
|
||||||
|
--badges-everywhere-size: 15px;
|
||||||
|
/*default = 15px*/
|
||||||
|
--windows-hover: 0;
|
||||||
|
}
|
||||||
871
config/Vencord/settings/settings.json
Normal file
@ -0,0 +1,871 @@
|
|||||||
|
{
|
||||||
|
"notifyAboutUpdates": true,
|
||||||
|
"autoUpdate": true,
|
||||||
|
"autoUpdateNotification": true,
|
||||||
|
"useQuickCss": true,
|
||||||
|
"themeLinks": [
|
||||||
|
"@dark https://raw.githubusercontent.com/rose-pine/discord/refs/heads/main/dist/rose-pine.css",
|
||||||
|
"@light https://raw.githubusercontent.com/rose-pine/discord/refs/heads/main/dist/rose-pine-moon.css"
|
||||||
|
],
|
||||||
|
"enableReactDevtools": true,
|
||||||
|
"frameless": true,
|
||||||
|
"transparent": true,
|
||||||
|
"winCtrlQ": false,
|
||||||
|
"winNativeTitleBar": false,
|
||||||
|
"plugins": {
|
||||||
|
"MessageEventsAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"CommandsAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"MenuItemDeobfuscatorAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ContextMenuAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"MessagePopoverAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"MessageAccessoriesAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"MessageDecorationsAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"MemberListDecoratorsAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ServerListAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"AlwaysTrust": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"AnonymiseFileNames": {
|
||||||
|
"enabled": false,
|
||||||
|
"method": 0,
|
||||||
|
"randomisedLength": 7,
|
||||||
|
"consistent": "image",
|
||||||
|
"anonymiseByDefault": true
|
||||||
|
},
|
||||||
|
"BANger": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"BetterGifAltText": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"BetterNotesBox": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"BetterRoleDot": {
|
||||||
|
"enabled": false,
|
||||||
|
"bothStyles": false
|
||||||
|
},
|
||||||
|
"BetterUploadButton": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"BlurNSFW": {
|
||||||
|
"enabled": true,
|
||||||
|
"blurAmount": 10
|
||||||
|
},
|
||||||
|
"CallTimer": {
|
||||||
|
"enabled": true,
|
||||||
|
"format": "stopwatch"
|
||||||
|
},
|
||||||
|
"ColorSighted": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"CrashHandler": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"Experiments": {
|
||||||
|
"enabled": true,
|
||||||
|
"enableIsStaff": false,
|
||||||
|
"forceStagingBanner": false,
|
||||||
|
"toolbarDevMenu": false
|
||||||
|
},
|
||||||
|
"FakeNitro": {
|
||||||
|
"enabled": true,
|
||||||
|
"enableEmojiBypass": true,
|
||||||
|
"enableStickerBypass": true,
|
||||||
|
"enableStreamQualityBypass": true,
|
||||||
|
"transformStickers": true,
|
||||||
|
"transformEmojis": true,
|
||||||
|
"transformCompoundSentence": false,
|
||||||
|
"emojiSize": 64,
|
||||||
|
"stickerSize": 256,
|
||||||
|
"useHyperLinks": true,
|
||||||
|
"hyperLinkText": "{{NAME}}",
|
||||||
|
"disableEmbedPermissionCheck": false
|
||||||
|
},
|
||||||
|
"FixInbox": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"ForceOwnerCrown": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"iLoveSpam": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"IgnoreActivities": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"InvisibleChat": {
|
||||||
|
"enabled": true,
|
||||||
|
"savedPasswords": "password, Password"
|
||||||
|
},
|
||||||
|
"LoadingQuotes": {
|
||||||
|
"enabled": true,
|
||||||
|
"replaceEvents": true,
|
||||||
|
"enableDiscordPresetQuotes": false,
|
||||||
|
"additionalQuotes": "",
|
||||||
|
"additionalQuotesDelimiter": "|",
|
||||||
|
"enablePluginPresetQuotes": true
|
||||||
|
},
|
||||||
|
"MemberCount": {
|
||||||
|
"enabled": true,
|
||||||
|
"memberList": true,
|
||||||
|
"toolTip": true
|
||||||
|
},
|
||||||
|
"MessageLinkEmbeds": {
|
||||||
|
"enabled": true,
|
||||||
|
"listMode": "blacklist",
|
||||||
|
"idList": "",
|
||||||
|
"automodEmbeds": "never"
|
||||||
|
},
|
||||||
|
"MessageLogger": {
|
||||||
|
"enabled": true,
|
||||||
|
"deleteStyle": "text",
|
||||||
|
"ignoreBots": false,
|
||||||
|
"ignoreSelf": false,
|
||||||
|
"ignoreUsers": "",
|
||||||
|
"ignoreChannels": "",
|
||||||
|
"ignoreGuilds": "",
|
||||||
|
"logEdits": true,
|
||||||
|
"logDeletes": true,
|
||||||
|
"collapseDeleted": false,
|
||||||
|
"inlineEdits": true
|
||||||
|
},
|
||||||
|
"NoBlockedMessages": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"NoDevtoolsWarning": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"NoF1": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"NoRPC": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"NoReplyMention": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"NoScreensharePreview": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"NoSystemBadge": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"NoUnblockToJump": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"NSFWGateBypass": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"PlainFolderIcon": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"PlatformIndicators": {
|
||||||
|
"enabled": true,
|
||||||
|
"colorMobileIndicator": true,
|
||||||
|
"list": true,
|
||||||
|
"badges": true,
|
||||||
|
"messages": true
|
||||||
|
},
|
||||||
|
"RevealAllSpoilers": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ReverseImageSearch": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"richerCider": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"RoleColorEverywhere": {
|
||||||
|
"enabled": true,
|
||||||
|
"chatMentions": true,
|
||||||
|
"memberList": true,
|
||||||
|
"voiceUsers": true,
|
||||||
|
"reactorsList": true,
|
||||||
|
"colorChatMessages": false,
|
||||||
|
"pollResults": true
|
||||||
|
},
|
||||||
|
"ShikiCodeblocks": {
|
||||||
|
"enabled": true,
|
||||||
|
"theme": "https://raw.githubusercontent.com/shikijs/textmate-grammars-themes/2d87559c7601a928b9f7e0f0dda243d2fb6d4499/packages/tm-themes/themes/rose-pine.json",
|
||||||
|
"tryHljs": "SECONDARY",
|
||||||
|
"useDevIcon": "COLOR",
|
||||||
|
"bgOpacity": 100
|
||||||
|
},
|
||||||
|
"ShowHiddenChannels": {
|
||||||
|
"enabled": true,
|
||||||
|
"showMode": 0,
|
||||||
|
"hideUnreads": true,
|
||||||
|
"defaultAllowedUsersAndRolesDropdownState": true
|
||||||
|
},
|
||||||
|
"SilentMessageToggle": {
|
||||||
|
"enabled": true,
|
||||||
|
"persistState": false
|
||||||
|
},
|
||||||
|
"SilentTyping": {
|
||||||
|
"enabled": true,
|
||||||
|
"showIcon": false,
|
||||||
|
"isEnabled": true,
|
||||||
|
"contextMenu": true
|
||||||
|
},
|
||||||
|
"SortFriendRequests": {
|
||||||
|
"enabled": true,
|
||||||
|
"showDates": false
|
||||||
|
},
|
||||||
|
"SpotifyControls": {
|
||||||
|
"enabled": true,
|
||||||
|
"hoverControls": false
|
||||||
|
},
|
||||||
|
"SpotifyCrack": {
|
||||||
|
"enabled": true,
|
||||||
|
"noSpotifyAutoPause": true,
|
||||||
|
"keepSpotifyActivityOnIdle": false
|
||||||
|
},
|
||||||
|
"StartupTimings": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"TimeBarAllActivities": {
|
||||||
|
"enabled": true,
|
||||||
|
"hideActivityDetailText": true,
|
||||||
|
"hideActivityTimerBadges": true
|
||||||
|
},
|
||||||
|
"TypingIndicator": {
|
||||||
|
"enabled": true,
|
||||||
|
"includeMutedChannels": false,
|
||||||
|
"includeBlockedUsers": false,
|
||||||
|
"includeCurrentChannel": true,
|
||||||
|
"indicatorMode": 3
|
||||||
|
},
|
||||||
|
"TypingTweaks": {
|
||||||
|
"enabled": true,
|
||||||
|
"alternativeFormatting": true,
|
||||||
|
"showRoleColors": true,
|
||||||
|
"showAvatars": true
|
||||||
|
},
|
||||||
|
"Unindent": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ReactErrorDecoder": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"VoiceChatDoubleClick": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ViewIcons": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"VolumeBooster": {
|
||||||
|
"enabled": true,
|
||||||
|
"multiplier": 5
|
||||||
|
},
|
||||||
|
"Webhook Tags": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"WhoReacted": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"Settings": {
|
||||||
|
"enabled": true,
|
||||||
|
"settingsLocation": "aboveActivity"
|
||||||
|
},
|
||||||
|
"ClearURLs": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ConsoleShortcuts": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"CorruptMp4s": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"CustomRPC": {
|
||||||
|
"enabled": true,
|
||||||
|
"type": 0
|
||||||
|
},
|
||||||
|
"UrbanDictionary": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"F8Break": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"Fart2": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"FriendInvites": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"FxTwitter": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"KeepCurrentChannel": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"LastFMRichPresence": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"MessageClickActions": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"MessageTags": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"MoreCommands": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"MoreKaomoji": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"Moyai": {
|
||||||
|
"enabled": false,
|
||||||
|
"volume": 0.5,
|
||||||
|
"triggerWhenUnfocused": true,
|
||||||
|
"ignoreBots": true,
|
||||||
|
"quality": "Normal",
|
||||||
|
"ignoreBlocked": true
|
||||||
|
},
|
||||||
|
"NoCanaryMessageLinks": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"oneko": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"petpet": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"QuickMention": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"QuickReply": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ReadAllNotificationsButton": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ServerListIndicators": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"SpotifyShareCommands": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"UwUifier": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"VcNarrator": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"ViewRaw": {
|
||||||
|
"enabled": true,
|
||||||
|
"clickMethod": "Left"
|
||||||
|
},
|
||||||
|
"BadgeAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"NoticesAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"NoTrack": {
|
||||||
|
"enabled": true,
|
||||||
|
"disableAnalytics": true
|
||||||
|
},
|
||||||
|
"SupportHelper": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"AlwaysAnimate": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"SettingsStoreAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"BetterFolders": {
|
||||||
|
"enabled": true,
|
||||||
|
"sidebar": true,
|
||||||
|
"sidebarAnim": true,
|
||||||
|
"closeAllFolders": true,
|
||||||
|
"closeAllHomeButton": false,
|
||||||
|
"closeOthers": true,
|
||||||
|
"forceOpen": true,
|
||||||
|
"showFolderIcon": 1,
|
||||||
|
"keepIcons": false
|
||||||
|
},
|
||||||
|
"FakeProfileThemes": {
|
||||||
|
"enabled": true,
|
||||||
|
"nitroFirst": true
|
||||||
|
},
|
||||||
|
"GameActivityToggle": {
|
||||||
|
"enabled": true,
|
||||||
|
"oldIcon": false
|
||||||
|
},
|
||||||
|
"GifPaste": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ImageZoom": {
|
||||||
|
"enabled": true,
|
||||||
|
"saveZoomValues": true,
|
||||||
|
"preventCarouselFromClosingOnClick": true,
|
||||||
|
"invertScroll": true,
|
||||||
|
"zoom": 2.2,
|
||||||
|
"size": 300,
|
||||||
|
"zoomSpeed": 0.5,
|
||||||
|
"nearestNeighbour": false,
|
||||||
|
"square": false
|
||||||
|
},
|
||||||
|
"MoreUserTags": {
|
||||||
|
"enabled": true,
|
||||||
|
"tagSettings": {
|
||||||
|
"WEBHOOK": {
|
||||||
|
"text": "Webhook",
|
||||||
|
"showInChat": true,
|
||||||
|
"showInNotChat": true
|
||||||
|
},
|
||||||
|
"OWNER": {
|
||||||
|
"text": "Owner",
|
||||||
|
"showInChat": true,
|
||||||
|
"showInNotChat": true
|
||||||
|
},
|
||||||
|
"ADMINISTRATOR": {
|
||||||
|
"text": "Admin",
|
||||||
|
"showInChat": true,
|
||||||
|
"showInNotChat": true
|
||||||
|
},
|
||||||
|
"MODERATOR_STAFF": {
|
||||||
|
"text": "Staff",
|
||||||
|
"showInChat": true,
|
||||||
|
"showInNotChat": true
|
||||||
|
},
|
||||||
|
"MODERATOR": {
|
||||||
|
"text": "Mod",
|
||||||
|
"showInChat": true,
|
||||||
|
"showInNotChat": true
|
||||||
|
},
|
||||||
|
"VOICE_MODERATOR": {
|
||||||
|
"text": "VC Mod",
|
||||||
|
"showInChat": true,
|
||||||
|
"showInNotChat": true
|
||||||
|
},
|
||||||
|
"CHAT_MODERATOR": {
|
||||||
|
"text": "Chat Mod",
|
||||||
|
"showInChat": true,
|
||||||
|
"showInNotChat": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PinDMs": {
|
||||||
|
"enabled": true,
|
||||||
|
"pinOrder": 0,
|
||||||
|
"dmSectionCollapsed": false,
|
||||||
|
"canCollapseDmSection": false,
|
||||||
|
"userBasedCategoryList": {
|
||||||
|
"326694746494074880": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"RelationshipNotifier": {
|
||||||
|
"enabled": true,
|
||||||
|
"offlineRemovals": true,
|
||||||
|
"groups": true,
|
||||||
|
"servers": true,
|
||||||
|
"friends": true,
|
||||||
|
"friendRequestCancels": true,
|
||||||
|
"notices": false
|
||||||
|
},
|
||||||
|
"ReviewDB": {
|
||||||
|
"enabled": true,
|
||||||
|
"notifyReviews": true,
|
||||||
|
"showWarning": true,
|
||||||
|
"hideBlockedUsers": true,
|
||||||
|
"reviewsDropdownState": true,
|
||||||
|
"hideTimestamps": false
|
||||||
|
},
|
||||||
|
"SendTimestamps": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"ShowMeYourName": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"UserVoiceShow": {
|
||||||
|
"enabled": true,
|
||||||
|
"showVoiceChannelSectionHeader": true,
|
||||||
|
"showInUserProfileModal": true,
|
||||||
|
"showInMemberList": true,
|
||||||
|
"showInMessages": true
|
||||||
|
},
|
||||||
|
"GreetStickerPicker": {
|
||||||
|
"enabled": true,
|
||||||
|
"greetMode": "Greet"
|
||||||
|
},
|
||||||
|
"Wikisearch": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"USRBG": {
|
||||||
|
"enabled": true,
|
||||||
|
"nitroFirst": false,
|
||||||
|
"voiceBackground": true
|
||||||
|
},
|
||||||
|
"PermissionsViewer": {
|
||||||
|
"enabled": true,
|
||||||
|
"permissionsSortOrder": 0,
|
||||||
|
"defaultPermissionsDropdownState": false
|
||||||
|
},
|
||||||
|
"ShowAllMessageButtons": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ShowConnections": {
|
||||||
|
"enabled": true,
|
||||||
|
"iconSpacing": 1,
|
||||||
|
"iconSize": 32
|
||||||
|
},
|
||||||
|
"TextReplace": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"Translate": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"ValidUser": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"VencordToolbox": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"FavoriteEmojiFirst": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"NoPendingCount": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"NoProfileThemes": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"UnsuppressEmbeds": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"MutualGroupDMs": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"BiggerStreamPreview": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"OpenInApp": {
|
||||||
|
"enabled": false,
|
||||||
|
"spotify": true,
|
||||||
|
"steam": true,
|
||||||
|
"epic": true,
|
||||||
|
"tidal": true,
|
||||||
|
"itunes": true
|
||||||
|
},
|
||||||
|
"FavoriteGifSearch": {
|
||||||
|
"enabled": true,
|
||||||
|
"searchOption": "hostandpath"
|
||||||
|
},
|
||||||
|
"VoiceMessages": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"CopyUserURLs": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"FixSpotifyEmbeds": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"NormalizeMessageLinks": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"PreviewMessage": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"SecretRingToneEnabler": {
|
||||||
|
"enabled": true,
|
||||||
|
"onlySnow": false
|
||||||
|
},
|
||||||
|
"Dearrow": {
|
||||||
|
"enabled": true,
|
||||||
|
"hideButton": false,
|
||||||
|
"replaceElements": 0,
|
||||||
|
"dearrowByDefault": true
|
||||||
|
},
|
||||||
|
"PictureInPicture": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ThemeAttributes": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"OnePingPerDM": {
|
||||||
|
"enabled": false,
|
||||||
|
"channelToAffect": "both_dms",
|
||||||
|
"allowMentions": false,
|
||||||
|
"allowEveryone": false
|
||||||
|
},
|
||||||
|
"PermissionFreeWill": {
|
||||||
|
"enabled": true,
|
||||||
|
"lockout": true,
|
||||||
|
"onboarding": true
|
||||||
|
},
|
||||||
|
"NoMosaic": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"NoTypingAnimation": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"ClientTheme": {
|
||||||
|
"enabled": false,
|
||||||
|
"color": "313338"
|
||||||
|
},
|
||||||
|
"FixImagesQuality": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"SuperReactionTweaks": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"Decor": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"NotificationVolume": {
|
||||||
|
"enabled": true,
|
||||||
|
"notificationVolume": 100
|
||||||
|
},
|
||||||
|
"XSOverlay": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"BetterGifPicker": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"FixCodeblockGap": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"FixYoutubeEmbeds": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ChatInputButtonAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"DisableCallIdle": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"NewGuildSettings": {
|
||||||
|
"enabled": true,
|
||||||
|
"guild": true,
|
||||||
|
"everyone": true,
|
||||||
|
"role": true,
|
||||||
|
"events": true,
|
||||||
|
"highlights": true,
|
||||||
|
"messages": 3,
|
||||||
|
"showAllChannels": true
|
||||||
|
},
|
||||||
|
"BetterRoleContext": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ResurrectHome": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"BetterSettings": {
|
||||||
|
"enabled": true,
|
||||||
|
"disableFade": true,
|
||||||
|
"eagerLoad": true
|
||||||
|
},
|
||||||
|
"FriendsSince": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"OverrideForumDefaults": {
|
||||||
|
"enabled": true,
|
||||||
|
"defaultLayout": 1,
|
||||||
|
"defaultSortOrder": 0
|
||||||
|
},
|
||||||
|
"ShowHiddenThings": {
|
||||||
|
"enabled": true,
|
||||||
|
"showTimeouts": true,
|
||||||
|
"showInvitesPaused": true,
|
||||||
|
"showModView": true,
|
||||||
|
"disableDiscoveryFilters": true,
|
||||||
|
"disableDisallowedDiscoveryFilters": true
|
||||||
|
},
|
||||||
|
"BetterSessions": {
|
||||||
|
"enabled": true,
|
||||||
|
"backgroundCheck": false
|
||||||
|
},
|
||||||
|
"ImplicitRelationships": {
|
||||||
|
"enabled": true,
|
||||||
|
"sortByAffinity": true
|
||||||
|
},
|
||||||
|
"StreamerModeOnStream": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"UnlockedAvatarZoom": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"CtrlEnterSend": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"ImageLink": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"MessageLatency": {
|
||||||
|
"enabled": true,
|
||||||
|
"latency": 2,
|
||||||
|
"detectDiscordKotlin": true,
|
||||||
|
"showMillis": false
|
||||||
|
},
|
||||||
|
"NoServerEmojis": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"PauseInvitesForever": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ReplyTimestamp": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ShowTimeoutDuration": {
|
||||||
|
"enabled": true,
|
||||||
|
"displayStyle": "ssalggnikool"
|
||||||
|
},
|
||||||
|
"ValidReply": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"VoiceDownload": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"PartyMode": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"AutomodContext": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"CustomIdle": {
|
||||||
|
"enabled": false,
|
||||||
|
"idleTimeout": 10,
|
||||||
|
"remainInIdle": true
|
||||||
|
},
|
||||||
|
"NoDefaultHangStatus": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ReplaceGoogleSearch": {
|
||||||
|
"enabled": true,
|
||||||
|
"customEngineURL": "https://www.startpage.com/sp/search?query=",
|
||||||
|
"customEngineName": "StartPage"
|
||||||
|
},
|
||||||
|
"MessageUpdaterAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"DontRoundMyTimestamps": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"MaskedLinkPaste": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"Summaries": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"ServerInfo": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"AppleMusicRichPresence": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"CopyEmojiMarkdown": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"NoOnboardingDelay": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"UserSettingsAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ConsoleJanitor": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"MentionAvatars": {
|
||||||
|
"enabled": true,
|
||||||
|
"showAtSymbol": true
|
||||||
|
},
|
||||||
|
"YoutubeAdblock": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"AlwaysExpandRoles": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"CopyFileContents": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"NoMaskedUrlPaste": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"StickerPaste": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"AccountPanelServerProfile": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"FullSearchContext": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"UserMessagesPronouns": {
|
||||||
|
"enabled": true,
|
||||||
|
"pronounSource": 0,
|
||||||
|
"showInProfile": true,
|
||||||
|
"showSelf": true,
|
||||||
|
"showInMessages": true,
|
||||||
|
"pronounsFormat": "LOWERCASE"
|
||||||
|
},
|
||||||
|
"DynamicImageModalAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"WebRichPresence (arRPC)": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"FullUserInChatbox": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"IrcColors": {
|
||||||
|
"enabled": true,
|
||||||
|
"memberListColors": true,
|
||||||
|
"lightness": 70,
|
||||||
|
"applyColorOnlyInDms": false,
|
||||||
|
"applyColorOnlyToUsersWithoutColor": false
|
||||||
|
},
|
||||||
|
"WebKeybinds": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"WebScreenShareFixes": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"WebContextMenus": {
|
||||||
|
"enabled": true,
|
||||||
|
"addBack": true
|
||||||
|
},
|
||||||
|
"HideMedia": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"ExpressionCloner": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"timeout": 5000,
|
||||||
|
"position": "top-right",
|
||||||
|
"useNative": "never",
|
||||||
|
"logLimit": 50
|
||||||
|
},
|
||||||
|
"macosTranslucency": false,
|
||||||
|
"disableMinSize": false,
|
||||||
|
"cloud": {
|
||||||
|
"authenticated": true,
|
||||||
|
"url": "https://api.vencord.dev/",
|
||||||
|
"settingsSync": true,
|
||||||
|
"settingsSyncVersion": 1754940454935
|
||||||
|
},
|
||||||
|
"enabledThemes": [],
|
||||||
|
"eagerPatches": false
|
||||||
|
}
|
||||||
28
config/asm-lsp/.asm-lsp.toml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
[default_config]
|
||||||
|
version = "0.10.0"
|
||||||
|
assembler = "gas"
|
||||||
|
instruction_set = "riscv"
|
||||||
|
|
||||||
|
[default_config.opts]
|
||||||
|
compiler = "zig"
|
||||||
|
compile_flags_txt = [
|
||||||
|
"cc",
|
||||||
|
"-x",
|
||||||
|
"assembler-with-cpp",
|
||||||
|
"-g",
|
||||||
|
"-Wall",
|
||||||
|
"-Wextra",
|
||||||
|
"-pedantic",
|
||||||
|
"-pedantic-errors",
|
||||||
|
"-std=c2y",
|
||||||
|
"-target",
|
||||||
|
"aarch64-linux-musl",
|
||||||
|
]
|
||||||
|
diagnostics = true
|
||||||
|
default_diagnostics = false
|
||||||
|
|
||||||
|
[project.opts]
|
||||||
|
compiler = "zig"
|
||||||
|
compile_flags_txt = [ ]
|
||||||
|
diagnostics = true
|
||||||
|
default_diagnostics = false
|
||||||
@ -53,11 +53,11 @@ graph_symbol_proc = "default"
|
|||||||
shown_boxes = "net proc cpu mem"
|
shown_boxes = "net proc cpu mem"
|
||||||
|
|
||||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||||
update_ms = 500
|
update_ms = 1000
|
||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
proc_sorting = "memory"
|
proc_sorting = "cpu direct"
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = False
|
proc_reversed = False
|
||||||
@ -151,7 +151,7 @@ custom_cpu_name = ""
|
|||||||
|
|
||||||
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
|
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
|
||||||
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
|
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
|
||||||
disks_filter = "exclude=/boot"
|
disks_filter = "exclude=/boot /var/cache/pacman/pkg /var/log /home"
|
||||||
|
|
||||||
#* Show graphs instead of meters for memory values.
|
#* Show graphs instead of meters for memory values.
|
||||||
mem_graphs = True
|
mem_graphs = True
|
||||||
@ -175,7 +175,7 @@ show_disks = True
|
|||||||
only_physical = True
|
only_physical = True
|
||||||
|
|
||||||
#* Read disks list from /etc/fstab. This also disables only_physical.
|
#* Read disks list from /etc/fstab. This also disables only_physical.
|
||||||
use_fstab = False
|
use_fstab = True
|
||||||
|
|
||||||
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
|
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
|
||||||
zfs_hide_datasets = False
|
zfs_hide_datasets = False
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
[General]
|
[General]
|
||||||
|
autoCloseIdleDaemon=true
|
||||||
contrastOpacity=188
|
contrastOpacity=188
|
||||||
drawColor=#ff0000
|
drawColor=#ff0000
|
||||||
drawThickness=3
|
drawThickness=3
|
||||||
@ -10,3 +11,4 @@ showMagnifier=true
|
|||||||
squareMagnifier=true
|
squareMagnifier=true
|
||||||
uiColor=#ffffff
|
uiColor=#ffffff
|
||||||
uploadHistoryMax=25
|
uploadHistoryMax=25
|
||||||
|
useJpgForClipboard=true
|
||||||
|
|||||||
@ -53,8 +53,6 @@
|
|||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
autoupdate = true
|
autoupdate = true
|
||||||
[core]
|
|
||||||
excludesfile = ~/.gitignore
|
|
||||||
[rebase]
|
[rebase]
|
||||||
autoSquash = true
|
autoSquash = true
|
||||||
autoStash = true
|
autoStash = true
|
||||||
@ -68,7 +66,7 @@
|
|||||||
# untrackedCache = true
|
# untrackedCache = true
|
||||||
[merge]
|
[merge]
|
||||||
# (just 'diff3' if git version < 2.3)
|
# (just 'diff3' if git version < 2.3)
|
||||||
# conflictstyle = zdiff3
|
conflictstyle = zdiff3
|
||||||
[pull]
|
[pull]
|
||||||
# rebase = true
|
# rebase = true
|
||||||
[log]
|
[log]
|
||||||
@ -110,3 +108,6 @@
|
|||||||
|
|
||||||
[include] # TODO: include only for my repos
|
[include] # TODO: include only for my repos
|
||||||
path = ~/.config/git/key
|
path = ~/.config/git/key
|
||||||
|
[maintenance]
|
||||||
|
repo = /home/kristofers/Nextcloud/repos/SoloVim
|
||||||
|
repo = /home/kristofers/Nextcloud/repos/maze-ascension
|
||||||
|
|||||||
1
config/gtk-3.0/gtk-dark.css
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk-dark.css
|
||||||
1
config/gtk-3.0/gtk.css
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk.css
|
||||||
20
config/gtk-3.0/settings.ini
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=true
|
||||||
|
gtk-button-images=1
|
||||||
|
gtk-cursor-theme-name=Adwaita
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
|
gtk-enable-animations=true
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=1
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-primary-button-warps-slider=false
|
||||||
|
gtk-theme-name=rose-pine-gtk
|
||||||
|
gtk-icon-theme-name=rose-pine-icons
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-dpi=98304
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle=hintfull
|
||||||
1
config/gtk-4.0/gtk.css
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../local/share/themes/gtk4/gtk4/rose-pine.css
|
||||||
12
config/gtk-4.0/settings.ini
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=true
|
||||||
|
gtk-cursor-theme-name=Premium
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
|
gtk-enable-animations=true
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
|
gtk-icon-theme-name=rose-pine-icons
|
||||||
|
# gtk-modules=colorreload-gtk-module
|
||||||
|
gtk-primary-button-warps-slider=false
|
||||||
|
gtk-xft-dpi=98304
|
||||||
|
gtk-theme-name=rose-pine-gtk
|
||||||
@ -380,7 +380,7 @@ bind = , PRINT, exec, hyprshot -m output
|
|||||||
bind = SHIFT, PRINT, exec, hyprshot -m window
|
bind = SHIFT, PRINT, exec, hyprshot -m window
|
||||||
|
|
||||||
bind = $mainMod ALT, P, exec, hyprpicker -a # colorpicker
|
bind = $mainMod ALT, P, exec, hyprpicker -a # colorpicker
|
||||||
bind = SUPER, grave, hyprexpo:expo, toggle # can be: toggle, select, off/disable or on/enable
|
# bind = SUPER, grave, hyprexpo:expo, toggle # can be: toggle, select, off/disable or on/enable
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
autostart="picom nextcloud transmission-daemon discord syncthing mullvad-vpn spotify-launcher kotatogram-desktop easyeffects floorp"
|
autostart="picom nextcloud transmission-daemon discord syncthing mullvad-vpn spotify-launcher kotatogram-desktop floorp"
|
||||||
|
|
||||||
for program in $autostart; do
|
for program in $autostart; do
|
||||||
pidof -sx "$program" || "$program" &
|
pidof -sx "$program" || "$program" &
|
||||||
done
|
done
|
||||||
# >/dev/null 2>&1
|
# >/dev/null 2>&1
|
||||||
|
|
||||||
|
|||||||
@ -30,32 +30,32 @@ hash = "62251f94eb67648d42cdfcfb8be0fad2"
|
|||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:git"
|
use = "yazi-rs/plugins:git"
|
||||||
rev = "e95c7b3"
|
rev = "d7588f6"
|
||||||
hash = "63b6c222bf2103b3023389dde5e2ecfe"
|
hash = "63b6c222bf2103b3023389dde5e2ecfe"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:chmod"
|
use = "yazi-rs/plugins:chmod"
|
||||||
rev = "e95c7b3"
|
rev = "d7588f6"
|
||||||
hash = "1adc12c2b2b025411ab61eb8f0879574"
|
hash = "1adc12c2b2b025411ab61eb8f0879574"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:full-border"
|
use = "yazi-rs/plugins:full-border"
|
||||||
rev = "e95c7b3"
|
rev = "d7588f6"
|
||||||
hash = "3996fc74044bc44144b323686f887e1"
|
hash = "3996fc74044bc44144b323686f887e1"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:mount"
|
use = "yazi-rs/plugins:mount"
|
||||||
rev = "e95c7b3"
|
rev = "d7588f6"
|
||||||
hash = "e1de3054c0d1a2d8dc6f007eadc0fa31"
|
hash = "e1de3054c0d1a2d8dc6f007eadc0fa31"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:smart-filter"
|
use = "yazi-rs/plugins:smart-filter"
|
||||||
rev = "e95c7b3"
|
rev = "d7588f6"
|
||||||
hash = "e56b7abf3c06e8ce496eadcca168c093"
|
hash = "e56b7abf3c06e8ce496eadcca168c093"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:diff"
|
use = "yazi-rs/plugins:diff"
|
||||||
rev = "e95c7b3"
|
rev = "d7588f6"
|
||||||
hash = "47865a70cade14a0b9b6bc6a54f16bdb"
|
hash = "47865a70cade14a0b9b6bc6a54f16bdb"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
|
|||||||
189
config/zsh/completions/_dua
Normal file
@ -0,0 +1,189 @@
|
|||||||
|
#compdef dua
|
||||||
|
|
||||||
|
autoload -U is-at-least
|
||||||
|
|
||||||
|
_dua() {
|
||||||
|
typeset -A opt_args
|
||||||
|
typeset -a _arguments_options
|
||||||
|
local ret=1
|
||||||
|
|
||||||
|
if is-at-least 5.2; then
|
||||||
|
_arguments_options=(-s -S -C)
|
||||||
|
else
|
||||||
|
_arguments_options=(-s -C)
|
||||||
|
fi
|
||||||
|
|
||||||
|
local context curcontext="$curcontext" state line
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
'-t+[The amount of threads to use. Defaults to 0, indicating the amount of logical processors. Set to 1 to use only a single thread]:THREADS:_default' \
|
||||||
|
'--threads=[The amount of threads to use. Defaults to 0, indicating the amount of logical processors. Set to 1 to use only a single thread]:THREADS:_default' \
|
||||||
|
'-f+[The format with which to print byte counts]:FORMAT:(metric binary bytes gb gib mb mib)' \
|
||||||
|
'--format=[The format with which to print byte counts]:FORMAT:(metric binary bytes gb gib mb mib)' \
|
||||||
|
'*-i+[One or more absolute directories to ignore. Note that these are not ignored if they are passed as input path]:IGNORE_DIRS:_files' \
|
||||||
|
'*--ignore-dirs=[One or more absolute directories to ignore. Note that these are not ignored if they are passed as input path]:IGNORE_DIRS:_files' \
|
||||||
|
'--log-file=[Write a log file with debug information, including panics]:LOG_FILE:_files' \
|
||||||
|
'-A[Display apparent size instead of disk usage]' \
|
||||||
|
'--apparent-size[Display apparent size instead of disk usage]' \
|
||||||
|
'-l[Count hard-linked files each time they are seen]' \
|
||||||
|
'--count-hard-links[Count hard-linked files each time they are seen]' \
|
||||||
|
'-x[If set, we will not cross filesystems or traverse mount points]' \
|
||||||
|
'--stay-on-filesystem[If set, we will not cross filesystems or traverse mount points]' \
|
||||||
|
'-h[Print help (see more with '\''--help'\'')]' \
|
||||||
|
'--help[Print help (see more with '\''--help'\'')]' \
|
||||||
|
'-V[Print version]' \
|
||||||
|
'--version[Print version]' \
|
||||||
|
'::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
|
||||||
|
":: :_dua_commands" \
|
||||||
|
"*::: :->dua" \
|
||||||
|
&& ret=0
|
||||||
|
case $state in
|
||||||
|
(dua)
|
||||||
|
words=($line[2] "${words[@]}")
|
||||||
|
(( CURRENT += 1 ))
|
||||||
|
curcontext="${curcontext%:*:*}:dua-command-$line[2]:"
|
||||||
|
case $line[2] in
|
||||||
|
(interactive)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
'-e[Do not check entries for presence when listing a directory to avoid slugging performance on slow filesystems]' \
|
||||||
|
'--no-entry-check[Do not check entries for presence when listing a directory to avoid slugging performance on slow filesystems]' \
|
||||||
|
'-h[Print help]' \
|
||||||
|
'--help[Print help]' \
|
||||||
|
'*::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
|
(i)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
'-e[Do not check entries for presence when listing a directory to avoid slugging performance on slow filesystems]' \
|
||||||
|
'--no-entry-check[Do not check entries for presence when listing a directory to avoid slugging performance on slow filesystems]' \
|
||||||
|
'-h[Print help]' \
|
||||||
|
'--help[Print help]' \
|
||||||
|
'*::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
|
(aggregate)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
'--stats[If set, print additional statistics about the file traversal to stderr]' \
|
||||||
|
'--no-sort[If set, paths will be printed in their order of occurrence on the command-line. Otherwise they are sorted by their size in bytes, ascending]' \
|
||||||
|
'--no-total[If set, no total column will be computed for multiple inputs]' \
|
||||||
|
'-h[Print help]' \
|
||||||
|
'--help[Print help]' \
|
||||||
|
'*::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
|
(a)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
'--stats[If set, print additional statistics about the file traversal to stderr]' \
|
||||||
|
'--no-sort[If set, paths will be printed in their order of occurrence on the command-line. Otherwise they are sorted by their size in bytes, ascending]' \
|
||||||
|
'--no-total[If set, no total column will be computed for multiple inputs]' \
|
||||||
|
'-h[Print help]' \
|
||||||
|
'--help[Print help]' \
|
||||||
|
'*::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
|
(completions)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
'-h[Print help]' \
|
||||||
|
'--help[Print help]' \
|
||||||
|
':shell -- The shell to generate a completions-script for:(bash elvish fish powershell zsh)' \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
|
(help)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
":: :_dua__help_commands" \
|
||||||
|
"*::: :->help" \
|
||||||
|
&& ret=0
|
||||||
|
|
||||||
|
case $state in
|
||||||
|
(help)
|
||||||
|
words=($line[1] "${words[@]}")
|
||||||
|
(( CURRENT += 1 ))
|
||||||
|
curcontext="${curcontext%:*:*}:dua-help-command-$line[1]:"
|
||||||
|
case $line[1] in
|
||||||
|
(interactive)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
|
(aggregate)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
|
(completions)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
|
(help)
|
||||||
|
_arguments "${_arguments_options[@]}" : \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
|
(( $+functions[_dua_commands] )) ||
|
||||||
|
_dua_commands() {
|
||||||
|
local commands; commands=(
|
||||||
|
'interactive:Launch the terminal user interface' \
|
||||||
|
'i:Launch the terminal user interface' \
|
||||||
|
'aggregate:Aggregate the consumed space of one or more directories or files' \
|
||||||
|
'a:Aggregate the consumed space of one or more directories or files' \
|
||||||
|
'completions:Generate shell completions' \
|
||||||
|
'help:Print this message or the help of the given subcommand(s)' \
|
||||||
|
)
|
||||||
|
_describe -t commands 'dua commands' commands "$@"
|
||||||
|
}
|
||||||
|
(( $+functions[_dua__aggregate_commands] )) ||
|
||||||
|
_dua__aggregate_commands() {
|
||||||
|
local commands; commands=()
|
||||||
|
_describe -t commands 'dua aggregate commands' commands "$@"
|
||||||
|
}
|
||||||
|
(( $+functions[_dua__completions_commands] )) ||
|
||||||
|
_dua__completions_commands() {
|
||||||
|
local commands; commands=()
|
||||||
|
_describe -t commands 'dua completions commands' commands "$@"
|
||||||
|
}
|
||||||
|
(( $+functions[_dua__help_commands] )) ||
|
||||||
|
_dua__help_commands() {
|
||||||
|
local commands; commands=(
|
||||||
|
'interactive:Launch the terminal user interface' \
|
||||||
|
'aggregate:Aggregate the consumed space of one or more directories or files' \
|
||||||
|
'completions:Generate shell completions' \
|
||||||
|
'help:Print this message or the help of the given subcommand(s)' \
|
||||||
|
)
|
||||||
|
_describe -t commands 'dua help commands' commands "$@"
|
||||||
|
}
|
||||||
|
(( $+functions[_dua__help__aggregate_commands] )) ||
|
||||||
|
_dua__help__aggregate_commands() {
|
||||||
|
local commands; commands=()
|
||||||
|
_describe -t commands 'dua help aggregate commands' commands "$@"
|
||||||
|
}
|
||||||
|
(( $+functions[_dua__help__completions_commands] )) ||
|
||||||
|
_dua__help__completions_commands() {
|
||||||
|
local commands; commands=()
|
||||||
|
_describe -t commands 'dua help completions commands' commands "$@"
|
||||||
|
}
|
||||||
|
(( $+functions[_dua__help__help_commands] )) ||
|
||||||
|
_dua__help__help_commands() {
|
||||||
|
local commands; commands=()
|
||||||
|
_describe -t commands 'dua help help commands' commands "$@"
|
||||||
|
}
|
||||||
|
(( $+functions[_dua__help__interactive_commands] )) ||
|
||||||
|
_dua__help__interactive_commands() {
|
||||||
|
local commands; commands=()
|
||||||
|
_describe -t commands 'dua help interactive commands' commands "$@"
|
||||||
|
}
|
||||||
|
(( $+functions[_dua__interactive_commands] )) ||
|
||||||
|
_dua__interactive_commands() {
|
||||||
|
local commands; commands=()
|
||||||
|
_describe -t commands 'dua interactive commands' commands "$@"
|
||||||
|
}
|
||||||
|
|
||||||
|
if [ "$funcstack[1]" = "_dua" ]; then
|
||||||
|
_dua "$@"
|
||||||
|
else
|
||||||
|
compdef _dua dua
|
||||||
|
fi
|
||||||
BIN
local/share/themes/gtk4/._gtk4
Executable file
BIN
local/share/themes/gtk4/gtk4/._rose-pine-dawn.css
Normal file
BIN
local/share/themes/gtk4/gtk4/._rose-pine-moon.css
Normal file
BIN
local/share/themes/gtk4/gtk4/._rose-pine.css
Normal file
43
local/share/themes/gtk4/gtk4/rose-pine-dawn.css
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
|
||||||
|
@define-color accent_bg_color #907aa9;
|
||||||
|
@define-color accent_fg_color #faf4ed;
|
||||||
|
@define-color accent_color #907aa9;
|
||||||
|
|
||||||
|
@define-color destructive_bg_color #b4637a;
|
||||||
|
@define-color destructive_fg_color #faf4ed;
|
||||||
|
@define-color destructive_color #b4637a;
|
||||||
|
|
||||||
|
@define-color success_bg_color #56949f;
|
||||||
|
@define-color success_fg_color #575279;
|
||||||
|
@define-color success_color #56949f;
|
||||||
|
|
||||||
|
@define-color warning_bg_color #ea9d34;
|
||||||
|
@define-color warning_fg_color #575279;
|
||||||
|
@define-color warning_color #ea9d34;
|
||||||
|
|
||||||
|
@define-color error_bg_color #b4637a;
|
||||||
|
@define-color error_fg_color #575279;
|
||||||
|
@define-color error_color #b4637a;
|
||||||
|
|
||||||
|
@define-color window_bg_color #faf4ed;
|
||||||
|
@define-color window_fg_color #575279;
|
||||||
|
|
||||||
|
@define-color view_bg_color #f2e9e1;
|
||||||
|
@define-color view_fg_color #575279;
|
||||||
|
|
||||||
|
@define-color headerbar_bg_color #faf4ed;
|
||||||
|
@define-color headerbar_fg_color #575279;
|
||||||
|
@define-color headerbar_backdrop_color @window_bg_color;
|
||||||
|
@define-color headerbar_shade_color #faf4ed;
|
||||||
|
|
||||||
|
|
||||||
|
@define-color card_bg_color #fffaf3;
|
||||||
|
@define-color card_fg_color #575279;
|
||||||
|
@define-color card_shade_color #fffaf3;
|
||||||
|
|
||||||
|
@define-color popover_bg_color #f2e9e1;
|
||||||
|
@define-color popover_fg_color #575279;
|
||||||
|
|
||||||
|
@define-color sidebar_backdrop_color #f2e9e1;
|
||||||
|
@define-color sidebar_bg_color #f2e9e1;
|
||||||
|
@define-color sidebar_fg_color #575279;
|
||||||
43
local/share/themes/gtk4/gtk4/rose-pine-moon.css
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
|
||||||
|
@define-color accent_bg_color #c4a7e7;
|
||||||
|
@define-color accent_fg_color #232136;
|
||||||
|
@define-color accent_color #c4a7e7;
|
||||||
|
|
||||||
|
@define-color destructive_bg_color #eb6f92;
|
||||||
|
@define-color destructive_fg_color #232136;
|
||||||
|
@define-color destructive_color #eb6f92;
|
||||||
|
|
||||||
|
@define-color success_bg_color #9ccfd8;
|
||||||
|
@define-color success_fg_color #e0def4;
|
||||||
|
@define-color success_color #9ccfd8;
|
||||||
|
|
||||||
|
@define-color warning_bg_color #f6c177;
|
||||||
|
@define-color warning_fg_color #e0def4;
|
||||||
|
@define-color warning_color #f6c177;
|
||||||
|
|
||||||
|
@define-color error_bg_color #eb6f92;
|
||||||
|
@define-color error_fg_color #e0def4;
|
||||||
|
@define-color error_color #eb6f92;
|
||||||
|
|
||||||
|
@define-color window_bg_color #232136;
|
||||||
|
@define-color window_fg_color #e0def4;
|
||||||
|
|
||||||
|
@define-color view_bg_color #393552;
|
||||||
|
@define-color view_fg_color #e0def4;
|
||||||
|
|
||||||
|
@define-color headerbar_bg_color #232136;
|
||||||
|
@define-color headerbar_fg_color #e0def4;
|
||||||
|
@define-color headerbar_backdrop_color @window_bg_color;
|
||||||
|
@define-color headerbar_shade_color #232136;
|
||||||
|
|
||||||
|
|
||||||
|
@define-color card_bg_color #2a273f;
|
||||||
|
@define-color card_fg_color #e0def4;
|
||||||
|
@define-color card_shade_color #2a273f;
|
||||||
|
|
||||||
|
@define-color popover_bg_color #393552;
|
||||||
|
@define-color popover_fg_color #e0def4;
|
||||||
|
|
||||||
|
@define-color sidebar_backdrop_color #393552;
|
||||||
|
@define-color sidebar_bg_color #393552;
|
||||||
|
@define-color sidebar_fg_color #e0def4;
|
||||||
43
local/share/themes/gtk4/gtk4/rose-pine.css
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
|
||||||
|
@define-color accent_bg_color #c4a7e7;
|
||||||
|
@define-color accent_fg_color #191724;
|
||||||
|
@define-color accent_color #c4a7e7;
|
||||||
|
|
||||||
|
@define-color destructive_bg_color #eb6f92;
|
||||||
|
@define-color destructive_fg_color #191724;
|
||||||
|
@define-color destructive_color #eb6f92;
|
||||||
|
|
||||||
|
@define-color success_bg_color #9ccfd8;
|
||||||
|
@define-color success_fg_color #e0def4;
|
||||||
|
@define-color success_color #9ccfd8;
|
||||||
|
|
||||||
|
@define-color warning_bg_color #f6c177;
|
||||||
|
@define-color warning_fg_color #e0def4;
|
||||||
|
@define-color warning_color #f6c177;
|
||||||
|
|
||||||
|
@define-color error_bg_color #eb6f92;
|
||||||
|
@define-color error_fg_color #e0def4;
|
||||||
|
@define-color error_color #eb6f92;
|
||||||
|
|
||||||
|
@define-color window_bg_color #191724;
|
||||||
|
@define-color window_fg_color #e0def4;
|
||||||
|
|
||||||
|
@define-color view_bg_color #26233a;
|
||||||
|
@define-color view_fg_color #e0def4;
|
||||||
|
|
||||||
|
@define-color headerbar_bg_color #191724;
|
||||||
|
@define-color headerbar_fg_color #e0def4;
|
||||||
|
@define-color headerbar_backdrop_color @window_bg_color;
|
||||||
|
@define-color headerbar_shade_color #191724;
|
||||||
|
|
||||||
|
|
||||||
|
@define-color card_bg_color #1f1d2e;
|
||||||
|
@define-color card_fg_color #e0def4;
|
||||||
|
@define-color card_shade_color #1f1d2e;
|
||||||
|
|
||||||
|
@define-color popover_bg_color #26233a;
|
||||||
|
@define-color popover_fg_color #e0def4;
|
||||||
|
|
||||||
|
@define-color sidebar_backdrop_color #26233A;
|
||||||
|
@define-color sidebar_bg_color #26233A;
|
||||||
|
@define-color sidebar_fg_color #e0def4;
|
||||||
BIN
local/share/themes/rose-pine-gtk/._assets
Executable file
BIN
local/share/themes/rose-pine-gtk/._cinnamon
Executable file
BIN
local/share/themes/rose-pine-gtk/._gtk-2.0
Executable file
BIN
local/share/themes/rose-pine-gtk/._gtk-3.0
Executable file
BIN
local/share/themes/rose-pine-gtk/._gtk-3.20
Executable file
BIN
local/share/themes/rose-pine-gtk/._index.theme
Normal file
BIN
local/share/themes/rose-pine-gtk/._metacity-1
Executable file
BIN
local/share/themes/rose-pine-gtk/._openbox-3
Executable file
BIN
local/share/themes/rose-pine-gtk/._unity
Executable file
BIN
local/share/themes/rose-pine-gtk/._xfwm4
Executable file
BIN
local/share/themes/rose-pine-gtk/assets/._all-assets.svg
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._all-assets.txt
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._change_dpi.sh
Executable file
BIN
local/share/themes/rose-pine-gtk/assets/._checkbox-checked.svg
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._checkbox-mixed.svg
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._pane-handle.png
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._pane-handle.svg
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._pane-handle@2.png
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._radio-checked.svg
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._radio-mixed.svg
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._radio-selected.svg
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._radio-unselected.svg
Normal file
BIN
local/share/themes/rose-pine-gtk/assets/._sed.sh
Executable file
BIN
local/share/themes/rose-pine-gtk/assets/._unsed.sh
Executable file
4456
local/share/themes/rose-pine-gtk/assets/all-assets.svg
Normal file
|
After Width: | Height: | Size: 154 KiB |
38
local/share/themes/rose-pine-gtk/assets/all-assets.txt
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
checkbox-checked-dark
|
||||||
|
checkbox-checked-insensitive-dark
|
||||||
|
checkbox-checked-insensitive
|
||||||
|
checkbox-checked
|
||||||
|
checkbox-mixed-dark
|
||||||
|
checkbox-mixed-insensitive-dark
|
||||||
|
checkbox-mixed-insensitive
|
||||||
|
checkbox-mixed
|
||||||
|
checkbox-unchecked-dark
|
||||||
|
checkbox-unchecked-insensitive-dark
|
||||||
|
checkbox-unchecked-insensitive
|
||||||
|
checkbox-unchecked
|
||||||
|
grid-selection-checked-dark
|
||||||
|
grid-selection-checked
|
||||||
|
grid-selection-unchecked-dark
|
||||||
|
grid-selection-unchecked
|
||||||
|
menuitem-checkbox-checked-hover
|
||||||
|
menuitem-checkbox-checked-insensitive
|
||||||
|
menuitem-checkbox-checked
|
||||||
|
menuitem-checkbox-mixed-hover
|
||||||
|
menuitem-checkbox-mixed-insensitive
|
||||||
|
menuitem-checkbox-mixed
|
||||||
|
menuitem-radio-checked-hover
|
||||||
|
menuitem-radio-checked-insensitive
|
||||||
|
menuitem-radio-checked
|
||||||
|
pane-handle
|
||||||
|
radio-checked-dark
|
||||||
|
radio-checked-insensitive-dark
|
||||||
|
radio-checked-insensitive
|
||||||
|
radio-checked
|
||||||
|
radio-mixed-dark
|
||||||
|
radio-mixed-insensitive-dark
|
||||||
|
radio-mixed-insensitive
|
||||||
|
radio-mixed
|
||||||
|
radio-unchecked-dark
|
||||||
|
radio-unchecked-insensitive-dark
|
||||||
|
radio-unchecked-insensitive
|
||||||
|
radio-unchecked
|
||||||
4
local/share/themes/rose-pine-gtk/assets/change_dpi.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
for f in "$@"; do
|
||||||
|
rsvg-convert -d 300 -p 300 -f svg "$f" -o "${f}.bak" ; mv "${f}.bak" "$f"
|
||||||
|
done
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#f0f0f3;fill-opacity:0.3;" d="M 97.101562 32.648438 C 94.074219 32.746094 91.046875 34.015625 88.898438 36.199219 L 55.304688 68.164062 L 43.816406 55.273438 C 39.714844 49.804688 30.730469 49.21875 25.976562 54.101562 C 21.222656 58.984375 21.875 68.164062 27.277344 72.265625 L 47.136719 93.621094 C 54.949219 101.433594 58.464844 100.390625 66.339844 92.480469 C 66.339844 92.480469 93.425781 59.894531 109.308594 48.894531 C 112.824219 45.574219 114.289062 44.628906 112.433594 40.136719 C 110.613281 35.613281 101.886719 32.488281 97.101562 32.648438 Z M 97.101562 32.648438 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 851 B |
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#c4a7e7;fill-opacity:1;" d="M 97.101562 32.648438 C 94.074219 32.746094 91.046875 34.015625 88.898438 36.199219 L 55.304688 68.164062 L 43.816406 55.273438 C 39.714844 49.804688 30.730469 49.21875 25.976562 54.101562 C 21.222656 58.984375 21.875 68.164062 27.277344 72.265625 L 47.136719 93.621094 C 54.949219 101.433594 58.464844 100.390625 66.339844 92.480469 C 66.339844 92.480469 93.425781 59.894531 109.308594 48.894531 C 112.824219 45.574219 114.289062 44.628906 112.433594 40.136719 C 110.613281 35.613281 101.886719 32.488281 97.101562 32.648438 Z M 97.101562 32.648438 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 849 B |
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#f0f0f3;fill-opacity:0.3;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 387 B |
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#c4a7e7;fill-opacity:1;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 385 B |
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="333pt" height="333pt" viewBox="0 0 333 333" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#26233a;fill-opacity:1;" d="M 20.246094 11.914062 L 316.082031 11.914062 C 320.671875 11.914062 324.414062 15.625 324.414062 20.246094 L 324.414062 316.082031 C 324.414062 320.671875 320.671875 324.414062 316.082031 324.414062 L 20.246094 324.414062 C 15.625 324.414062 11.914062 320.671875 11.914062 316.082031 L 11.914062 20.246094 C 11.914062 15.625 15.625 11.914062 20.246094 11.914062 Z M 20.246094 11.914062 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#1f1d2e;fill-opacity:1;" d="M 41.667969 0 C 18.585938 0 0 18.585938 0 41.667969 L 0 291.667969 C 0 314.746094 18.585938 333.332031 41.667969 333.332031 L 291.667969 333.332031 C 314.746094 333.332031 333.332031 314.746094 333.332031 291.667969 L 333.332031 41.667969 C 333.332031 18.585938 314.746094 0 291.667969 0 Z M 41.667969 17.121094 L 291.667969 17.121094 C 303.222656 17.121094 316.960938 30.109375 316.960938 41.667969 L 316.960938 291.667969 C 316.960938 303.222656 303.222656 316.960938 291.667969 316.960938 L 41.667969 316.960938 C 30.109375 316.960938 17.121094 303.222656 17.121094 291.667969 L 17.121094 41.667969 C 17.121094 30.109375 30.109375 17.121094 41.667969 17.121094 Z M 41.667969 17.121094 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#f0f0f3;fill-opacity:0.30;" d="M 41.667969 0 C 18.585938 0 0 18.585938 0 41.667969 L 0 291.667969 C 0 314.746094 18.585938 333.332031 41.667969 333.332031 L 291.667969 333.332031 C 314.746094 333.332031 333.332031 314.746094 333.332031 291.667969 L 333.332031 41.667969 C 333.332031 18.585938 314.746094 0 291.667969 0 Z M 41.667969 17.121094 L 291.667969 17.121094 C 303.222656 17.121094 316.960938 30.109375 316.960938 41.667969 L 316.960938 291.667969 C 316.960938 303.222656 303.222656 316.960938 291.667969 316.960938 L 41.667969 316.960938 C 30.109375 316.960938 17.121094 303.222656 17.121094 291.667969 L 17.121094 41.667969 C 17.121094 30.109375 30.109375 17.121094 41.667969 17.121094 Z M 41.667969 17.121094 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#c4a7e7;fill-opacity:1;" d="M 242.773438 81.640625 C 235.15625 81.835938 227.636719 85.027344 222.234375 90.527344 L 138.3125 170.441406 L 109.503906 138.183594 C 99.25 124.511719 76.789062 123.046875 64.910156 135.253906 C 53.027344 147.492188 54.6875 170.378906 68.164062 180.695312 L 117.839844 234.015625 C 137.335938 253.546875 146.160156 250.945312 165.851562 231.21875 C 165.851562 231.21875 233.5625 149.773438 273.273438 122.234375 C 282.03125 113.898438 285.710938 111.589844 281.121094 100.324219 C 276.5625 89.03125 254.753906 81.21875 242.773438 81.640625 Z M 242.773438 81.640625 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.8 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="333pt" height="333pt" viewBox="0 0 333 333" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#26233a;fill-opacity:1;" d="M 20.246094 11.914062 L 316.082031 11.914062 C 320.671875 11.914062 324.414062 15.625 324.414062 20.246094 L 324.414062 316.082031 C 324.414062 320.671875 320.671875 324.414062 316.082031 324.414062 L 20.246094 324.414062 C 15.625 324.414062 11.914062 320.671875 11.914062 316.082031 L 11.914062 20.246094 C 11.914062 15.625 15.625 11.914062 20.246094 11.914062 Z M 20.246094 11.914062 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#1f1d2e;fill-opacity:1;" d="M 41.667969 0 C 18.585938 0 0 18.585938 0 41.667969 L 0 291.667969 C 0 314.746094 18.585938 333.332031 41.667969 333.332031 L 291.667969 333.332031 C 314.746094 333.332031 333.332031 314.746094 333.332031 291.667969 L 333.332031 41.667969 C 333.332031 18.585938 314.746094 0 291.667969 0 Z M 41.667969 17.121094 L 291.667969 17.121094 C 303.222656 17.121094 316.960938 30.109375 316.960938 41.667969 L 316.960938 291.667969 C 316.960938 303.222656 303.222656 316.960938 291.667969 316.960938 L 41.667969 316.960938 C 30.109375 316.960938 17.121094 303.222656 17.121094 291.667969 L 17.121094 41.667969 C 17.121094 30.109375 30.109375 17.121094 41.667969 17.121094 Z M 41.667969 17.121094 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#f0f0f3;fill-opacity:0.30;" d="M 41.667969 0 C 18.585938 0 0 18.585938 0 41.667969 L 0 291.667969 C 0 314.746094 18.585938 333.332031 41.667969 333.332031 L 291.667969 333.332031 C 314.746094 333.332031 333.332031 314.746094 333.332031 291.667969 L 333.332031 41.667969 C 333.332031 18.585938 314.746094 0 291.667969 0 Z M 41.667969 17.121094 L 291.667969 17.121094 C 303.222656 17.121094 316.960938 30.109375 316.960938 41.667969 L 316.960938 291.667969 C 316.960938 303.222656 303.222656 316.960938 291.667969 316.960938 L 41.667969 316.960938 C 30.109375 316.960938 17.121094 303.222656 17.121094 291.667969 L 17.121094 41.667969 C 17.121094 30.109375 30.109375 17.121094 41.667969 17.121094 Z M 41.667969 17.121094 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#191724;fill-opacity:1;" d="M 97.101562 32.648438 C 94.074219 32.746094 91.046875 34.015625 88.898438 36.199219 L 55.304688 68.164062 L 43.816406 55.273438 C 39.714844 49.804688 30.730469 49.21875 25.976562 54.101562 C 21.222656 58.984375 21.875 68.164062 27.277344 72.265625 L 47.136719 93.621094 C 54.949219 101.433594 58.464844 100.390625 66.339844 92.480469 C 66.339844 92.480469 93.425781 59.894531 109.308594 48.894531 C 112.824219 45.574219 114.289062 44.628906 112.433594 40.136719 C 110.613281 35.613281 101.886719 32.488281 97.101562 32.648438 Z M 97.101562 32.648438 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.6;" d="M 97.101562 32.648438 C 94.074219 32.746094 91.046875 34.015625 88.898438 36.199219 L 55.304688 68.164062 L 43.816406 55.273438 C 39.714844 49.804688 30.730469 49.21875 25.976562 54.101562 C 21.222656 58.984375 21.875 68.164062 27.277344 72.265625 L 47.136719 93.621094 C 54.949219 101.433594 58.464844 100.390625 66.339844 92.480469 C 66.339844 92.480469 93.425781 59.894531 109.308594 48.894531 C 112.824219 45.574219 114.289062 44.628906 112.433594 40.136719 C 110.613281 35.613281 101.886719 32.488281 97.101562 32.648438 Z M 97.101562 32.648438 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#c4a7e7;fill-opacity:1;" d="M 97.101562 32.648438 C 94.074219 32.746094 91.046875 34.015625 88.898438 36.199219 L 55.304688 68.164062 L 43.816406 55.273438 C 39.714844 49.804688 30.730469 49.21875 25.976562 54.101562 C 21.222656 58.984375 21.875 68.164062 27.277344 72.265625 L 47.136719 93.621094 C 54.949219 101.433594 58.464844 100.390625 66.339844 92.480469 C 66.339844 92.480469 93.425781 59.894531 109.308594 48.894531 C 112.824219 45.574219 114.289062 44.628906 112.433594 40.136719 C 110.613281 35.613281 101.886719 32.488281 97.101562 32.648438 Z M 97.101562 32.648438 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#191724;fill-opacity:1;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.6;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#c4a7e7;fill-opacity:1;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:1;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 16.667969 0 C 7.421875 0 0 7.421875 0 16.667969 L 0 116.667969 C 0 125.910156 7.421875 133.332031 16.667969 133.332031 L 116.667969 133.332031 C 125.910156 133.332031 133.332031 125.910156 133.332031 116.667969 L 133.332031 16.667969 C 133.332031 7.421875 125.910156 0 116.667969 0 Z M 16.667969 8.332031 L 116.667969 8.332031 C 121.289062 8.332031 125 12.042969 125 16.667969 L 125 116.667969 C 125 121.289062 121.289062 125 116.667969 125 L 16.667969 125 C 12.042969 125 8.332031 121.289062 8.332031 116.667969 L 8.332031 16.667969 C 8.332031 12.042969 12.042969 8.332031 16.667969 8.332031 Z M 16.667969 8.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 919 B |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#191724;fill-opacity:1;" d="M 91.667969 66.667969 C 91.667969 80.46875 80.46875 91.667969 66.667969 91.667969 C 52.863281 91.667969 41.667969 80.46875 41.667969 66.667969 C 41.667969 52.863281 52.863281 41.667969 66.667969 41.667969 C 80.46875 41.667969 91.667969 52.863281 91.667969 66.667969 Z M 91.667969 66.667969 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.6;" d="M 91.667969 66.667969 C 91.667969 80.46875 80.46875 91.667969 66.667969 91.667969 C 52.863281 91.667969 41.667969 80.46875 41.667969 66.667969 C 41.667969 52.863281 52.863281 41.667969 66.667969 41.667969 C 80.46875 41.667969 91.667969 52.863281 91.667969 66.667969 Z M 91.667969 66.667969 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#c4a7e7;fill-opacity:1;" d="M 91.667969 66.667969 C 91.667969 80.46875 80.46875 91.667969 66.667969 91.667969 C 52.863281 91.667969 41.667969 80.46875 41.667969 66.667969 C 41.667969 52.863281 52.863281 41.667969 66.667969 41.667969 C 80.46875 41.667969 91.667969 52.863281 91.667969 66.667969 Z M 91.667969 66.667969 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#191724;fill-opacity:1;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.6;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#c4a7e7;fill-opacity:1;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.15;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:1;" d="M 33.332031 58.332031 L 100 58.332031 L 100 75 L 33.332031 75 Z M 33.332031 58.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="133pt" height="133pt" viewBox="0 0 133 133" version="1.1">
|
||||||
|
<g id="surface1">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#e0def4;fill-opacity:0.5;" d="M 66.667969 0 C 29.851562 0 0 29.851562 0 66.667969 C 0 103.484375 29.851562 133.332031 66.667969 133.332031 C 103.484375 133.332031 133.332031 103.484375 133.332031 66.667969 C 133.332031 29.851562 103.484375 0 66.667969 0 Z M 66.667969 8.332031 C 98.894531 8.332031 125 34.441406 125 66.667969 C 125 98.894531 98.894531 125 66.667969 125 C 34.441406 125 8.332031 98.894531 8.332031 66.667969 C 8.332031 34.441406 34.441406 8.332031 66.667969 8.332031 Z M 66.667969 8.332031 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 777 B |
@ -0,0 +1,49 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="75pt" height="33pt" viewBox="0 0 75 33" version="1.1">
|
||||||
|
<defs>
|
||||||
|
<filter id="alpha" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
|
||||||
|
<feColorMatrix type="matrix" in="SourceGraphic" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
||||||
|
</filter>
|
||||||
|
<image id="image9" width="75" height="33" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAAhCAYAAACRIVbWAAAABmJLR0QA/wD/AP+gvaeTAAAAZElEQVRoge3QsQmEABREwe81oDVYzrVtTeZ2ILxEUGbiDZa3DDMzc6zr9j/P/W7ze+rMF4gViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgFAABvcgF9SgN3pbm/PgAAAABJRU5ErkJggg=="/>
|
||||||
|
<mask id="mask0">
|
||||||
|
<g filter="url(#alpha)">
|
||||||
|
<use xlink:href="#image9"/>
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath id="clip1">
|
||||||
|
<rect width="75" height="33"/>
|
||||||
|
</clipPath>
|
||||||
|
<g id="surface11" clip-path="url(#clip1)">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#1f1d2e;fill-opacity:1;" d="M 75 33.332031 L 66.667969 33.332031 L 66.667969 0 L 75 0 Z M 75 33.332031 "/>
|
||||||
|
</g>
|
||||||
|
<image id="image17" width="75" height="33" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAAhCAYAAACRIVbWAAAABmJLR0QA/wD/AP+gvaeTAAAAdUlEQVRoge3QsQ2CAABEUZGC2hFciwWcyQVcyxGsKUhYAIvfiCTvtddc/nD5A69puj/W9fZtf47jZ16W9y8/7bkefeBMxArECsQKxArECsQKxArECsQKxArECsQKxArECsQKxArECsQKxArECsQKxAIAgDPZAFX+CDDsK9FnAAAAAElFTkSuQmCC"/>
|
||||||
|
<mask id="mask1">
|
||||||
|
<g filter="url(#alpha)">
|
||||||
|
<use xlink:href="#image17"/>
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath id="clip2">
|
||||||
|
<rect width="75" height="33"/>
|
||||||
|
</clipPath>
|
||||||
|
<g id="surface19" clip-path="url(#clip2)">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#1f1d2e;fill-opacity:1;" d="M 41.667969 33.332031 L 33.332031 33.332031 L 33.332031 0 L 41.667969 0 Z M 41.667969 33.332031 "/>
|
||||||
|
</g>
|
||||||
|
<image id="image25" width="75" height="33" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAAhCAYAAACRIVbWAAAABmJLR0QA/wD/AP+gvaeTAAAAaklEQVRoge3QsQ3CQAAEQUDOXm7GOW1TDjX4O6ADSxtZL2biC0773LfteFz4jPF9z3lebf7F6+4DKxErECsQKxArECsQKxArECsQKxArECsQKxArECsQKxArECsQKxArECsQKxALAABW8gMYpgUwh9byuwAAAABJRU5ErkJggg=="/>
|
||||||
|
<mask id="mask2">
|
||||||
|
<g filter="url(#alpha)">
|
||||||
|
<use xlink:href="#image25"/>
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath id="clip3">
|
||||||
|
<rect width="75" height="33"/>
|
||||||
|
</clipPath>
|
||||||
|
<g id="surface27" clip-path="url(#clip3)">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#1f1d2e;fill-opacity:1;" d="M 8.332031 33.332031 L 0 33.332031 L 0 0 L 8.332031 0 Z M 8.332031 33.332031 "/>
|
||||||
|
</g>
|
||||||
|
</defs>
|
||||||
|
<g id="surface1">
|
||||||
|
<use xlink:href="#surface11" mask="url(#mask0)"/>
|
||||||
|
<use xlink:href="#surface19" mask="url(#mask1)"/>
|
||||||
|
<use xlink:href="#surface27" mask="url(#mask2)"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.6 KiB |
BIN
local/share/themes/rose-pine-gtk/assets/pane-handle.png
Normal file
|
After Width: | Height: | Size: 150 B |
49
local/share/themes/rose-pine-gtk/assets/pane-handle.svg
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="33pt" height="75pt" viewBox="0 0 33 75" version="1.1">
|
||||||
|
<defs>
|
||||||
|
<filter id="alpha" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
|
||||||
|
<feColorMatrix type="matrix" in="SourceGraphic" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
||||||
|
</filter>
|
||||||
|
<image id="image9" width="33" height="75" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAABLCAYAAAD+i+5TAAAABmJLR0QA/wD/AP+gvaeTAAAATklEQVRoge3OIQ6AMBBE0YXUknIWPKfHcxYabAVqdTF17+lJ5kcAAAAAAAAAAEBExHLVus88OFt7hhFbKcfMiLf3e7RZZwb8JSKJSCLSBwPTCBHQfxYWAAAAAElFTkSuQmCC"/>
|
||||||
|
<mask id="mask0">
|
||||||
|
<g filter="url(#alpha)">
|
||||||
|
<use xlink:href="#image9"/>
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath id="clip1">
|
||||||
|
<rect width="33" height="75"/>
|
||||||
|
</clipPath>
|
||||||
|
<g id="surface11" clip-path="url(#clip1)">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#1f1d2e;fill-opacity:1;" d="M 33.332031 66.667969 L 33.332031 75 L 0 75 L 0 66.667969 Z M 33.332031 66.667969 "/>
|
||||||
|
</g>
|
||||||
|
<image id="image17" width="33" height="75" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAABLCAYAAAD+i+5TAAAABmJLR0QA/wD/AP+gvaeTAAAAYUlEQVRoge3OsQmAQBBFwVMPjCzCFizHzmzAcmzBEgyMDi4wMtZkQWQmXva/lAAAAABIzdr3Y+TAXMr+GDHkPEVGnLVuTzdtZMBbIm4ibp+IyEvXHZEDc62R7wEAAAD+4wLtUAvzrnEaRAAAAABJRU5ErkJggg=="/>
|
||||||
|
<mask id="mask1">
|
||||||
|
<g filter="url(#alpha)">
|
||||||
|
<use xlink:href="#image17"/>
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath id="clip2">
|
||||||
|
<rect width="33" height="75"/>
|
||||||
|
</clipPath>
|
||||||
|
<g id="surface19" clip-path="url(#clip2)">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#1f1d2e;fill-opacity:1;" d="M 33.332031 33.332031 L 33.332031 41.667969 L 0 41.667969 L 0 33.332031 Z M 33.332031 33.332031 "/>
|
||||||
|
</g>
|
||||||
|
<image id="image25" width="33" height="75" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAABLCAYAAAD+i+5TAAAABmJLR0QA/wD/AP+gvaeTAAAATUlEQVRoge3OIQ6AMBBFQUpqSTkLntPjOQsNtgK1GswaMqM3+19Zat2mRPcY59vNnBnwlYggIogI5WhtzRzYe78y/wMAAAAAAAAA8CcP/2EIET6xKgwAAAAASUVORK5CYII="/>
|
||||||
|
<mask id="mask2">
|
||||||
|
<g filter="url(#alpha)">
|
||||||
|
<use xlink:href="#image25"/>
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath id="clip3">
|
||||||
|
<rect width="33" height="75"/>
|
||||||
|
</clipPath>
|
||||||
|
<g id="surface27" clip-path="url(#clip3)">
|
||||||
|
<path style=" stroke:none;fill-rule:nonzero;fill:#1f1d2e;fill-opacity:1;" d="M 33.332031 0 L 33.332031 8.332031 L 0 8.332031 L 0 0 Z M 33.332031 0 "/>
|
||||||
|
</g>
|
||||||
|
</defs>
|
||||||
|
<g id="surface1">
|
||||||
|
<use xlink:href="#surface11" mask="url(#mask0)"/>
|
||||||
|
<use xlink:href="#surface19" mask="url(#mask1)"/>
|
||||||
|
<use xlink:href="#surface27" mask="url(#mask2)"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.5 KiB |