Ícone de "Mute Mic" para keycap.
URL curta para a imagem: https://t.ly/Mi9GM
// ==UserScript== | |
// @name Redmine Custom Font | |
// @namespace https://github.com/gustavomdsantos | |
// @version 1.0 | |
// @description Changes Redmine interface font to "Lato". Useful when "Helvetica" font (not suitable for screens) is installed on PC. | |
// @author Gustavo Moraes ([email protected]) | |
// @match https://sistemas.agricultura.gov.br/redmine/* | |
// @icon https://www.redmine.org/favicon.ico | |
// @grant none | |
// @run-at document-start |
#!/bin/bash | |
#=========================================== | |
# LUFS to Volume Relative (VR) Converter | |
# Simple implementation based on formula: | |
# VR = 9.09 * LUFS + 154.54 | |
#=========================================== | |
script_name="${SCRIPT_ALIAS:-$(basename "$0")}" |
function set-title() { | |
if [[ -z "$ORIG" ]]; then | |
ORIG=$PS1 | |
fi | |
TITLE="\[\e]2;$*\a\]" | |
PS1=${ORIG}${TITLE} | |
} | |
set-title "Terminal - $PWD" |
/* | |
Workarounds for a better user experience in Windows. | |
Ruindows = Ruim + Windows | |
*/ | |
#SingleInstance Force | |
;================= VARIABLES =================== | |
ScriptName := "Ruindows Workarounds" |
Ícone de "Mute Mic" para keycap.
URL curta para a imagem: https://t.ly/Mi9GM
Agro.gov.br - Logotipo de 2023-2026 do Ministério da Agricultura e Pecuária.
#!/usr/bin/env bash | |
windowTitle="ScrCpy Launcher, by rom1v and gustavomdsantos" | |
bold=$(tput bold) | |
normal=$(tput sgr0) | |
splashText=" | |
${bold}rom1v${normal} and ${bold}gustavomdsantos${normal} presents: |