+i3 status configuration
Will be symlinked to .i3status.conf
This commit is contained in:
2
files
2
files
@@ -1 +1 @@
|
|||||||
tmux.conf vimrc zshenv doom.d mpd mpv alacritty.yml ncmpcpp
|
tmux.conf vimrc zshenv doom.d mpd mpv alacritty.yml ncmpcpp i3status.conf
|
||||||
|
|||||||
34
i3status.conf
Normal file
34
i3status.conf
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
general {
|
||||||
|
output_format = "i3bar"
|
||||||
|
colors = true
|
||||||
|
interval = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
order += "wireless wlp2s0"
|
||||||
|
order += "disk /home"
|
||||||
|
order += "battery 0"
|
||||||
|
order += "tztime local"
|
||||||
|
|
||||||
|
tztime local {
|
||||||
|
format = "%Y-%m-%d %H:%M:%S"
|
||||||
|
}
|
||||||
|
|
||||||
|
wireless wlp2s0 {
|
||||||
|
format_up = "Qual:%quality | Connected: %ip@%essid"
|
||||||
|
format_down = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
disk /home {
|
||||||
|
format = "Pr0n drive: %free"
|
||||||
|
}
|
||||||
|
|
||||||
|
battery 0 {
|
||||||
|
format = "%status %percentage %emptytime"
|
||||||
|
format_down = "No battery"
|
||||||
|
status_chr = "⚡ CHR"
|
||||||
|
status_bat = " BAT"
|
||||||
|
status_unk = "? UNK"
|
||||||
|
status_full = "☻ FULL"
|
||||||
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||||
|
low_threshold = 10
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user