i3 WM (i3status.conf)
Configuração da i3bar
Categoria: Miscelânea
Software: i3 WM
[ Hits: 4.926 ]
Por: soul
Minha configuração da i3bar, basicamente adicionei dois parâmetros para monitorar as demais partições no HD e uma linha para corrigir o indicador de bateria, para uso em notebook.
# 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 = false interval = 5 } #order += "ipv6" order += "disk /" order += "disk /media/Windows10" order += "disk /media/Arquivos" #order += "run_watch DHCP" #order += "run_watch VPN" order += "wireless wlan0" order += "ethernet eth0" order += "battery 0" #order += "load" order += "tztime local" wireless wlan0 { format_up = "Wireless: (%quality %essid) %ip" format_down = "Wireless: down" } ethernet eth0 { # if you use %speed, i3status requires root privileges format_up = "Ethernet: %ip (%speed)" format_down = "Ethernet: down" } battery 0 { format = "%status: %percentage %remaining" # Para notebook, descomentar a linha abaixo caso o indicador não funcione #path = "/sys/class/power_supply/CMB0/uevent" } run_watch DHCP { pidfile = "/var/run/dhclient*.pid" } run_watch VPN { pidfile = "/var/run/vpnc/pid" } tztime local { format = "%Y-%m-%d %H:%M:%S" } load { format = "%1min" } disk "/" { format = "Debian: %avail free" } disk "/media/Windows10" { # Partição montada format = "Windows 10: %avail free" } disk "/media/Arquivos" { # Partição montada format = "Arquivos: %avail free" }
Nenhum coment�rio foi encontrado.
Atualizando o Passado: Linux no Lenovo G460 em 2025
aaPanel - Um Painel de Hospedagem Gratuito e Poderoso
O macete do Warsaw no Linux Mint e cia
Visualizar arquivos em formato markdown (ex.: README.md) pelo terminal
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)
Será que eu deveria apreender C/C++ para desenvolver para Linux? (4)