Compare commits
43 Commits
1.0
...
893082fcc9
Author | SHA1 | Date | |
---|---|---|---|
893082fcc9 | |||
a0b7840a21 | |||
7e5bed8960 | |||
4bb042584b | |||
0280a88a7b | |||
7df94a817d | |||
28183f554d | |||
fc45c8e1e4 | |||
edabb1c4f7 | |||
b50871e27c | |||
cb4e8dec44 | |||
39dd7bbe05 | |||
b5dcae7df6 | |||
19d0d71223 | |||
907ae60d71 | |||
58b67ae3e9 | |||
16dbe9cf49 | |||
2fdc9425c9 | |||
6faf128abd | |||
cd864950c3 | |||
733805c56e | |||
8236b01636 | |||
c0951327f4 | |||
ee48ff7e5a | |||
458819910a | |||
7835724dae | |||
8a58aaebf6 | |||
b0bbfe4cec | |||
6e38799dad | |||
19b79846e4 | |||
0c99dea63d | |||
25d579d105 | |||
7047650bb8 | |||
dd6ec627d1 | |||
c1fb781f6e | |||
f5274dee16 | |||
23cca89ee1 | |||
e3b19cc60c | |||
e7d82fcbee | |||
d424bd42f3 | |||
2eedecc9cd | |||
aff93e0e03 | |||
0f17351e3a |
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
/packages/*/*
|
/packages/*/*
|
||||||
/packages/*
|
/packages/*
|
||||||
|
/packages/**
|
||||||
|
/defaults/bash/api_keys
|
||||||
|
12
README.md
@ -6,13 +6,17 @@
|
|||||||
|
|
||||||
#### Install:
|
#### Install:
|
||||||
```bash
|
```bash
|
||||||
wget -qO- https://github.com/gibbyb/sunhat/releases/download/1.0/install.sh | bash
|
wget -qO- https://github.com/gibbyb/sunhat/releases/download/1.0/install
|
||||||
|
```
|
||||||
|
##### Mirror:
|
||||||
|
```bash
|
||||||
|
wget -qO- https://git.gbrown.org/gib/sunhat/releases/download/1.0/install
|
||||||
```
|
```
|
||||||
|
|
||||||
##### To Do:
|
##### To Do:
|
||||||
|
|
||||||
|
- [X] Add eza installation at is no longer in repository
|
||||||
|
- [X] Change sunshine copr repo to the official one.
|
||||||
- [ ] Add a way to change the font & theme of kitty using the script
|
- [ ] Add a way to change the font & theme of kitty using the script
|
||||||
- [ ] Add a themes for Neovim that are not using LazyVim
|
- [X] Add a way to update all packages installed with git in the packages folder.
|
||||||
- [X] Configure GNOME extensions with cli tool.
|
|
||||||
- [ ] Add a way to update all packages installed with git in the packages folder.
|
|
||||||
- [ ] Add a way to update all links to packages installed by link
|
- [ ] Add a way to update all links to packages installed by link
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
source $SUNHAT_PATH/bin/ascii.sh
|
source $SUNHAT_PATH/bin/ascii.sh
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
SUB=$(gum choose "theme" "font" "install" "update" "push" --height 8 --header "" | tr '[:upper:]' '[:lower:]')
|
SUB=$(gum choose "theme" "font" "install" "update" "push" "upgrade" --height 8 --header "" | tr '[:upper:]' '[:lower:]')
|
||||||
else
|
else
|
||||||
SUB=$1
|
SUB=$1
|
||||||
fi
|
fi
|
||||||
|
29
bin/sunhat-upgrade
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Updating ollama..."
|
||||||
|
source $SUNHAT_PATH/install/optional/service_ollama.sh
|
||||||
|
echo "Ollama Update Complete."
|
||||||
|
|
||||||
|
echo "Updating Espanso..."
|
||||||
|
cd ~/.local/share/sunhat/packages/espanso
|
||||||
|
git pull
|
||||||
|
cargo install --force cargo-make --version 0.34.0
|
||||||
|
cargo make --profile release --env NO_X11=true build-binary
|
||||||
|
sudo mv target/release/espanso /usr/local/bin/espanso
|
||||||
|
sudo setcap "cap_dac_override+p" $(which espanso)
|
||||||
|
espanso service register
|
||||||
|
espanso start
|
||||||
|
echo "Espanso Update Complete."
|
||||||
|
|
||||||
|
|
||||||
|
#echo "Updating John the Ripper..."
|
||||||
|
#cd ~/.local/share/sunhat/packages/JohnTheRipper/src
|
||||||
|
#git pull
|
||||||
|
#./configure && make
|
||||||
|
#echo "John the Ripper Update Complete."
|
||||||
|
|
||||||
|
echo "Updating Hanabi"
|
||||||
|
cd ~/.local/share/sunhat/packages/hanabi
|
||||||
|
git pull
|
||||||
|
./run.sh install
|
||||||
|
echo "Hanabi installed"
|
@ -1,11 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Ulauncher
|
|
||||||
Comment=Application launcher for Linux
|
|
||||||
GenericName=Launcher
|
|
||||||
Categories=GNOME;GTK;Utility;
|
|
||||||
TryExec=/usr/bin/ulauncher
|
|
||||||
Exec=env GDK_BACKEND=x11 /usr/bin/ulauncher --hide-window --hide-window
|
|
||||||
Icon=ulauncher
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
X-GNOME-Autostart-enabled=true
|
|
19
configs/copy/home/.config/gtk-3.0/bookmarks
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
file:///home/gib/Documents/Code
|
||||||
|
file:///home/gib/Documents/Gib%20Files/Notes Notes
|
||||||
|
smb://server.gib/gib/Documents Server
|
||||||
|
file:///home/gib/Documents
|
||||||
|
file:///home/gib/Music
|
||||||
|
file:///home/gib/Pictures
|
||||||
|
file:///home/gib/Videos
|
||||||
|
file:///home/gib/Downloads
|
||||||
|
file:///home/gib/Documents
|
||||||
|
file:///home/gib/Music
|
||||||
|
file:///home/gib/Pictures
|
||||||
|
file:///home/gib/Videos
|
||||||
|
file:///home/gib/Music
|
||||||
|
file:///home/gib/Pictures
|
||||||
|
file:///home/gib/Music
|
||||||
|
file:///home/gib/Pictures
|
||||||
|
file:///home/gib/Videos
|
||||||
|
file:///home/gib/.local/share/sunhat
|
||||||
|
file:///home/gib/Pictures
|
78
configs/copy/home/.config/gtk-3.0/gtk.css
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
@define-color accent_color rgba(192,153,255,0.8);
|
||||||
|
@define-color accent_bg_color rgba(130,170,255,0.8);
|
||||||
|
@define-color accent_fg_color #ffffff;
|
||||||
|
@define-color destructive_color #ff7b63;
|
||||||
|
@define-color destructive_bg_color #c01c28;
|
||||||
|
@define-color destructive_fg_color #ffffff;
|
||||||
|
@define-color success_color #8ff0a4;
|
||||||
|
@define-color success_bg_color #26a269;
|
||||||
|
@define-color success_fg_color #ffffff;
|
||||||
|
@define-color warning_color #f8e45c;
|
||||||
|
@define-color warning_bg_color #cd9309;
|
||||||
|
@define-color warning_fg_color rgba(0, 0, 0, 0.8);
|
||||||
|
@define-color error_color #ff7b63;
|
||||||
|
@define-color error_bg_color #c01c28;
|
||||||
|
@define-color error_fg_color #ffffff;
|
||||||
|
@define-color window_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color window_fg_color #ffffff;
|
||||||
|
@define-color view_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color view_fg_color #ffffff;
|
||||||
|
@define-color headerbar_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color headerbar_fg_color #ffffff;
|
||||||
|
@define-color headerbar_border_color #ffffff;
|
||||||
|
@define-color headerbar_backdrop_color @window_bg_color;
|
||||||
|
@define-color headerbar_shade_color rgba(46,47,61,0.05);
|
||||||
|
@define-color card_bg_color rgba(180, 200, 255, 0.15);
|
||||||
|
@define-color card_fg_color #ffffff;
|
||||||
|
@define-color card_shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color dialog_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color dialog_fg_color #ffffff;
|
||||||
|
@define-color popover_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color popover_fg_color #ffffff;
|
||||||
|
@define-color shade_color rgba(0, 0, 0, 0);
|
||||||
|
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
|
||||||
|
@define-color blue_1 #99c1f1;
|
||||||
|
@define-color blue_2 #62a0ea;
|
||||||
|
@define-color blue_3 #3584e4;
|
||||||
|
@define-color blue_4 #1c71d8;
|
||||||
|
@define-color blue_5 #1a5fb4;
|
||||||
|
@define-color green_1 #8ff0a4;
|
||||||
|
@define-color green_2 #57e389;
|
||||||
|
@define-color green_3 #33d17a;
|
||||||
|
@define-color green_4 #2ec27e;
|
||||||
|
@define-color green_5 #26a269;
|
||||||
|
@define-color yellow_1 #f9f06b;
|
||||||
|
@define-color yellow_2 #f8e45c;
|
||||||
|
@define-color yellow_3 #f6d32d;
|
||||||
|
@define-color yellow_4 #f5c211;
|
||||||
|
@define-color yellow_5 #e5a50a;
|
||||||
|
@define-color orange_1 #ffbe6f;
|
||||||
|
@define-color orange_2 #ffa348;
|
||||||
|
@define-color orange_3 #ff7800;
|
||||||
|
@define-color orange_4 #e66100;
|
||||||
|
@define-color orange_5 #c64600;
|
||||||
|
@define-color red_1 #f66151;
|
||||||
|
@define-color red_2 #ed333b;
|
||||||
|
@define-color red_3 #e01b24;
|
||||||
|
@define-color red_4 #c01c28;
|
||||||
|
@define-color red_5 #a51d2d;
|
||||||
|
@define-color purple_1 #dc8add;
|
||||||
|
@define-color purple_2 #c061cb;
|
||||||
|
@define-color purple_3 #9141ac;
|
||||||
|
@define-color purple_4 #813d9c;
|
||||||
|
@define-color purple_5 #613583;
|
||||||
|
@define-color brown_1 #cdab8f;
|
||||||
|
@define-color brown_2 #b5835a;
|
||||||
|
@define-color brown_3 #986a44;
|
||||||
|
@define-color brown_4 #865e3c;
|
||||||
|
@define-color brown_5 #63452c;
|
||||||
|
@define-color light_1 #ffffff;
|
||||||
|
@define-color light_2 #f6f5f4;
|
||||||
|
@define-color light_3 #deddda;
|
||||||
|
@define-color light_4 #c0bfbc;
|
||||||
|
@define-color light_5 #9a9996;
|
||||||
|
@define-color dark_1 #77767b;
|
||||||
|
@define-color dark_2 #5e5c64;
|
||||||
|
@define-color dark_3 #3d3846;
|
||||||
|
@define-color dark_4 #241f31;
|
||||||
|
@define-color dark_5 #000000;
|
78
configs/copy/home/.config/gtk-3.0/gtk.css.bak
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
@define-color accent_color rgba(192,153,255,0.8);
|
||||||
|
@define-color accent_bg_color rgba(130,170,255,0.8);
|
||||||
|
@define-color accent_fg_color #ffffff;
|
||||||
|
@define-color destructive_color #ff7b63;
|
||||||
|
@define-color destructive_bg_color #c01c28;
|
||||||
|
@define-color destructive_fg_color #ffffff;
|
||||||
|
@define-color success_color #8ff0a4;
|
||||||
|
@define-color success_bg_color #26a269;
|
||||||
|
@define-color success_fg_color #ffffff;
|
||||||
|
@define-color warning_color #f8e45c;
|
||||||
|
@define-color warning_bg_color #cd9309;
|
||||||
|
@define-color warning_fg_color rgba(0, 0, 0, 0.8);
|
||||||
|
@define-color error_color #ff7b63;
|
||||||
|
@define-color error_bg_color #c01c28;
|
||||||
|
@define-color error_fg_color #ffffff;
|
||||||
|
@define-color window_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color window_fg_color #ffffff;
|
||||||
|
@define-color view_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color view_fg_color #ffffff;
|
||||||
|
@define-color headerbar_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color headerbar_fg_color #ffffff;
|
||||||
|
@define-color headerbar_border_color #ffffff;
|
||||||
|
@define-color headerbar_backdrop_color @window_bg_color;
|
||||||
|
@define-color headerbar_shade_color rgba(0, 0, 0, 0);
|
||||||
|
@define-color card_bg_color rgba(255, 255, 255, 0.08);
|
||||||
|
@define-color card_fg_color #ffffff;
|
||||||
|
@define-color card_shade_color rgba(46,47,61,0.36);
|
||||||
|
@define-color dialog_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color dialog_fg_color #ffffff;
|
||||||
|
@define-color popover_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color popover_fg_color #ffffff;
|
||||||
|
@define-color shade_color rgba(0, 0, 0, 0);
|
||||||
|
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
|
||||||
|
@define-color blue_1 #99c1f1;
|
||||||
|
@define-color blue_2 #62a0ea;
|
||||||
|
@define-color blue_3 #3584e4;
|
||||||
|
@define-color blue_4 #1c71d8;
|
||||||
|
@define-color blue_5 #1a5fb4;
|
||||||
|
@define-color green_1 #8ff0a4;
|
||||||
|
@define-color green_2 #57e389;
|
||||||
|
@define-color green_3 #33d17a;
|
||||||
|
@define-color green_4 #2ec27e;
|
||||||
|
@define-color green_5 #26a269;
|
||||||
|
@define-color yellow_1 #f9f06b;
|
||||||
|
@define-color yellow_2 #f8e45c;
|
||||||
|
@define-color yellow_3 #f6d32d;
|
||||||
|
@define-color yellow_4 #f5c211;
|
||||||
|
@define-color yellow_5 #e5a50a;
|
||||||
|
@define-color orange_1 #ffbe6f;
|
||||||
|
@define-color orange_2 #ffa348;
|
||||||
|
@define-color orange_3 #ff7800;
|
||||||
|
@define-color orange_4 #e66100;
|
||||||
|
@define-color orange_5 #c64600;
|
||||||
|
@define-color red_1 #f66151;
|
||||||
|
@define-color red_2 #ed333b;
|
||||||
|
@define-color red_3 #e01b24;
|
||||||
|
@define-color red_4 #c01c28;
|
||||||
|
@define-color red_5 #a51d2d;
|
||||||
|
@define-color purple_1 #dc8add;
|
||||||
|
@define-color purple_2 #c061cb;
|
||||||
|
@define-color purple_3 #9141ac;
|
||||||
|
@define-color purple_4 #813d9c;
|
||||||
|
@define-color purple_5 #613583;
|
||||||
|
@define-color brown_1 #cdab8f;
|
||||||
|
@define-color brown_2 #b5835a;
|
||||||
|
@define-color brown_3 #986a44;
|
||||||
|
@define-color brown_4 #865e3c;
|
||||||
|
@define-color brown_5 #63452c;
|
||||||
|
@define-color light_1 #ffffff;
|
||||||
|
@define-color light_2 #f6f5f4;
|
||||||
|
@define-color light_3 #deddda;
|
||||||
|
@define-color light_4 #c0bfbc;
|
||||||
|
@define-color light_5 #9a9996;
|
||||||
|
@define-color dark_1 #77767b;
|
||||||
|
@define-color dark_2 #5e5c64;
|
||||||
|
@define-color dark_3 #3d3846;
|
||||||
|
@define-color dark_4 #241f31;
|
||||||
|
@define-color dark_5 #000000;
|
2
configs/copy/home/.config/gtk-3.0/settings.ini
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=0
|
149
configs/copy/home/.config/gtk-4.0/gtk.css
Normal file
@ -0,0 +1,149 @@
|
|||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
@define-color accent_color rgba(192,153,255,0.8);
|
||||||
|
@define-color accent_bg_color rgba(130,170,255,0.8);
|
||||||
|
@define-color accent_fg_color #ffffff;
|
||||||
|
@define-color destructive_color #ff7b63;
|
||||||
|
@define-color destructive_bg_color #c01c28;
|
||||||
|
@define-color destructive_fg_color #ffffff;
|
||||||
|
@define-color success_color #8ff0a4;
|
||||||
|
@define-color success_bg_color #26a269;
|
||||||
|
@define-color success_fg_color #ffffff;
|
||||||
|
@define-color warning_color #f8e45c;
|
||||||
|
@define-color warning_bg_color #cd9309;
|
||||||
|
@define-color warning_fg_color rgba(0, 0, 0, 0.8);
|
||||||
|
@define-color error_color #ff7b63;
|
||||||
|
@define-color error_bg_color #c01c28;
|
||||||
|
@define-color error_fg_color #ffffff;
|
||||||
|
@define-color window_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color window_fg_color #ffffff;
|
||||||
|
@define-color view_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color view_fg_color #ffffff;
|
||||||
|
@define-color headerbar_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color headerbar_fg_color #ffffff;
|
||||||
|
@define-color headerbar_border_color #ffffff;
|
||||||
|
@define-color headerbar_backdrop_color rgba(46,47,61,0.98);
|
||||||
|
@define-color headerbar_shade_color rgba(46,47,61,0.08);
|
||||||
|
@define-color headerbar_darker_shade_color rgba(0, 0, 0, 0.9);
|
||||||
|
@define-color card_bg_color rgba(180, 200, 255, 0.15);
|
||||||
|
@define-color card_fg_color #ffffff;
|
||||||
|
@define-color card_shade_color rgba(46,47,61,0.08);
|
||||||
|
@define-color dialog_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color dialog_fg_color #ffffff;
|
||||||
|
@define-color popover_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color popover_fg_color #ffffff;
|
||||||
|
@define-color popover_shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
|
||||||
|
@define-color thumbnail_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color thumbnail_fg_color #ffffff;
|
||||||
|
@define-color sidebar_bg_color rgba(44,45,58,0.96);
|
||||||
|
@define-color sidebar_fg_color #ffffff;
|
||||||
|
@define-color sidebar_backdrop_color rgba(44,45,58,0.96);
|
||||||
|
@define-color sidebar_shade_color rgba(46,47,61,0.08);
|
||||||
|
@define-color secondary_sidebar_bg_color rgba(44,45,58,0.96);
|
||||||
|
@define-color secondary_sidebar_fg_color #ffffff;
|
||||||
|
@define-color secondary_sidebar_backdrop_color rgba(44,45,58,0.96);
|
||||||
|
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color blue_1 #99c1f1;
|
||||||
|
@define-color blue_2 #62a0ea;
|
||||||
|
@define-color blue_3 #3584e4;
|
||||||
|
@define-color blue_4 #1c71d8;
|
||||||
|
@define-color blue_5 #1a5fb4;
|
||||||
|
@define-color green_1 #8ff0a4;
|
||||||
|
@define-color green_2 #57e389;
|
||||||
|
@define-color green_3 #33d17a;
|
||||||
|
@define-color green_4 #2ec27e;
|
||||||
|
@define-color green_5 #26a269;
|
||||||
|
@define-color yellow_1 #f9f06b;
|
||||||
|
@define-color yellow_2 #f8e45c;
|
||||||
|
@define-color yellow_3 #f6d32d;
|
||||||
|
@define-color yellow_4 #f5c211;
|
||||||
|
@define-color yellow_5 #e5a50a;
|
||||||
|
@define-color orange_1 #ffbe6f;
|
||||||
|
@define-color orange_2 #ffa348;
|
||||||
|
@define-color orange_3 #ff7800;
|
||||||
|
@define-color orange_4 #e66100;
|
||||||
|
@define-color orange_5 #c64600;
|
||||||
|
@define-color red_1 #f66151;
|
||||||
|
@define-color red_2 #ed333b;
|
||||||
|
@define-color red_3 #e01b24;
|
||||||
|
@define-color red_4 #c01c28;
|
||||||
|
@define-color red_5 #a51d2d;
|
||||||
|
@define-color purple_1 #dc8add;
|
||||||
|
@define-color purple_2 #c061cb;
|
||||||
|
@define-color purple_3 #9141ac;
|
||||||
|
@define-color purple_4 #813d9c;
|
||||||
|
@define-color purple_5 #613583;
|
||||||
|
@define-color brown_1 #cdab8f;
|
||||||
|
@define-color brown_2 #b5835a;
|
||||||
|
@define-color brown_3 #986a44;
|
||||||
|
@define-color brown_4 #865e3c;
|
||||||
|
@define-color brown_5 #63452c;
|
||||||
|
@define-color light_1 #ffffff;
|
||||||
|
@define-color light_2 #f6f5f4;
|
||||||
|
@define-color light_3 #deddda;
|
||||||
|
@define-color light_4 #c0bfbc;
|
||||||
|
@define-color light_5 #9a9996;
|
||||||
|
@define-color dark_1 #77767b;
|
||||||
|
@define-color dark_2 #5e5c64;
|
||||||
|
@define-color dark_3 #3d3846;
|
||||||
|
@define-color dark_4 #241f31;
|
||||||
|
@define-color dark_5 #000000;
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
.navigation-sidebar {
|
||||||
|
background-color: rgba(46,47,61,0.98);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation-sidebar {
|
||||||
|
background-color: rgba(46,47,61,0.98);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation-sidebar {
|
||||||
|
background-color: rgba(46,47,61,0.98);
|
||||||
|
}
|
149
configs/copy/home/.config/gtk-4.0/gtk.css.bak
Normal file
@ -0,0 +1,149 @@
|
|||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
@define-color accent_color rgba(192,153,255,0.8);
|
||||||
|
@define-color accent_bg_color rgba(130,170,255,0.8);
|
||||||
|
@define-color accent_fg_color #ffffff;
|
||||||
|
@define-color destructive_color #ff7b63;
|
||||||
|
@define-color destructive_bg_color #c01c28;
|
||||||
|
@define-color destructive_fg_color #ffffff;
|
||||||
|
@define-color success_color #8ff0a4;
|
||||||
|
@define-color success_bg_color #26a269;
|
||||||
|
@define-color success_fg_color #ffffff;
|
||||||
|
@define-color warning_color #f8e45c;
|
||||||
|
@define-color warning_bg_color #cd9309;
|
||||||
|
@define-color warning_fg_color rgba(0, 0, 0, 0.8);
|
||||||
|
@define-color error_color #ff7b63;
|
||||||
|
@define-color error_bg_color #c01c28;
|
||||||
|
@define-color error_fg_color #ffffff;
|
||||||
|
@define-color window_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color window_fg_color #ffffff;
|
||||||
|
@define-color view_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color view_fg_color #ffffff;
|
||||||
|
@define-color headerbar_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color headerbar_fg_color #ffffff;
|
||||||
|
@define-color headerbar_border_color #ffffff;
|
||||||
|
@define-color headerbar_backdrop_color rgba(46,47,61,0.98);
|
||||||
|
@define-color headerbar_shade_color rgba(46,47,61,0.08);
|
||||||
|
@define-color headerbar_darker_shade_color rgba(0, 0, 0, 0.9);
|
||||||
|
@define-color card_bg_color rgba(180, 200, 255, 0.15);
|
||||||
|
@define-color card_fg_color #ffffff;
|
||||||
|
@define-color card_shade_color rgba(46,47,61,0.08);
|
||||||
|
@define-color dialog_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color dialog_fg_color #ffffff;
|
||||||
|
@define-color popover_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color popover_fg_color #ffffff;
|
||||||
|
@define-color popover_shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
|
||||||
|
@define-color thumbnail_bg_color rgba(46,47,61,0.98);
|
||||||
|
@define-color thumbnail_fg_color #ffffff;
|
||||||
|
@define-color sidebar_bg_color rgba(44,45,58,0.96);
|
||||||
|
@define-color sidebar_fg_color #ffffff;
|
||||||
|
@define-color sidebar_backdrop_color rgba(44,45,58,0.96);
|
||||||
|
@define-color sidebar_shade_color rgba(46,47,61,0.08);
|
||||||
|
@define-color secondary_sidebar_bg_color rgba(44,45,58,0.96);
|
||||||
|
@define-color secondary_sidebar_fg_color #ffffff;
|
||||||
|
@define-color secondary_sidebar_backdrop_color rgba(44,45,58,0.96);
|
||||||
|
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color blue_1 #99c1f1;
|
||||||
|
@define-color blue_2 #62a0ea;
|
||||||
|
@define-color blue_3 #3584e4;
|
||||||
|
@define-color blue_4 #1c71d8;
|
||||||
|
@define-color blue_5 #1a5fb4;
|
||||||
|
@define-color green_1 #8ff0a4;
|
||||||
|
@define-color green_2 #57e389;
|
||||||
|
@define-color green_3 #33d17a;
|
||||||
|
@define-color green_4 #2ec27e;
|
||||||
|
@define-color green_5 #26a269;
|
||||||
|
@define-color yellow_1 #f9f06b;
|
||||||
|
@define-color yellow_2 #f8e45c;
|
||||||
|
@define-color yellow_3 #f6d32d;
|
||||||
|
@define-color yellow_4 #f5c211;
|
||||||
|
@define-color yellow_5 #e5a50a;
|
||||||
|
@define-color orange_1 #ffbe6f;
|
||||||
|
@define-color orange_2 #ffa348;
|
||||||
|
@define-color orange_3 #ff7800;
|
||||||
|
@define-color orange_4 #e66100;
|
||||||
|
@define-color orange_5 #c64600;
|
||||||
|
@define-color red_1 #f66151;
|
||||||
|
@define-color red_2 #ed333b;
|
||||||
|
@define-color red_3 #e01b24;
|
||||||
|
@define-color red_4 #c01c28;
|
||||||
|
@define-color red_5 #a51d2d;
|
||||||
|
@define-color purple_1 #dc8add;
|
||||||
|
@define-color purple_2 #c061cb;
|
||||||
|
@define-color purple_3 #9141ac;
|
||||||
|
@define-color purple_4 #813d9c;
|
||||||
|
@define-color purple_5 #613583;
|
||||||
|
@define-color brown_1 #cdab8f;
|
||||||
|
@define-color brown_2 #b5835a;
|
||||||
|
@define-color brown_3 #986a44;
|
||||||
|
@define-color brown_4 #865e3c;
|
||||||
|
@define-color brown_5 #63452c;
|
||||||
|
@define-color light_1 #ffffff;
|
||||||
|
@define-color light_2 #f6f5f4;
|
||||||
|
@define-color light_3 #deddda;
|
||||||
|
@define-color light_4 #c0bfbc;
|
||||||
|
@define-color light_5 #9a9996;
|
||||||
|
@define-color dark_1 #77767b;
|
||||||
|
@define-color dark_2 #5e5c64;
|
||||||
|
@define-color dark_3 #3d3846;
|
||||||
|
@define-color dark_4 #241f31;
|
||||||
|
@define-color dark_5 #000000;
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Generated with Gradience
|
||||||
|
|
||||||
|
Issues caused by theming should be reported to Gradience repository, and not to upstream
|
||||||
|
|
||||||
|
https://github.com/GradienceTeam/Gradience
|
||||||
|
*/
|
||||||
|
|
||||||
|
.navigation-sidebar {
|
||||||
|
background-color: rgba(46,47,61,0.98);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation-sidebar {
|
||||||
|
background-color: rgba(46,47,61,0.98);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation-sidebar {
|
||||||
|
background-color: rgba(46,47,61,0.98);
|
||||||
|
}
|
16
configs/copy/home/.config/gtk-4.0/servers
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<xbel version="1.0"
|
||||||
|
xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
|
||||||
|
xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
|
||||||
|
>
|
||||||
|
<bookmark href="smb://server.gib/gib/" added="2024-04-01T14:13:44.759290Z" modified="2024-07-22T02:55:32.317714Z" visited="2024-07-22T02:55:32.317711Z">
|
||||||
|
<title>gib on server.gib</title>
|
||||||
|
<info>
|
||||||
|
<metadata owner="http://freedesktop.org">
|
||||||
|
<bookmark:applications>
|
||||||
|
<bookmark:application name="org.gnome.Nautilus" exec="'org.gnome.Nautilus %u'" modified="2024-07-22T02:55:32.317713Z" count="5"/>
|
||||||
|
</bookmark:applications>
|
||||||
|
</metadata>
|
||||||
|
</info>
|
||||||
|
</bookmark>
|
||||||
|
</xbel>
|
2
configs/copy/home/.config/gtk-4.0/settings.ini
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=0
|
BIN
configs/copy/home/.local/bin/bw
Executable file
74
configs/copy/home/.local/bin/get_port
Executable file
@ -0,0 +1,74 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import subprocess
|
||||||
|
import questionary
|
||||||
|
import re
|
||||||
|
import sys
|
||||||
|
|
||||||
|
def get_interfaces():
|
||||||
|
try:
|
||||||
|
# Run tcpdump -D command
|
||||||
|
result = subprocess.run(['sudo', 'tcpdump', '-D'],
|
||||||
|
capture_output=True,
|
||||||
|
text=True)
|
||||||
|
|
||||||
|
# Split output into lines and create a list of interfaces
|
||||||
|
interfaces = []
|
||||||
|
for line in result.stdout.split('\n'):
|
||||||
|
if line.strip():
|
||||||
|
# Extract interface name and description
|
||||||
|
match = re.match(r'\d+\.(.+)', line)
|
||||||
|
if match:
|
||||||
|
interfaces.append(line)
|
||||||
|
|
||||||
|
return interfaces
|
||||||
|
except Exception as e:
|
||||||
|
print(f"Error getting interfaces: {e}")
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
def get_port_info(interface_number):
|
||||||
|
try:
|
||||||
|
# Extract just the number from the interface selection
|
||||||
|
number = interface_number.split('.')[0]
|
||||||
|
|
||||||
|
# Run tcpdump command for port info
|
||||||
|
cmd = [
|
||||||
|
'sudo', 'tcpdump', '-nnv',
|
||||||
|
'-i', number,
|
||||||
|
'-s', '1500',
|
||||||
|
'-c', '1',
|
||||||
|
'ether[12:2]==0x88cc'
|
||||||
|
]
|
||||||
|
|
||||||
|
print("\nListening for LLDP packets (this might take a few seconds)...")
|
||||||
|
result = subprocess.run(cmd, capture_output=True, text=True)
|
||||||
|
|
||||||
|
return result.stdout or result.stderr
|
||||||
|
except Exception as e:
|
||||||
|
print(f"Error getting port info: {e}")
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
def main():
|
||||||
|
# Get list of interfaces
|
||||||
|
interfaces = get_interfaces()
|
||||||
|
|
||||||
|
if not interfaces:
|
||||||
|
print("No interfaces found!")
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
# Let user select an interface
|
||||||
|
selected = questionary.select(
|
||||||
|
"Select an interface to check port information:",
|
||||||
|
choices=interfaces
|
||||||
|
).ask()
|
||||||
|
|
||||||
|
if selected:
|
||||||
|
# Get and display port information
|
||||||
|
port_info = get_port_info(selected)
|
||||||
|
print("\nPort Information:")
|
||||||
|
print(port_info)
|
||||||
|
else:
|
||||||
|
print("No interface selected.")
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
191
configs/copy/home/.local/bin/gnf
Executable file
@ -0,0 +1,191 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
#
|
||||||
|
# gnf – Friendly wrapper around 'sudo dnf'
|
||||||
|
# Version 1.2
|
||||||
|
# Author: You
|
||||||
|
#
|
||||||
|
# Features:
|
||||||
|
# • Implicit '-y' on install/remove/reinstall/downgrade (toggle with -n/--no-confirm)
|
||||||
|
# • 'gnf update' pipeline:
|
||||||
|
# - dnf update [-y] [--refresh]
|
||||||
|
# - flatpak update (user + system)
|
||||||
|
# - optional fwupd refresh+update
|
||||||
|
# with its own flags: -r/--refresh, -f/--firmware, -n/--no-confirm, -y/--yes
|
||||||
|
# • Passes any other 'dnf' subcommand straight to sudo dnf
|
||||||
|
# • 'copr' sub-commands get auto '-y' for addrepo/removerepo/enable/disable/list
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
PROGRAM=$(basename "$0")
|
||||||
|
VERSION="1.2"
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
cat <<EOF
|
||||||
|
$PROGRAM – wrapper for sudo dnf with smart defaults
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
$PROGRAM [GLOBAL OPTIONS] COMMAND [COMMAND OPTIONS] [ARGS...]
|
||||||
|
|
||||||
|
GLOBAL OPTIONS (must precede COMMAND):
|
||||||
|
-h, --help Show this help and exit
|
||||||
|
--version Show version and exit
|
||||||
|
-n, --no-confirm Disable the automatic '-y' on supported commands
|
||||||
|
-y, --yes (Re-)enable the automatic '-y' (default)
|
||||||
|
|
||||||
|
COMMANDS:
|
||||||
|
install, remove, reinstall, downgrade
|
||||||
|
→ Implicit '-y' unless disabled by global '-n'
|
||||||
|
|
||||||
|
update (alias: upgrade)
|
||||||
|
→ dnf update + flatpak update + optional fwupd
|
||||||
|
→ COMMAND OPTIONS:
|
||||||
|
-r, --refresh Pass --refresh to dnf update
|
||||||
|
-f, --firmware After dnf+flatpak, run fwupdmgr refresh && update
|
||||||
|
-n, --no-confirm Do NOT add '-y' to dnf update
|
||||||
|
-y, --yes Force '-y' on dnf update (default)
|
||||||
|
→ You may group short flags: e.g. -rf or -fr
|
||||||
|
|
||||||
|
copr (subcommands: addrepo, removerepo, enable, disable, list, …)
|
||||||
|
→ For addrepo/removerepo/enable/disable/list, we auto '-y'
|
||||||
|
→ Other copr actions are passed straight through
|
||||||
|
|
||||||
|
any other dnf COMMAND is forwarded to 'sudo dnf'
|
||||||
|
|
||||||
|
EXAMPLES:
|
||||||
|
gnf install vim git
|
||||||
|
gnf -n install firefox # interactive remove/install
|
||||||
|
gnf update # dnf update -y ; flatpak
|
||||||
|
gnf update -r # + --refresh
|
||||||
|
gnf update -rf # + firmware
|
||||||
|
gnf -n update --refresh # no -y, + refresh
|
||||||
|
gnf copr addrepo user/project
|
||||||
|
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
# If no args, show help
|
||||||
|
if [[ $# -eq 0 ]]; then
|
||||||
|
usage
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
#
|
||||||
|
# 1) Parse GLOBAL OPTIONS
|
||||||
|
#
|
||||||
|
auto_yes=true
|
||||||
|
while [[ $# -gt 0 && "$1" == -* ]]; do
|
||||||
|
case "$1" in
|
||||||
|
-h|--help) usage; exit 0 ;;
|
||||||
|
--version) echo "$PROGRAM $VERSION"; exit 0 ;;
|
||||||
|
-n|--no-confirm) auto_yes=false; shift ;;
|
||||||
|
-y|--yes) auto_yes=true; shift ;;
|
||||||
|
--) shift; break ;; # end of globals
|
||||||
|
*) break ;; # first non-global dash-opt
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
# Must have at least one positional argument now: the COMMAND
|
||||||
|
if [[ $# -lt 1 ]]; then
|
||||||
|
echo "Error: no COMMAND specified." >&2
|
||||||
|
usage
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
cmd=$1; shift
|
||||||
|
# Treat 'upgrade' as alias for 'update'
|
||||||
|
[[ "$cmd" == "upgrade" ]] && cmd=update
|
||||||
|
|
||||||
|
#
|
||||||
|
# 2) Dispatch on COMMAND
|
||||||
|
#
|
||||||
|
case "$cmd" in
|
||||||
|
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
# install/remove/reinstall/downgrade (auto '-y' unless -n)
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
install|remove|reinstall|downgrade)
|
||||||
|
dnf_args=()
|
||||||
|
$auto_yes && dnf_args+=(-y)
|
||||||
|
sudo dnf "$cmd" "${dnf_args[@]}" "$@"
|
||||||
|
exit $?
|
||||||
|
;;
|
||||||
|
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
# update pipeline
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
update)
|
||||||
|
# 2.1) Map any long opts to short ones for getopts
|
||||||
|
mapped=()
|
||||||
|
for arg in "$@"; do
|
||||||
|
case "$arg" in
|
||||||
|
--refresh) mapped+=(-r) ;;
|
||||||
|
--firmware) mapped+=(-f) ;;
|
||||||
|
--no-confirm) mapped+=(-n) ;;
|
||||||
|
--yes) mapped+=(-y) ;;
|
||||||
|
--) mapped+=(--);;
|
||||||
|
*) mapped+=("$arg");;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
# 2.2) Parse update-specific flags with getopts (supports grouping: -rf)
|
||||||
|
refresh=false
|
||||||
|
firmware=false
|
||||||
|
confirm=$auto_yes
|
||||||
|
OPTIND=1
|
||||||
|
# note: the leading colon suppresses getopts’ own error msg
|
||||||
|
while getopts ":rfny" opt "${mapped[@]}"; do
|
||||||
|
case "$opt" in
|
||||||
|
r) refresh=true ;;
|
||||||
|
f) firmware=true ;;
|
||||||
|
n) confirm=false ;;
|
||||||
|
y) confirm=true ;;
|
||||||
|
\?) echo "Unknown option '-$OPTARG' for update" >&2; exit 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
shift $((OPTIND - 1))
|
||||||
|
|
||||||
|
# 2.3) Run the dnf update
|
||||||
|
dnf_args=()
|
||||||
|
$confirm && dnf_args+=(-y)
|
||||||
|
$refresh && dnf_args+=(--refresh)
|
||||||
|
sudo dnf update "${dnf_args[@]}" "$@"
|
||||||
|
|
||||||
|
# 2.4) Run flatpak updates (user then system)
|
||||||
|
flatpak update -y
|
||||||
|
sudo flatpak update
|
||||||
|
|
||||||
|
# 2.5) Optional firmware via fwupd
|
||||||
|
if $firmware; then
|
||||||
|
sudo fwupdmgr refresh
|
||||||
|
sudo fwupdmgr update
|
||||||
|
fi
|
||||||
|
|
||||||
|
exit $?
|
||||||
|
;;
|
||||||
|
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
# copr sub-commands
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
copr)
|
||||||
|
if [[ $# -lt 1 ]]; then
|
||||||
|
echo "Error: 'gnf copr' requires a subcommand." >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
sub=$1; shift
|
||||||
|
case "$sub" in
|
||||||
|
addrepo|removerepo|enable|disable|list)
|
||||||
|
sudo dnf copr "$sub" -y "$@" ;;
|
||||||
|
*)
|
||||||
|
sudo dnf copr "$sub" "$@" ;;
|
||||||
|
esac
|
||||||
|
exit $?
|
||||||
|
;;
|
||||||
|
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
# anything else → pass straight to sudo dnf
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
*)
|
||||||
|
sudo dnf "$cmd" "$@"
|
||||||
|
exit $?
|
||||||
|
;;
|
||||||
|
esac
|
@ -1,6 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Jump Desktop
|
|
||||||
Exec=bash -c "wine /home/gib/.wine/drive_c/Program\ Files/Phase\ Five\ Systems/Jump\ Desktop/JumpClient.exe"
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Icon=/home/gib/.wine/drive_c/Program\ Files/Phase\ Five\ Systems/Jump\ Desktop/icon/jump_icon.png
|
|
@ -1,14 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Ranger
|
|
||||||
GenericName=File Manager
|
|
||||||
Comment=Launches the ranger file manager
|
|
||||||
TryExec=ranger
|
|
||||||
Exec=kitty -1 -e bash -c "ranger /home/gib/Documents/Code; exec bash"
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Keywords=File;Manager;Browser;Explorer;Launcher;Vi;Vim;Python
|
|
||||||
Icon=utilities-terminal
|
|
||||||
Categories=ConsoleOnly;System;FileTools;FileManager
|
|
||||||
StartupNotify=false
|
|
||||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
|
||||||
X-Desktop-File-Install-Version=0.26
|
|
@ -0,0 +1,6 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Splashtop Viewer
|
||||||
|
Exec=bash -c 'echo "%u" | sed "s#st-rmm://##g" | xargs wine "$HOME/.wine/drive_c/Program Files (x86)/Splashtop/Splashtop Remote/Client for RMM/clientoobe.exe" "-a"'
|
||||||
|
Type=Application
|
||||||
|
Terminal=false
|
||||||
|
MimeType=x-scheme-handler/st-rmm;
|
BIN
configs/copy/home/.local/share/fonts/VictorMonoNerdFont-Bold.ttf
Normal file
BIN
configs/copy/home/.local/share/fonts/VictorMonoNerdFont-Thin.ttf
Normal file
8
configs/copy/root/etc/yum.repos.d/teamviewer.repo
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[teamviewer]
|
||||||
|
name=TeamViewer - $basearch
|
||||||
|
baseurl=https://linux.teamviewer.com/yum/stable/main/binary-$basearch/
|
||||||
|
gpgkey=https://linux.teamviewer.com/pubkey/currentkey.asc
|
||||||
|
gpgcheck=1
|
||||||
|
repo_gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
type=rpm-md
|
9
configs/copy/home/.local/share/applications/neovim.desktop → configs/copy/root/usr/share/applications/nvim.desktop
Normal file → Executable file
@ -1,9 +1,10 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Nvim
|
Name=Neovim
|
||||||
GenericName=Text Editor
|
GenericName=Text Editor
|
||||||
GenericName[ckb]=دەستکاریکەری دەق
|
GenericName[ckb]=دەستکاریکەری دەق
|
||||||
GenericName[de]=Texteditor
|
GenericName[de]=Texteditor
|
||||||
GenericName[fr]=Éditeur de texte
|
GenericName[fr]=Éditeur de texte
|
||||||
|
GenericName[pl]=Edytor tekstu
|
||||||
GenericName[ru]=Текстовый редактор
|
GenericName[ru]=Текстовый редактор
|
||||||
GenericName[sr]=Едитор текст
|
GenericName[sr]=Едитор текст
|
||||||
GenericName[tr]=Metin Düzenleyici
|
GenericName[tr]=Metin Düzenleyici
|
||||||
@ -77,8 +78,8 @@ Comment[wa]=Asspougnî des fitchîs tecses
|
|||||||
Comment[zh_CN]=编辑文本文件
|
Comment[zh_CN]=编辑文本文件
|
||||||
Comment[zh_TW]=編輯文字檔
|
Comment[zh_TW]=編輯文字檔
|
||||||
TryExec=nvim
|
TryExec=nvim
|
||||||
Exec=kitty -1 -e bash -c "nvim ~; exec bash"
|
Exec=nvim %F
|
||||||
Terminal=false
|
Terminal=true
|
||||||
Type=Application
|
Type=Application
|
||||||
Keywords=Text;editor;
|
Keywords=Text;editor;
|
||||||
Keywords[ckb]=دەق;دەستکاریکەر;
|
Keywords[ckb]=دەق;دەستکاریکەر;
|
||||||
@ -90,4 +91,4 @@ Icon=nvim
|
|||||||
Categories=Utility;TextEditor;
|
Categories=Utility;TextEditor;
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
||||||
X-Desktop-File-Install-Version=0.26
|
X-Desktop-File-Install-Version=0.28
|
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<g fill="#438de6">
|
||||||
|
<path d="m 56 64 c -3.289062 0 -6 2.710938 -6 6 v 16 c 0 3.289062 2.710938 6 6 6 h 16 c 3.289062 0 6 -2.710938 6 -6 v -14.007812 l -4 4 v 10.007812 c 0 1.140625 -0.859375 2 -2 2 h -16 c -1.140625 0 -2 -0.859375 -2 -2 v -16 c 0 -1.140625 0.859375 -2 2 -2 h 13.945312 l 3.757813 -3.75 c -0.546875 -0.15625 -1.109375 -0.25 -1.703125 -0.25 z m 0 0"/>
|
||||||
|
<path d="m 78.789062 62 l -8.929687 8.914062 c 1.367187 0.710938 2.46875 1.820313 3.179687 3.179688 l 0.34375 -0.34375 l 0.015626 0.015625 l 6.601562 -6.601563 v -5.164062 z m -12.789062 10 c -3.3125 0 -6 2.679688 -6 6 v 6 h 6 c 3.320312 0.015625 6 -2.6875 6 -6 c 0 -3.320312 -2.679688 -6 -6 -6 z m 0 0"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 64 62 c -1.539062 0 -3.078125 0.585938 -4.242188 1.75 l -10.007812 10.007812 c -2.328125 2.328126 -2.328125 6.15625 0 8.484376 l 10.007812 10.007812 c 2.328126 2.328125 6.15625 2.328125 8.484376 0 l 10.015624 -10.007812 c 2.328126 -2.328126 2.328126 -6.15625 0 -8.484376 l -10.015624 -10.007812 c -1.164063 -1.164062 -2.703126 -1.75 -4.242188 -1.75 z m 0.203125 3.976562 c 0.421875 0.046876 0.828125 0.234376 1.171875 0.5625 l -0.679688 0.226563 c -0.148437 -0.273437 -0.3125 -0.539063 -0.492187 -0.789063 z m -3.140625 2.117188 c 0.601562 0.84375 0.929688 1.859375 0.9375 2.90625 c 0 2.757812 -2.242188 5 -5 5 c -1.046875 -0.007812 -2.0625 -0.34375 -2.898438 -0.945312 z m 6.882812 1.007812 l 7.484376 7.484376 c 0.804687 0.804687 0.804687 2.023437 0 2.828124 l -0.507813 0.5 c -0.078125 -0.09375 -0.148437 -0.1875 -0.234375 -0.28125 l 1.242188 -1.710937 l -1.617188 -1.171875 l -1.242188 1.703125 c -0.335937 -0.15625 -0.695312 -0.273437 -1.070312 -0.351563 v -2.101562 h -2 v 2.101562 c -0.367188 0.078126 -0.726562 0.195313 -1.0625 0.351563 l -1.242188 -1.703125 l -1.609374 1.171875 l 1.234374 1.710937 c -0.25 0.273438 -0.476562 0.578126 -0.664062 0.90625 l -2 -0.648437 l -0.617188 1.898437 l 2 0.648438 c -0.023437 0.1875 -0.039062 0.375 -0.039062 0.5625 s 0.015625 0.375 0.039062 0.5625 l -2 0.648438 l 0.617188 1.898437 l 2 -0.648437 c 0.1875 0.328124 0.414062 0.632812 0.664062 0.90625 l -1.234374 1.710937 l 0.390624 0.28125 l -1.0625 1.0625 c -0.804687 0.8125 -2.023437 0.8125 -2.828124 0 l -9.804688 -9.804687 l 0.054688 -0.078126 l 0.414062 -0.578124 c 0.664062 0.304687 1.367188 0.539062 2.09375 0.679687 v 2.359375 h 3.304688 v -2.359375 c 0.726562 -0.140625 1.429687 -0.375 2.09375 -0.679687 l 0.414062 0.578124 l 0.96875 1.335938 l 2.664062 -1.945312 l -0.960937 -1.335938 l -0.421875 -0.578125 c 0.5 -0.539063 0.9375 -1.132813 1.289062 -1.78125 l 0.679688 0.226563 l 1.570312 0.507812 l 1.023438 -3.132812 l -1.570312 -0.515626 l -0.679688 -0.21875 c 0.046875 -0.359374 0.078125 -0.726562 0.078125 -1.101562 s -0.03125 -0.742188 -0.078125 -1.101562 l 0.679688 -0.21875 l 1.570312 -0.515626 z m 3.054688 10.898438 c 1.054688 0 1.96875 0.53125 2.5 1.335938 l -4.15625 4.164062 c -0.8125 -0.539062 -1.34375 -1.445312 -1.34375 -2.5 c 0 -1.671875 1.335938 -3 3 -3 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 53.867188 62 c -3.25 0 -5.867188 2.664062 -5.867188 5.976562 v 20.054688 c 0 3.304688 2.617188 5.96875 5.867188 5.96875 h 0.265624 c 3.25 0 5.867188 -2.664062 5.867188 -5.96875 v -20.054688 c 0 -3.3125 -2.617188 -5.976562 -5.867188 -5.976562 z m 5.1875 0 c 1.757812 1.429688 2.9375 3.585938 2.9375 6 v 2 h 4.25 c -0.148438 -2.1875 2.5 -4 4 -4 c 1.359374 0 2 0.023438 2 2 v 2 h 2.4375 c 2.460937 -1.203125 3.5625 -3.9375 3.5625 -5.375 c 0 -1.46875 -4.773438 -2.625 -7.375 -2.625 z m 2.945312 10 v 8.625 c 5.53125 5.320312 12.25 4.8125 12.25 4.8125 s 0.703125 -3.039062 -3.8125 -8.0625 l -4.75 -5.375 h -3.5625 c -0.039062 0.007812 -0.085938 -0.007812 -0.125 0 z m 5.953125 5.0625 l 3.367187 3.476562 c -3.601562 0.328126 -4.304687 -1.71875 -3.367187 -3.476562 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 63.984375 64 c -7.734375 0.007812 -13.992187 6.28125 -13.984375 14.015625 v 11.976563 c 0 1.109374 0.898438 2.007812 2.007812 2.007812 c 1.101563 -0.007812 2 -0.90625 1.992188 -2.007812 v -1.984376 c 0 -1.109374 0.898438 -2.007812 2.007812 -2.007812 c 1.101563 0.007812 2 0.90625 1.992188 2.007812 v 1.984376 c 0 1.109374 0.898438 2.007812 2.007812 2.007812 c 1.101563 -0.007812 2 -0.90625 1.992188 -2.007812 v -1.984376 c 0 -1.109374 0.898438 -2.007812 2.007812 -2.007812 c 1.101563 0.007812 2 0.90625 1.992188 2.007812 v 1.984376 c 0 1.109374 0.898438 2.007812 2.007812 2.007812 c 1.101563 -0.007812 2 -0.90625 1.992188 -2.007812 v -1.984376 c 0 -1.109374 0.898438 -2.007812 2.007812 -2.007812 c 1.101563 0.007812 2 0.90625 1.992188 2.007812 v 1.984376 c 0 1.109374 0.898438 2.007812 2.007812 2.007812 c 1.101563 -0.007812 2 -0.90625 1.992188 -2.007812 v -11.976563 c 0 -7.742187 -6.273438 -14.015625 -14.015625 -14.015625 z m -3.984375 8 c 1.109375 0 2 0.890625 2 2 v 2 c 0 1.109375 -0.890625 2 -2 2 s -2 -0.890625 -2 -2 v -2 c 0 -1.109375 0.890625 -2 2 -2 z m 8 0 c 1.109375 0 2 0.890625 2 2 v 2 c 0 1.109375 -0.890625 2 -2 2 s -2 -0.890625 -2 -2 v -2 c 0 -1.109375 0.890625 -2 2 -2 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 69.570312 64.164062 c 1.117188 1.023438 2.445313 2.414063 4.359376 4.335938 c 0.5625 0.5625 0.78125 1.492188 0.351562 2.492188 c -0.195312 0.5 -0.078125 1.0625 0.304688 1.4375 c 0.523437 0.507812 1.359374 0.507812 1.890624 0 c 0.523438 -0.523438 1.585938 -0.171876 1.84375 0.085937 l 0.960938 0.960937 v -0.007812 c 0.789062 0.78125 0.789062 2.054688 0 2.835938 l -4.726562 4.734374 c -0.78125 0.78125 -2.054688 0.78125 -2.835938 0 l -0.921875 -1.046874 c -0.523437 -0.523438 -0.523437 -1.367188 0 -1.890626 c 0.523437 -0.523437 0.523437 -1.367187 0 -1.890624 c -0.523437 -0.507813 -1.492187 -0.59375 -2.023437 -0.085938 l -2.34375 2.210938 l -4.882813 -4.890626 s 1.679687 -1.65625 2.171875 -2.132812 c 1.234375 -1.25 0.125 -2.304688 -0.421875 -2.835938 c -1.328125 -1.320312 -4.078125 -1.84375 -5.953125 -1.765624 c -0.585938 0.023437 -1.117188 -0.335938 -1.320312 -0.882813 c -0.195313 -0.554687 -0.007813 -1.171875 0.46875 -1.523437 c 5.507812 -2.320313 10.90625 -2.320313 13.078124 -0.140626 z m -4.898437 16.070313 l -10.578125 10.554687 c -0.742188 0.75 -1.34375 1.25 -2.039062 1.25 c -2.179688 -0.054687 -3.945313 -1.820312 -4 -4 c 0 -1.0625 0.257812 -1.453124 1.007812 -2.195312 l 10.59375 -10.546875 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 64 62 c -4.195312 0 -8.21875 1.648438 -11.210938 4.585938 l 5.4375 9.414062 l 7.984376 -13.828125 c -0.734376 -0.109375 -1.46875 -0.164063 -2.210938 -0.171875 z m 4.273438 0.601562 l -5.429688 9.398438 h 15.976562 c -1.867187 -4.601562 -5.757812 -8.078125 -10.546874 -9.398438 z m -16.875 5.570313 c -2.195313 2.804687 -3.390626 6.265625 -3.398438 9.828125 c 0 1.351562 0.179688 2.695312 0.523438 4 h 10.859374 z m 17.21875 5.828125 l 7.984374 13.828125 c 2.195313 -2.804687 3.390626 -6.265625 3.398438 -9.828125 c 0 -1.351562 -0.179688 -2.695312 -0.523438 -4 z m 1.15625 6 l -7.984376 13.828125 c 0.734376 0.109375 1.46875 0.164063 2.210938 0.171875 c 4.195312 0 8.21875 -1.648438 11.210938 -4.59375 z m -20.59375 4 c 1.867187 4.601562 5.757812 8.078125 10.546874 9.398438 l 5.429688 -9.398438 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<g fill="#438de6">
|
||||||
|
<path d="m 58 73.992188 c -4.414062 0 -7.984375 3.570312 -7.984375 7.984374 c 0 4.421876 3.570313 7.984376 7.984375 7.984376 h 12 c 4.414062 0 7.984375 -3.5625 7.984375 -7.984376 c 0 -4.414062 -3.570313 -7.984374 -7.984375 -7.984374 z m 0 2 h 12 c 3.351562 0 5.984375 2.632812 5.984375 5.984374 c 0 3.359376 -2.632813 5.984376 -5.984375 5.984376 h -12 c -3.351562 0 -5.984375 -2.625 -5.984375 -5.984376 c 0 -3.351562 2.632813 -5.984374 5.984375 -5.984374 z m 0 0" fill-rule="evenodd"/>
|
||||||
|
<path d="m 56 79.976562 c -0.554688 0 -1 0.453126 -1 1 c 0 1.164063 0.773438 2.164063 1.828125 2.65625 c 1.054687 0.492188 2.289063 0.492188 3.34375 0 c 1.054687 -0.492187 1.828125 -1.492187 1.828125 -2.65625 c 0 -0.546874 -0.445312 -1 -1 -1 s -1 0.453126 -1 1 c 0 0.28125 -0.179688 0.609376 -0.671875 0.835938 c -0.492187 0.234375 -1.164063 0.234375 -1.65625 0 c -0.492187 -0.226562 -0.671875 -0.554688 -0.671875 -0.835938 c 0 -0.546874 -0.445312 -1 -1 -1 z m 0 0" fill-rule="evenodd"/>
|
||||||
|
<path d="m 66.984375 79.976562 c -0.554687 0 -1 0.453126 -1 1 c 0 1.164063 0.773437 2.164063 1.828125 2.65625 c 1.054688 0.492188 2.28125 0.492188 3.335938 0 c 1.0625 -0.492187 1.828124 -1.492187 1.828124 -2.65625 c 0 -0.546874 -0.445312 -1 -1 -1 c -0.546874 0 -1 0.453126 -1 1 c 0 0.28125 -0.171874 0.609376 -0.664062 0.835938 c -0.492188 0.234375 -1.164062 0.234375 -1.65625 0 c -0.492188 -0.226562 -0.671875 -0.554688 -0.671875 -0.835938 c 0 -0.546874 -0.445313 -1 -1 -1 z m 0 0" fill-rule="evenodd"/>
|
||||||
|
<path d="m 57.84375 62.0625 l -8.625 14.9375 c -0.554688 0.953125 -0.21875 2.179688 0.734375 2.726562 c 0.953125 0.554688 2.179687 0.226563 2.734375 -0.726562 l 5.132812 -8.898438 l 2.78125 4.867188 c 0.546876 0.960938 1.765626 1.296875 2.726563 0.75 s 1.289063 -1.765625 0.75 -2.726562 z m 0 0"/>
|
||||||
|
<path d="m 70.046875 62.0625 l -6.226563 10.929688 c -0.546874 0.960937 -0.210937 2.179687 0.742188 2.726562 c 0.960938 0.546875 2.179688 0.210938 2.726562 -0.75 l 2.789063 -4.867188 l 5.132813 8.898438 c 0.554687 0.953125 1.773437 1.28125 2.726562 0.726562 c 0.960938 -0.546874 1.289062 -1.773437 0.734375 -2.726562 z m 0 0"/>
|
||||||
|
<path d="m 49.414062 76.835938 c -0.898437 1.5 -1.414062 3.265624 -1.414062 5.140624 c 0 5.507813 4.492188 10 10 10 h 12 c 5.507812 0 10 -4.492187 10 -10 c 0 -1.835937 -0.5 -3.578124 -1.375 -5.070312 l -3.453125 2.03125 c 0.523437 0.890625 0.828125 1.921875 0.828125 3.039062 c 0 3.359376 -2.640625 6 -6 6 h -12 c -3.359375 0 -6 -2.640624 -6 -6 c 0 -1.140624 0.3125 -2.1875 0.851562 -3.085937 z m 0 0" fill-rule="evenodd"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<g fill="#438de6">
|
||||||
|
<path d="m 72.382812 66 h 3.242188 c 2.40625 0 4.359375 1.953125 4.359375 4.359375 v 3.28125 c 0 2.40625 -1.953125 4.359375 -4.359375 4.359375 h -3.242188 c -2.40625 0 -4.359374 -1.953125 -4.359374 -4.359375 v -3.28125 c 0 -2.40625 1.953124 -4.359375 4.359374 -4.359375 z m 0 0"/>
|
||||||
|
<path d="m 79.976562 73.226562 v 13.976563 c 0 2.640625 -2.140624 4.773437 -4.773437 4.773437 h -17.195313 c -1.109374 0 -2.007812 -0.898437 -2.007812 -2.007812 v -0.882812 c 0 -3.914063 3.171875 -7.085938 7.085938 -7.085938 h 4.695312 c 2.28125 0 4.132812 -1.851562 4.132812 -4.125 v -4.703125 z m 0 0"/>
|
||||||
|
<path d="m 67.984375 69.929688 v -8.023438 l 4.25 4.03125 z m 0 0"/>
|
||||||
|
<path d="m 79.984375 69.929688 v -8.023438 l -3.921875 4.03125 z m 0 0"/>
|
||||||
|
<path d="m 59.757812 88 h -5.796874 c -1.070313 0 -1.960938 -0.890625 -1.960938 -1.960938 v -0.320312 c 0 -2.078125 0.851562 -4.0625 2.351562 -5.5 l 3.609376 -3.453125 c 1.34375 -1.28125 2.101562 -3.0625 2.101562 -4.914063 v -0.507812 c 0 -2.960938 -2.382812 -5.34375 -5.34375 -5.34375 h -2.929688 c -1.101562 0 -2 0.890625 -2 2 c 0 1.101562 0.898438 2 2 2 h 2.929688 c 0.734375 0 1.34375 0.609375 1.34375 1.34375 v 0.507812 c 0 0.765626 -0.3125 1.492188 -0.859375 2.023438 l -3.617187 3.453125 c -2.289063 2.1875 -3.585938 5.21875 -3.585938 8.390625 v 0.320312 c 0 3.304688 2.65625 5.960938 5.960938 5.960938 h 5.796874 c 1.101563 0 2 -0.898438 2 -2 s -0.898437 -2 -2 -2 z m 0 0"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 68 68 c -3.125 0.007812 -5.960938 1.828125 -7.257812 4.664062 c -0.851563 -0.429687 -1.789063 -0.664062 -2.742188 -0.664062 c -3.3125 0 -6 2.6875 -6 6 c 0 0.695312 0.125 1.390625 0.367188 2.046875 c -2.5 0.320313 -4.367188 2.4375 -4.367188 4.953125 c 0 2.757812 2.242188 5 5 5 h 21 c 3.3125 0 6 -2.6875 6 -6 c 0 -2.664062 -1.765625 -5.007812 -4.320312 -5.75 c 0.210937 -0.734375 0.320312 -1.492188 0.320312 -2.25 c 0 -4.421875 -3.578125 -8 -8 -8 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<g fill="#438de6">
|
||||||
|
<path d="m 68 70 v 2 c 0 0.515625 0.257812 1.054688 0.625 1.4375 l 4.5 4.5625 l -4.5 4.5625 c -0.367188 0.382812 -0.625 0.921875 -0.625 1.4375 v 2 h 2 c 0.617188 0 1.101562 -0.179688 1.5 -0.5625 l 7.3125 -7.4375 l -7.3125 -7.4375 c -0.398438 -0.382812 -0.882812 -0.5625 -1.5 -0.5625 z m 0 0"/>
|
||||||
|
<path d="m 60 70 v 2 c 0 0.515625 -0.257812 1.054688 -0.625 1.4375 l -4.5 4.5625 l 4.5 4.5625 c 0.367188 0.382812 0.625 0.921875 0.625 1.4375 v 2 h -2 c -0.617188 0 -1.101562 -0.179688 -1.5 -0.5625 l -7.3125 -7.4375 l 7.3125 -7.4375 c 0.398438 -0.382812 0.882812 -0.5625 1.5 -0.5625 z m 0 0"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 60 64 c -5.523438 0 -10 4.476562 -10 10 s 4.476562 10 10 10 c 1.664062 -0.007812 3.304688 -0.429688 4.765625 -1.234375 l 1.234375 1.234375 v 4 h 4 v 4 h 8 v -6 l -8.617188 -8.617188 c 0.398438 -1.085937 0.609376 -2.226562 0.617188 -3.382812 c 0 -5.523438 -4.476562 -10 -10 -10 z m -2 6 c 1.101562 0 2 0.898438 2 2 s -0.898438 2 -2 2 s -2 -0.898438 -2 -2 s 0.898438 -2 2 -2 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 52.398438 62 c -2.507813 0 -4.398438 2.203125 -4.398438 4.632812 v 3.367188 h 4 v -3.367188 c 0 -0.484374 0.25 -0.632812 0.398438 -0.632812 h 3.601562 v -4 z m 7.601562 0 v 4 h 8 v -4 z m 12 0 v 4 h 3.601562 c 0.148438 0 0.398438 0.148438 0.398438 0.632812 v 3.367188 h 4 v -3.367188 c 0 -2.429687 -1.890625 -4.632812 -4.398438 -4.632812 z m -24 12 v 8 h 4 v -8 z m 28 0 v 8 h 4 v -8 z m -28 12 v 3.359375 c 0 2.4375 1.890625 4.640625 4.398438 4.640625 h 3.601562 v -4 h -3.601562 c -0.148438 0 -0.398438 -0.148438 -0.398438 -0.640625 v -3.359375 z m 28 0 v 3.359375 c 0 0.492187 -0.25 0.640625 -0.398438 0.640625 h -3.601562 v 4 h 3.601562 c 2.507813 0 4.398438 -2.203125 4.398438 -4.640625 v -3.359375 z m -16 4 v 4 h 8 v -4 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 63.726562 64 c -0.539062 0.007812 -1.070312 0.054688 -1.601562 0.125 c -4.21875 0.570312 -8.046875 3.054688 -10.25 6.875 c -0.554688 0.953125 -0.226562 2.179688 0.734375 2.726562 c 0.953125 0.554688 2.179687 0.226563 2.726563 -0.726562 c 2.109374 -3.648438 6.257812 -5.578125 10.398437 -4.851562 c 3.359375 0.59375 6.117187 2.828124 7.429687 5.851562 h -3.164062 c -1.101562 0 -2 0.898438 -2 2 s 0.898438 2 2 2 h 8 c 1.101562 0 2 -0.898438 2 -2 v -8 c 0 -1.101562 -0.898438 -2 -2 -2 s -2 0.898438 -2 2 v 2.796875 c -2.046875 -3.40625 -5.5 -5.867187 -9.570312 -6.585937 c -0.90625 -0.15625 -1.8125 -0.226563 -2.703126 -0.210938 z m -13.726562 14 c -1.101562 0 -2 0.898438 -2 2 v 8 c 0 1.101562 0.898438 2 2 2 s 2 -0.898438 2 -2 v -2.789062 c 2.28125 3.789062 6.265625 6.335937 10.78125 6.734374 c 5.414062 0.476563 10.625 -2.234374 13.34375 -6.945312 c 0.554688 -0.953125 0.226562 -2.179688 -0.734375 -2.726562 c -0.453125 -0.273438 -1 -0.34375 -1.515625 -0.203126 c -0.515625 0.132813 -0.953125 0.46875 -1.21875 0.929688 c -1.945312 3.367188 -5.648438 5.296875 -9.53125 4.960938 c -3.664062 -0.320313 -6.828125 -2.617188 -8.289062 -5.960938 h 3.164062 c 1.101562 0 2 -0.898438 2 -2 s -0.898438 -2 -2 -2 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<g fill="#438de6">
|
||||||
|
<path d="m 55.898438 64 c -2.164063 0.054688 -3.898438 1.828125 -3.898438 4 c 0 1.429688 0.765625 2.75 2 3.460938 v 20.539062 h 4 v -20.539062 c 1.234375 -0.710938 2 -2.03125 2 -3.460938 c 0 -2.210938 -1.789062 -4 -4 -4 c -0.03125 0 -0.0625 0 -0.09375 0 z m 0.101562 2 c 1.101562 0 2 0.898438 2 2 s -0.898438 2 -2 2 s -2 -0.898438 -2 -2 s 0.898438 -2 2 -2 z m 0 0"/>
|
||||||
|
<path d="m 70 68 v 8 c 0 1.6875 -0.375 2.585938 -0.882812 3.101562 c -0.507813 0.507813 -1.382813 0.898438 -3.117188 0.898438 h -0.007812 l -4.039063 0.03125 c -2.140625 0.015625 -4.054687 1.023438 -5.492187 2.453125 c -1.4375 1.421875 -2.460938 3.351563 -2.460938 5.515625 h 4 c 0 -0.835938 0.476562 -1.882812 1.28125 -2.6875 c 0.804688 -0.796875 1.875 -1.28125 2.703125 -1.289062 l 4.015625 -0.023438 c 2.382812 0 4.507812 -0.609375 5.96875 -2.101562 c 1.460938 -1.484376 2.03125 -3.585938 2.03125 -5.898438 v -8 z m 0 0"/>
|
||||||
|
<path d="m 78 72 h -12 l 6 -8 z m 0 0"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 64 62 c -0.515625 0 -1.023438 0.195312 -1.414062 0.585938 l -3.171876 3.171874 l 10.476563 10.46875 c 0.351563 -0.148437 0.726563 -0.226562 1.109375 -0.226562 c 1.65625 0 3 1.34375 3 3 s -1.34375 3 -3 3 s -3 -1.34375 -3 -3 c 0 -0.367188 0.070312 -0.726562 0.203125 -1.0625 l -4.101563 -4.101562 v 8.375 c 1.148438 0.453124 1.898438 1.554687 1.898438 2.789062 c 0 1.65625 -1.34375 3 -3 3 s -3 -1.34375 -3 -3 c 0 -1.3125 0.851562 -2.46875 2.101562 -2.859375 v -10.304687 l -4.382812 -4.382813 l -9.132812 9.132813 c -0.78125 0.78125 -0.78125 2.046874 0 2.828124 l 14 14 c 0.78125 0.78125 2.046874 0.78125 2.828124 0 l 14 -14 c 0.773438 -0.78125 0.773438 -2.046874 0 -2.828124 l -14 -14 c -0.390624 -0.390626 -0.898437 -0.585938 -1.414062 -0.585938 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<linearGradient id="a" gradientTransform="matrix(0.45451 0 0 0.455522 -1210.292114 616.172607)" gradientUnits="userSpaceOnUse" x1="2689.251953" x2="2918.069824" y1="-1106.802979" y2="-1106.802979">
|
||||||
|
<stop offset="0" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.0576991" stop-color="#afd4ff"/>
|
||||||
|
<stop offset="0.122204" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.873306" stop-color="#62a0ea"/>
|
||||||
|
<stop offset="0.955997" stop-color="#c0d5ea"/>
|
||||||
|
<stop offset="1" stop-color="#62a0ea"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path d="m 21.976562 12 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 86.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -72.085938 c 0 -6.628906 -5.359375 -12 -11.972656 -12 h -46.027344 c -2.453125 0 -4.695312 -1.386718 -5.796875 -3.582031 l -1.503906 -2.992187 c -1.65625 -3.292969 -5.019531 -5.371094 -8.699219 -5.371094 z m 0 0" fill="#438de6"/>
|
||||||
|
<path d="m 65.976562 36 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 54.03125 c 0 5.542969 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.457031 9.980469 -10 v -62.03125 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="url(#a)"/>
|
||||||
|
<path d="m 65.976562 32 c -2.746093 0 -5.226562 1.101562 -7.027343 2.890625 c -2.273438 2.253906 -5.382813 5.109375 -8.632813 5.109375 h -28.339844 c -5.527343 0 -9.976562 4.460938 -9.976562 10 v 55.976562 c 0 5.539063 4.449219 10 9.976562 10 h 84.042969 c 5.53125 0 9.980469 -4.460937 9.980469 -10 v -63.976562 c 0 -5.539062 -4.449219 -10 -9.980469 -10 z m 0 0" fill="#a4caee"/>
|
||||||
|
<path d="m 50 64 v 22 l 5 8 l 5 -8 v -22 z m 16 0 v 30 h 12 v -30 z m 4 2 h 6 v 2 h -4 v 2 h 4 v 2 h -2 v 2 h 2 v 2 h -2 v 2 h 2 v 2 h -2 v 2 h 2 v 2 h -4 v 2 h 4 v 2 h -2 v 2 h 2 v 2 h -6 z m -18 20 h 6 l -2 3 h -2 z m 0 0" fill="#438de6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.1 KiB |