Also temporary placeholders in conky for battery and screen brightness when on desktop
27 lines
453 B
Plaintext
27 lines
453 B
Plaintext
-- Conky for external bar
|
|
-- out simple text to console
|
|
|
|
conky.config = {
|
|
background=false,
|
|
update_interval=5,
|
|
total_run_times=0,
|
|
override_utf8_locale=true,
|
|
short_units=true,
|
|
uppercase=false,
|
|
out_to_console=true,
|
|
out_to_x=false,
|
|
if_up_strictness='address',
|
|
format_human_readable=true,
|
|
}
|
|
|
|
conky.text = [[
|
|
CNK_SLOW \
|
|
${cpu} \
|
|
${mem} \
|
|
${fs_used_perc /} \
|
|
${fs_used_perc /home} \
|
|
F100 \
|
|
100.00 \
|
|
${exec /home/kuba/.i3/scripts/lang.sh show}
|
|
]]
|