i3wm (.i3status)

Configuração do i3status

Categoria: Miscelânea

Software: i3wm

[ Hits: 1.662 ]

Por: Xerxes


Arquivo simples com configuração para i3status, testado no Slackware.


# 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 += "cpu_temperature 0"
order += "cpu_usage"
#order += "ipv6"
order += "disk /"
#order += "wireless _first_"
order += "volume master"
order += "ethernet _first_"
#order += "battery all"
#order += "load"
order += "tztime local"

cpu_usage {
    format = "CPU %usage"
}

cpu_temperature 0 {
        format = "TEMP %degrees°C"
        max_threshold = 90
        path = "/sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_input"
}

volume master {
        format = "VOL♪ %volume"
        format_muted = "VOL♪ muted (%volume)"
        device = "default"
        mixer = "Master"
        mixer_idx = 0
}

wireless _first_ {
        format_up = "W: (%quality at %essid) %ip"
        format_down = "W: down"
}

ethernet _first_ {
        # if you use %speed, i3status requires root privileges
        format_up = "E: %ip (%speed)"
   format_up = "E: %ip"
        format_down = "E: down"
}

battery all {
        format = "%status %percentage %remaining"
}

tztime local {
        format = "%a %d/%m %H:%M"
}

load {
        format = "%1min"
}

disk "/" {
        format = "ROOT %avail"
}
  


Comentários

Nenhum comentário foi encontrado.


Contribuir com comentário

  



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts