Remove done TODO, clean up installation instructions

This commit is contained in:
Emma Nora Theuer 2024-12-31 03:56:15 +00:00
parent 3363e9ef73
commit f40a5c2b94

View file

@ -62,12 +62,12 @@ sudo mkdir -p /var/log/wallman
sudo chmod 733 /var/log/wallman sudo chmod 733 /var/log/wallman
mkdir -p ~/.config/wallman mkdir -p ~/.config/wallman
cp sample_config.toml ~/.config/wallman/wallman.toml cp sample_config.toml ~/.config/wallman/wallman.toml
doas mkdir -p /etc/wallman/ sudo mkdir -p /etc/wallman/
cp -R icons/ /etc/wallman/ cp -R icons/ /etc/wallman/
doas cp src/wallman.py /usr/bin/wallman sudo cp src/wallman.py /usr/bin/wallman
doas cp src/wallman_lib.py /usr/bin/wallman_lib.py sudo cp src/wallman_lib.py /usr/bin/wallman_lib.py
doas cp src/wallman_systray.py /usr/bin/wallman_systray.py sudo cp src/wallman_systray.py /usr/bin/wallman_systray.py
doas chmod +x /usr/bin/wallman sudo chmod +x /usr/bin/wallman
#+END_SRC #+END_SRC
+ Edit the sample config + Edit the sample config
+ Profit + Profit
@ -114,7 +114,6 @@ The keys in the dictionary once again do not matter, the names of the keys in ea
** Structuring ** Structuring
+ Write unittests + Write unittests
+ Add documentation for developers + Add documentation for developers
+ Add more type annotations!
** Technical Details ** Technical Details
+ Improve Modularity (Partially done) + Improve Modularity (Partially done)