Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
L4z3x authored Oct 8, 2024
1 parent 1f127f7 commit 75134b3
Showing 1 changed file with 31 additions and 16 deletions.
47 changes: 31 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,40 @@ by visualzing your goals/quests in the home background and tracking them

git clone https://github.com/L4z3x/goal_screener/
cd goal_screener

if you use Linux (gtk-based DE)
execute the script init.sh:

sudo ./init.sh
to run the app:

sudo python app.py
## install dependecies:
### linux
debian:

sudo apt install python3-pil python3-pyqt5

arch:

sudo pacman -S python-pil python-pyqt5
### windows

pip install PyQt5 pillow

## Linux (gtk-based DE)
### Arch-Based Distros:
sudo pacman -U goalScreener-1.0-1-x86_64.pkg.tar.zst

for Windows
create the file ./assets/Quest.json
### Debian-Based Distros:
dpkg -i goalScreener.deb

## Windows
run the app Win_app/goalScreener
and it would be better to create a shortcut

cd ./assets/
echo NUL > Quest.json
## NOTE(linux):
if the wallpaper does't seem to be set try running:

gsettings get org.gnome.desktop.background picture-uri
then take the output and run the following:

gsettings set org.gnome.desktop.background picture-uri-dark (your output url)

install pillow and Pyqt
or if you don't use dark mode:

pip install -r requirement.txt
gsettings set org.gnome.desktop.background picture-uri (your output url)

now you can run the app from (.\"windows app"\goalScreener)
and don't forget to create a symlink (shortcut) for easy access.

0 comments on commit 75134b3

Please sign in to comment.