conky
This commit is contained in:
@@ -67,9 +67,11 @@ conky.config = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
mailpath = "/disks/TwoTO/Mails"
|
||||||
if hostname == "minitonitchtop" then
|
if hostname == "minitonitchtop" then
|
||||||
conky.config.gap_x = 20
|
conky.config.gap_x = 20
|
||||||
conky.config.font = 'Fira Code:size=14'
|
conky.config.font = 'Fira Code:size=14'
|
||||||
|
mailpath = "$HOME/Mails"
|
||||||
end
|
end
|
||||||
|
|
||||||
function disksbars()
|
function disksbars()
|
||||||
@@ -91,8 +93,8 @@ end
|
|||||||
function cpubars()
|
function cpubars()
|
||||||
if hostname == "minitonitchtop" then
|
if hostname == "minitonitchtop" then
|
||||||
return [[
|
return [[
|
||||||
${color}${cpubar cpu1 8, 150} ${cpubar cpu2 8, 150}
|
${color}${cpubar cpu1 8, 220} ${cpubar cpu2 8, 220}
|
||||||
${cpubar cpu3 8, 150} ${cpubar cpu4 8, 150}
|
${cpubar cpu3 8, 220} ${cpubar cpu4 8, 220}
|
||||||
]]
|
]]
|
||||||
else
|
else
|
||||||
return [[
|
return [[
|
||||||
@@ -160,7 +162,7 @@ ${color grey}Processes $hr
|
|||||||
${color gray}Count: $color$processes
|
${color gray}Count: $color$processes
|
||||||
${color grey}Infos $hr
|
${color grey}Infos $hr
|
||||||
$color${font FiraCode Nerd Font:size=10}${execi 1800 curl -s 'wttr.in/?format=4'}$font
|
$color${font FiraCode Nerd Font:size=10}${execi 1800 curl -s 'wttr.in/?format=4'}$font
|
||||||
${color gray}mto $color${new_mails /disks/TwoTO/Mails/minecraftonitch/INBOX/ 900} / ${mails /disks/TwoTO/Mails/minecraftonitch/INBOX/ 900} | ${color gray}d.t $color${new_mails /disks/TwoTO/Mails/d.tonitch/INBOX/ 900} / ${mails /disks/TwoTO/Mails/d.tonitch/INBOX/ 900} | ${color gray}d.a $color${new_mails /disks/TwoTO/Mails/debucquoy.anthony/INBOX/ 900} / ${mails /disks/TwoTO/Mails/debucquoy.anthony/INBOX/ 900}
|
${color gray}mto $color${new_mails ]]..mailpath..[[/minecraftonitch/INBOX/ 900} / ${mails ]]..mailpath..[[/minecraftonitch/INBOX/ 900} | ${color gray}d.t $color${new_mails ]]..mailpath..[[/d.tonitch/INBOX/ 900} / ${mails ]]..mailpath..[[/d.tonitch/INBOX/ 900} | ${color gray}d.a $color${new_mails ]]..mailpath..[[/debucquoy.anthony/INBOX/ 900} / ${mails ]]..mailpath..[[/debucquoy.anthony/INBOX/ 900}
|
||||||
${color grey}TODO $hr
|
${color grey}TODO $hr
|
||||||
$color${execi 60 pandoc -f markdown -t plain ~/todo.md}
|
$color${execi 60 pandoc -f markdown -t plain ~/todo.md}
|
||||||
]]
|
]]
|
||||||
|
|||||||
Reference in New Issue
Block a user