Skip to content

Commit

Permalink
specify makedepends
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Jun 3, 2024
1 parent 87648b9 commit 9183ebc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ worked pretty well. However, it brings QT dependencies, and my stuff is all GTK-
framework, so couldn't adjust the greeter to my taste. The next choice was LightDM with [my modification](https://github.com/nwg-piotr/lightdm-nwg-greeter)
of the [LightDM Elephant Greeter](https://github.com/max-moser/lightdm-elephant-greeter) by Maximilian Moser. It looked
well, but LightDM would happen to hang way too often. Then I gave a try to greetd, and that was it. I only needed
a nice graphical greeter based on GTK3. Since there was no such thing, I had to develop my own.
a nice graphical greeter based on GTK3. Since there was no such thing, I had to develop one.

## Features

Expand All @@ -38,6 +38,13 @@ a nice graphical greeter based on GTK3. Since there was no such thing, I had to
- Hyprland or sway Wayland compositor;
- gnome-themes-extra (recommended, as it provides us with the default Adwaita theme).

## Make dependencies

- python-build
- python-installer
- python-wheel
- python-setuptools

## Installation

[![Packaging status](https://repology.org/badge/vertical-allrepos/nwg-hello.svg)](https://repology.org/project/nwg-hello/versions)
Expand Down
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

# Make sure you have 'python-build' 'python-installer' 'python-wheel' and 'python-setuptools' installed

install -D -m 644 -t /etc/nwg-hello/ nwg-hello-default.json
install -D -m 644 -t /etc/nwg-hello/ nwg-hello-default.css
install -D -m 644 -t /etc/nwg-hello/ hyprland.conf
Expand All @@ -16,4 +18,4 @@ install -Dm 644 -t "/usr/share/doc/nwg-hello" README.md

python -m build --wheel --no-isolation
[ -f /usr/bin/nwg-hello ] && sudo rm /usr/bin/nwg-hello
python -m installer dist/*.whl
python -m installer dist/*.whl

0 comments on commit 9183ebc

Please sign in to comment.