Meowfetch é um APP open source simples para gerar informações básicas do seu sistema operacional e hardware, confira.
Informações do sistema com Meowfetch
Programa de informações do sistema mínimo, rápido e personalizável escrito em go.
Acima temos a imagem da configuração padrão e que você consegue no quadro abaixo.
# Hello world
[core]
# List of space separated widgets
#
# Available options:
# - cpu
# - mem
# - de
# - uptime
# - colors
# - os
# - shell
widgets = "os cpu mem de colors"
# Ascii art mode
#
# Available options:
# - color
# - pride
mode = "color"
# Ascii art fg color
#
# Availabe range: 0-255
color = 5
# border style
#
# Available options:
# - round
# - single
# - double
# - none
border_style = "round"
# Border mode
# whether draw border around ascii art or only widgets.
#
# Available options:
# - widgets
# - all
border_mode = "widgets"
# Info separator
separator = ">"
align_separator = true
# Uppercase Names
uppercase_name = true
# Bold Names
bold_name = true
# Bold ascii art
bold_art = true
# Color block mode
blockmode = "circle"
[opts]
# Short format of uptime
# Short: 1H 2M 3S
# Long : 1 Hours 2 Mins 3 Secs
uptime_short = false
# Show memory precentage
memory_precent = false
# Show shell path
shell_path = false
# Show shell version
# Supported shells:
# bash, zsh, sh, yash, osh
shell_version = false
Com uma rápida alteração no arquivo de configuração consegui o resultado.
As configurações da imagem acima no quadro a seguir.
# Hello world
[core]
# List of space separated widgets
#
# Available options:
# - cpu
# - mem
# - de
# - uptime
# - colors
# - os
# - shell
widgets = "os de shell cpu mem uptime colors"
# Ascii art mode
#
# Available options:
# - color
# - pride
mode = "pride"
# Ascii art fg color
#
# Availabe range: 0-255
color = 5
# border style
#
# Available options:
# - round
# - single
# - double
# - none
border_style = "double"
# Border mode
# whether draw border around ascii art or only widgets.
#
# Available options:
# - widgets
# - all
border_mode = "all"
# Info separator
separator = ">"
align_separator = true
# Uppercase Names
uppercase_name = true
# Bold Names
bold_name = true
# Bold ascii art
bold_art = true
# Color block mode
blockmode = "circle"
[opts]
# Short format of uptime
# Short: 1H 2M 3S
# Long : 1 Hours 2 Mins 3 Secs
uptime_short = true
# Show memory precentage
memory_precent = true
# Show shell path
shell_path = false
# Show shell version
# Supported shells:
# bash, zsh, sh, yash, osh
shell_version = false
Instalação
Faça o download do binário com o comando abaixo no terminal.
wget https://github.com/Itsnexn/meowfetch/releases/download/v1.0.1/meowfetch-1.0.1-amd64.tar.gz
Descompacte o arquivo.
tar xzvf meowfetch-1.0.1-amd64.tar.gz
Entre no diretório do binario.
cd meowfetch-1.0.1-amd64
Execute o Meofetch.
./meowfetch
Configuração
Para criar o arquivo de configurações execute no terminal.
nano $HOME/.meow.conf
Cole as linhas abaixo no editor de texto nano.
# Hello world
[core]
# List of space separated widgets
#
# Available options:
# - cpu
# - mem
# - de
# - uptime
# - colors
# - os
# - shell
widgets = "os cpu mem de colors"
# Ascii art mode
#
# Available options:
# - color
# - pride
mode = "color"
# Ascii art fg color
#
# Availabe range: 0-255
color = 5
# border style
#
# Available options:
# - round
# - single
# - double
# - none
border_style = "round"
# Border mode
# whether draw border around ascii art or only widgets.
#
# Available options:
# - widgets
# - all
border_mode = "widgets"
# Info separator
separator = ">"
align_separator = true
# Uppercase Names
uppercase_name = true
# Bold Names
bold_name = true
# Bold ascii art
bold_art = true
# Color block mode
blockmode = "circle"
[opts]
# Short format of uptime
# Short: 1H 2M 3S
# Long : 1 Hours 2 Mins 3 Secs
uptime_short = false
# Show memory precentage
memory_precent = false
# Show shell path
shell_path = false
# Show shell version
# Supported shells:
# bash, zsh, sh, yash, osh
shell_version = false
Faça suas alterações, na imagem abaixo temos as opções.
Boa diversão :)
Fonte
Comentários
Postar um comentário
olá, seja bem vindo ao Linux Dicas e suporte !!