Skip to content

merely just a script showing the most urgent task and allowing it to be marked done

Notifications You must be signed in to change notification settings

dakuten/taskwarrior-polybar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

taskwarrior-polybar

merely a script showing the most urgent task and allowing it to be marked done

screenshot

Place task_polybar.sh in your $XDG_CONFIG_HOME/polybar folder and add the following module to your config file:

[module/taskwarrior]
interval = 30
type = custom/script
exec = $XDG_CONFIG_HOME/polybar/task_polybar.sh
format = <label>
format-foreground = #FFF
format-prefix = ""
click-left = task "$((`cat /tmp/tw_polybar_id`))" done

The font here used for special characters is Wuncon Siji.

About

merely just a script showing the most urgent task and allowing it to be marked done

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages