Skip to content

Instantly share code, notes, and snippets.

View tnga's full-sized avatar

Tindo Arsel tnga

View GitHub Profile
background: linear-gradient(319deg, #f02306, #e9f418);
background-size: 400% 400%;
-webkit-animation: gradient-animatortest 30s ease infinite;
-moz-animation: gradient-animatortest 30s ease infinite;
-o-animation: gradient-animatortest 30s ease infinite;
animation: gradient-animatortest 30s ease infinite;
@-webkit-keyframes gradient-animatortest {
0%{background-position:23% 0%}
@tnga
tnga / umi-moka-getnewicon.sh
Last active May 4, 2019 17:14
A script for quick get icons that are not referenced from Moka icon's source folder to UMI icon's source folder.
#!/bin/bash
#
# Description:
# A script for quick get icons that are not referenced from Moka icon's source folder to UMI icon's source folder.
# NOTE:
# Moka icon's source folder and UMI icon's source folder have to be in the same directory.
#
# Legal Stuff: <https://www.gnu.org/licenses/gpl-3.0.txt>
# @tnga
@tnga
tnga / umi-mmv-deep
Created May 26, 2019 12:15
A script for deeply process mmv task.
#!/bin/bash
#
# Description:
# A script for deeply process mmv task.
# NOTE:
# See `man mmv` command for more details
#
# version: 0.1.0
# Legal Stuff: <https://www.gnu.org/licenses/gpl-3.0.txt>
# @tnga / © 2019 UMI.Lab