index
:
swaystatus
main
Small status bar tool for i3 or sway. Mostly coded for myself, but feel free to use/fix/extend.
Andreas Grois
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clock
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make runnable's run() method take a mutable self-reference.
Andreas Grois
2021-05-02
1
-1
/
+1
*
Add options: List plugins, and get plugin help.
Andreas Grois
2021-04-26
1
-0
/
+30
*
New clippy lints, better code...
Andreas Grois
2021-04-26
1
-7
/
+7
*
Remove redundant .cargo folders
Andreas Grois
2021-04-25
1
-2
/
+0
*
Switch clock to cdylib, makes it use a lot less RAM (800 kb)
Andreas Grois
2021-04-25
1
-1
/
+1
*
Reduce data type in clock to u64.
Andreas Grois
2021-04-22
1
-7
/
+17
*
Fix rounding issue in clock:
Andreas Grois
2021-04-22
1
-2
/
+21
*
Change format for clock refresh rate once more.
Andreas Grois
2021-04-22
1
-4
/
+3
*
Simplified clock config. It now only has 2 options for rates.
Andreas Grois
2021-04-22
1
-28
/
+46
*
Fix rounding errors. There's still a TODO:
Andreas Grois
2021-04-22
1
-13
/
+12
*
Simple synchronized clock (limited to full seconds or 1/x seconds)
Andreas Grois
2021-04-20
1
-14
/
+35
*
Clock now does something (but isn't done yet).
Andreas Grois
2021-04-19
2
-5
/
+38
*
First semi-working implementation.
Andreas Grois
2021-04-18
4
-0
/
+109