conky
This commit is contained in:
@@ -67,9 +67,11 @@ conky.config = {
|
||||
}
|
||||
|
||||
|
||||
mailpath = "/disks/TwoTO/Mails"
|
||||
if hostname == "minitonitchtop" then
|
||||
conky.config.gap_x = 20
|
||||
conky.config.font = 'Fira Code:size=14'
|
||||
mailpath = "$HOME/Mails"
|
||||
end
|
||||
|
||||
function disksbars()
|
||||
@@ -91,8 +93,8 @@ end
|
||||
function cpubars()
|
||||
if hostname == "minitonitchtop" then
|
||||
return [[
|
||||
${color}${cpubar cpu1 8, 150} ${cpubar cpu2 8, 150}
|
||||
${cpubar cpu3 8, 150} ${cpubar cpu4 8, 150}
|
||||
${color}${cpubar cpu1 8, 220} ${cpubar cpu2 8, 220}
|
||||
${cpubar cpu3 8, 220} ${cpubar cpu4 8, 220}
|
||||
]]
|
||||
else
|
||||
return [[
|
||||
@@ -160,7 +162,7 @@ ${color grey}Processes $hr
|
||||
${color gray}Count: $color$processes
|
||||
${color grey}Infos $hr
|
||||
$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${execi 60 pandoc -f markdown -t plain ~/todo.md}
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user