Skip to content

Commit

Permalink
fix(conky): thin-bar 1920x1080
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Dec 3, 2023
1 parent f237501 commit 5169146
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conky/thin-bar-1920x1080.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ ${font DejaVu Sans Mono:size=12}${color1}${execpi 60 JOUR=`date +%e`; cal | sed
${voffset -10}${font Exo 2:size=12:semibold}${color1}[ Schedule ] ${voffset 2}${hr 2}${font DejaVu Sans Mono:size=12}
${execpi 30 ~/dotfiles/conky/print-conky-tasks.sh}
${voffset -10}${color0}${stippled_hr}${voffset -2}
${execpi 30 ~/dotfiles/conky/print-conky-agenda.sh}
${execpi 30 ~/dotfiles/conky/print-conky-today.sh}
${voffset -10}${color0}${stippled_hr}${voffset -2}
${execpi 30 ~/dotfiles/conky/print-conky-future.sh}
### CPU
${voffset 10}${font Exo 2:size=14:semibold}${color1}[ CPU ] ${voffset 2}${hr 2}${voffset 0}$color
${voffset -42}${alignr}${color2}${font Exo 2:light:size=16}${freq_g}GHz@${acpitemp}${font Exo 2:semibold:size=16}°C
Expand Down

0 comments on commit 5169146

Please sign in to comment.