feat: initial commit
This commit is contained in:
52
.i3status.conf
Executable file
52
.i3status.conf
Executable file
@@ -0,0 +1,52 @@
|
||||
# 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 += "wireless _first_"
|
||||
order += "battery all"
|
||||
order += "volume master"
|
||||
order += "disk /"
|
||||
order += "load"
|
||||
order += "cpu_temperature 0"
|
||||
order += "tztime local"
|
||||
|
||||
volume master {
|
||||
format = "Volume: %volume"
|
||||
format_muted = "Muted"
|
||||
device = "pulse:alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "Tea: %degrees °C"
|
||||
}
|
||||
|
||||
wireless _first_ {
|
||||
# format_up = "W: (%quality at %essid) %ip"
|
||||
format_up = "W: up"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "Focus: %percentage"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "Hot Loads: %1min"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "Porn folder: %avail"
|
||||
}
|
||||
Reference in New Issue
Block a user