i3 (i3status.conf)
Arquivo de status do i3
Categoria: Miscelânea
Software: i3
[ Hits: 16.530 ]
Por: Xerxes
Arquivo que deve ser renomeado e ficar em ~/.i3status.conf. Trata-se das definições do status do gerenciador de janelas i3, personalizado.
# i3status configuration file. # see "man i3status" for documentation. # It is important that this file is edited as UTF-8. # The following line should contain a sharp s: # ß # If the above line is not correctly displayed, fix your editor first! general { colors = true interval = 5 } #order += "ipv6" order += "disk /" #order += "run_watch DHCP" #order += "run_watch VPN" order += "wireless wlan0" order += "ethernet eth0" order += "battery 0" #order += "load" order += "cpu_temperature 0" order += "cpu_usage" order += "tztime local" order += "volume master" wireless wlan0 { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } ethernet eth0 { # if you use %speed, i3status requires root privileges format_up = "E: %ip (%speed)" format_down = "E: down" } battery 0 { #format = "%status %percentage %remaining" #format = "Bat: %status %remaining (%emptytime %consumption)" format = "Bat: %status %percentage" } run_watch DHCP { pidfile = "/var/run/dhclient*.pid" } run_watch VPN { pidfile = "/var/run/vpnc/pid" } tztime local { format = "%a, %d %b - %H:%M" } load { format = "%1min" } cpu_usage { format = "CPU: %usage" } disk "/" { format = "HD: %percentage_used usado, %avail disp" } volume master { format = "♪: %volume" device = "default" mixer = "Master" mixer_idx = 0 } cpu_temperature 0 { format = "Temp: %degrees °C" path = "/sys/devices/platform/coretemp.0/temp2_input" }
Aprenda a Gerenciar Permissões de Arquivos no Linux
Como transformar um áudio em vídeo com efeito de forma de onda (wave form)
Como aprovar Pull Requests em seu repositório Github via linha de comando
Dando - teoricamente - um gás no Gnome-Shell do Arch Linux
Como instalar o Google Cloud CLI no Ubuntu/Debian
Mantenha seu Sistema Leve e Rápido com a Limpeza do APT!
Procurando vídeos de YouTube pelo terminal e assistindo via mpv (2025)