This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%} |