This file contains hidden or 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
sysinfo | |
``` | |
Процессор: | |
Поставщик: AuthenticAMD | |
Семейство процессора: 0x10 | |
Модель процессора: 0x4 | |
Степпинг процессора: 0x2 | |
Тип процессора: 0x0 | |
Тактовая частота: 2800 МГц | |
Кол-во логических процессоров: 4 |
This file contains hidden or 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 | |
#IMPORTANT!!!!! | |
#THERE IS OLDER VERSION OF THIS SCRIPT, I RECOMMEND YOU TO USE NEWER. OLD ONE CREATES DEB PACAKAGE, STARTS BELOW LINE 232 | |
if [ "$(id -u)" != "0" ]; then | |
echo "This script must be run as root" 1>&2 | |
exit 1 | |
fi | |
echo -e "What would you like to do with sound icons for Mint-X theme?\n\t1)Restore original\n\t2)Make small\n\t3)Quit" | |
cd /usr/share/icons/Mint-X/status/scalable/ |
NewerOlder