Skip to content

Commit

Permalink
chore: Show total number of added or removed TODO statements
Browse files Browse the repository at this point in the history
       This is done throughout all my Org mode agenda files. So it's a
       good proxy for productivity.
  • Loading branch information
munen committed Dec 6, 2022
1 parent b391887 commit 53b912c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion polybar/.config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ font-1 = NotoEmoji:style=Book:scale=12
font-2 = "Noto Sans:size=7;1"

modules-left = xworkspaces
modules-right = airquality filesystem pulseaudio memory cpu battery backlight temperature date
modules-right = productivity airquality filesystem pulseaudio memory cpu battery backlight temperature date

cursor-click = pointer
cursor-scroll = ns-resize
Expand All @@ -62,6 +62,10 @@ enable-ipc = true

; override-redirect = true

[module/productivity]
type = custom/script
exec = echo 💪 `emacsclient -a "" --eval "(productivity-of-the-day)"`

[module/airquality]
type = custom/script
exec = echo "🍃 `if [ -f ~/bin/bb ]; then ~/bin/co2_stats.clj | awk '{ print $3}'; else echo '-'; fi`"
Expand Down

0 comments on commit 53b912c

Please sign in to comment.