First commit. Add .i3 directory
This commit is contained in:
26
.i3/lemonbar/conky_slow
Normal file
26
.i3/lemonbar/conky_slow
Normal file
@@ -0,0 +1,26 @@
|
||||
-- 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} \
|
||||
${exec ~/.i3/lemonbar/get_bat.sh} \
|
||||
${exec brillo} \
|
||||
${exec /home/kuba/.i3/scripts/lang.sh show}
|
||||
]]
|
||||
Reference in New Issue
Block a user