Skip to content

Commit

Permalink
feat(conky): ArchBootes tinkering
Browse files Browse the repository at this point in the history
Welcome back, let's make this thing actually work
  • Loading branch information
vEnhance committed Jul 25, 2024
1 parent ece7f72 commit bdf6e62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions conky/bootes-bar.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ conky.config = {

conky.text = [[
### CAL AND HOSTNAME
${voffset 3}
${color7}${offset 10}${font Exo 2:size=14}${execi 999999999 whoami}@${nodename}${alignr}${color8}[${execi 600 checkupdates | wc -l}]
${color7}${voffset -5}${offset 10}${cpubar cpu0 0, 220}${voffset -5}
${font DejaVu Sans Mono:size=11}${color1}${execpi 60 JOUR=`date +%e`; cal | sed '1d' | sed 's/^/ /g' | sed 's/$/ /g' | sed /" $JOUR "/s/" $JOUR "/" "'${font DejaVu Sans Mono:size=11:bold}${color ffffff}'"$JOUR"'${font DejaVu Sans Mono:size=11}${color bbbbbb}'" "/}
Expand All @@ -77,8 +78,8 @@ ${execpi 30 ~/dotfiles/conky/print-conky-future.sh}
### CPU
${voffset 10}${font Exo 2:semibold}${color1}[ CPU ] ${voffset 2}${hr 2}${voffset 0}$color
${voffset -35}${alignr}${color2}${font Exo 2:light:size=16}${freq_g}GHz@${acpitemp}${font Exo 2:semibold:size=13}°C
${voffset 7}${alignr}${color7}${font Exo 2:size=20} ${cpu cpu0}% ${voffset 5} ${cpugraph 32,240}
${voffset -40}${color9}${font DejaVu Sans:light:size=12}${goto 175}Uptime: ${uptime}
${voffset 7}${alignr}${color7}${font Exo 2:size=20} ${cpu cpu0}% ${voffset -5} ${cpugraph 32,240}
${voffset -20}${color9}${font DejaVu Sans:light:size=12}${goto 175}Uptime: ${uptime}
### TOP CPU PROCESSES
${voffset 25}${font Exo 2:bold:size=9}${color8}PROCESS (${processes}) ${goto 155}${color6}CPU%${color8}${goto 220}MEM${goto 290}PID
${voffset -10}${color0}${stippled_hr}${voffset -2}
Expand Down
2 changes: 1 addition & 1 deletion conky/run-conky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
if [ "$(hostname)" = ArchBootes ]; then
if [ "$(whoami)" = "evan" ]; then
conky -c ~/dotfiles/conky/bootes-bar.conf &
conky -c ~/dotfiles/conky/cal3.conf &
conky -c ~/dotfiles/conky/cal2.conf &
fi
if [ "$(whoami)" = "star" ]; then
conky -c ~/dotfiles/conky/cali-gaming-bar.conf &
Expand Down
4 changes: 2 additions & 2 deletions i3/extras.ArchBootes
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ workspace 8 output HDMI-0
workspace 9 output DP-4
workspace 10 output DP-4

workspace 0 gaps right 400
workspace 1 gaps right 400
workspace 0 gaps right 440
workspace 1 gaps right 440

0 comments on commit bdf6e62

Please sign in to comment.