Compare commits

...

2 Commits

Author SHA1 Message Date
randomuser 7f098bede3 update todolist 2022-07-06 00:12:33 -05:00
randomuser f98f12504d add net script 2022-07-06 00:12:20 -05:00
3 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ sh:
cp -f sh/tmenu-backend $(DESTDIR)$(PREFIX)/bin
cp -f sh/tmenu_run $(DESTDIR)$(PREFIX)/bin
cp -f sh/ss $(DESTDIR)$(PREFIX)/bin
cp -f sh/net $(DESTDIR)$(PREFIX)/bin
mkc: c/scream c/timer c/boid c/anaconda c/colors

1
TODO
View File

@ -2,4 +2,5 @@ TODO LIST
---------
- change statusbar program so it uses static allocations instead of dynamic ones
- fix paste
- make the c programs less buggy and let them not suck as much

4
sh/net Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# designed to be called from sxhkd (x session)
[ "$(pgrep NetworkManager)" ] && st -e nmtui