diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2025-03-26 05:01:12 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-26 21:18:07 +0700 |
commit | 9a09cbf6ebb4e53cb585a731f8b59dc6efcefb3f (patch) | |
tree | 3fbefe8d59d9c5dd60d87ec533df2520e3ccd6d5 | |
parent | f30f73212ef39687b84a1cf3a17bf0c487bf3421 (diff) |
desktop/nwg-hello: Updated for version 0.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/nwg-hello/nwg-hello.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/nwg-hello/nwg-hello.info | 6 | ||||
-rw-r--r-- | desktop/nwg-hello/nwg-hello.json | 10 |
3 files changed, 12 insertions, 6 deletions
diff --git a/desktop/nwg-hello/nwg-hello.SlackBuild b/desktop/nwg-hello/nwg-hello.SlackBuild index ee4bc4452a..f70f1dce36 100644 --- a/desktop/nwg-hello/nwg-hello.SlackBuild +++ b/desktop/nwg-hello/nwg-hello.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-hello -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/nwg-hello/nwg-hello.info b/desktop/nwg-hello/nwg-hello.info index abd991053c..8b2003b670 100644 --- a/desktop/nwg-hello/nwg-hello.info +++ b/desktop/nwg-hello/nwg-hello.info @@ -1,8 +1,8 @@ PRGNAM="nwg-hello" -VERSION="0.3.0" +VERSION="0.3.1" HOMEPAGE="https://github.com/nwg-piotr/nwg-hello/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-hello/archive/v0.3.0/nwg-hello-0.3.0.tar.gz" -MD5SUM="99fea2ab6934f1e26a053f5b7bc5c1a5" +DOWNLOAD="https://github.com/nwg-piotr/nwg-hello/archive/v0.3.1/nwg-hello-0.3.1.tar.gz" +MD5SUM="d75addc274a4421118590dbc6af1a402" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtk-layer-shell greetd python3-build python3-wheel" diff --git a/desktop/nwg-hello/nwg-hello.json b/desktop/nwg-hello/nwg-hello.json index a92b2ebfb0..90d3c86651 100644 --- a/desktop/nwg-hello/nwg-hello.json +++ b/desktop/nwg-hello/nwg-hello.json @@ -6,10 +6,11 @@ "custom_sessions": [ { "name": "Shell", - "exec": "/bin/bash" + "exec": "/usr/bin/bash" } ], "monitor_nums": [], + "form_on_monitors": [], "delay_secs": 1, "cmd-sleep": "loginctl suspend", "cmd-reboot": "loginctl reboot", @@ -18,6 +19,11 @@ "gtk-icon-theme": "", "gtk-cursor-theme": "", "prefer-dark-theme": true, + "template-name": "", + "time-format": "%H:%M:%S", + "date-format": "%A, %d. %B", + "layer": "overlay", + "keyboard-mode": "exclusive", "lang": "", "env-vars": [] -}
\ No newline at end of file +} |