mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update i3, bspwm config, add screenhot for bspwm
This commit is contained in:
parent
5374db696a
commit
b11c53f634
13 changed files with 102 additions and 159 deletions
40
config/i3/i3status
Normal file
40
config/i3/i3status
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# vim: ft=conf
|
||||
general {
|
||||
colors = false
|
||||
interval = 1
|
||||
output_format = "i3bar"
|
||||
}
|
||||
|
||||
order += "volume master"
|
||||
order += "wireless _first_"
|
||||
#order += "battery all"
|
||||
order += "tztime local"
|
||||
|
||||
volume master {
|
||||
format = " %volume"
|
||||
format_muted = " %volume"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 2
|
||||
}
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "%quality"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage"
|
||||
last_full_capacity = true
|
||||
format_down = "No battery"
|
||||
status_chr = ""
|
||||
status_bat = ""
|
||||
status_unk = "? UNK"
|
||||
status_full = ""
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
low_threshold = 10
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = " %d %b %H:%M"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue