dotfiles/.config/i3/i3status.conf

48 lines
896 B
Plaintext
Raw Normal View History

2019-10-30 20:41:58 +02:00
general {
# These will be used if not supplied by a module
# Solarized
color = '#073642'
color_good = '#859900'
color_degraded = '#b58900'
color_bad = '#dc322f'
}
py3status {
align = 'center'
markup = 'pango'
min_width = 50
separator = True
separator_block_width = 20
# border = '#4c7899'
border = '#073642'
border_bottom = 0
border_left = 0
border_right = 0
border_top = 0
}
time {
format = "%Y-%m-%d %H:%M "
}
mpd_status {
format = "{name} [[[{artist} - ]{title}]|[{file}]]"
}
volume_status {
command = "pactl"
}
weather_owm {
api_key = "4e3b7bbd3da07052c4fed6d342e48707"
city = "Tampere"
unit_temperature = "C"
format = "{city} {icon} {temperature}"
}
order += "dpms"
order += "volume_status"
order += "sysdata"
order += "gpu_temp"
order += "weather_owm"
order += "mpd_status"
order += "time"