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
/
src
/
main.rs
blob: c85aaa126d3872c3d9e1924bc0b3c748779d524e (
plain
) (
blame
)
1
2
3
4
5
6
mod
module_communication
;
mod
config
;
fn
main
()
{
config
::
print_sample_config
();
}