2019-10-30 20:41:58 +02:00
|
|
|
general {
|
|
|
|
# These will be used if not supplied by a module
|
|
|
|
# Solarized
|
2020-06-03 16:51:25 +03:00
|
|
|
#color = '#073642' # base0
|
|
|
|
color = '#93a1a1' # base1
|
2019-10-30 20:41:58 +02:00
|
|
|
color_good = '#859900'
|
|
|
|
color_degraded = '#b58900'
|
|
|
|
color_bad = '#dc322f'
|
|
|
|
}
|
|
|
|
py3status {
|
|
|
|
align = 'center'
|
|
|
|
markup = 'pango'
|
|
|
|
min_width = 50
|
|
|
|
separator = True
|
|
|
|
separator_block_width = 20
|
2020-06-03 16:51:25 +03:00
|
|
|
border = '#4c7899'
|
|
|
|
#border = '#073642'
|
2019-10-30 20:41:58 +02:00
|
|
|
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"
|