aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJay Lanagan <j@lngn.net>2023-05-12 00:50:02 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 19:27:12 +0700
commit0679e8345c8339829664efaad481962f48bae02b (patch)
treee9eccde9ea08b101fb337213d6dc8b41c23ca8e5 /desktop
parentbfcae61568feaaf421d948489b04587bc16aedc6 (diff)
desktop/nwg-shell: Update REQUIRES.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/nwg-shell/README9
-rw-r--r--desktop/nwg-shell/nwg-shell.SlackBuild2
-rw-r--r--desktop/nwg-shell/nwg-shell.info2
-rw-r--r--desktop/nwg-shell/slackware.patch16
4 files changed, 26 insertions, 3 deletions
diff --git a/desktop/nwg-shell/README b/desktop/nwg-shell/README
index 91a2c5f78c48..41d2605e7c93 100644
--- a/desktop/nwg-shell/README
+++ b/desktop/nwg-shell/README
@@ -14,17 +14,24 @@ the dependencies.
Ensure your $USER is in the 'video' group.
1. Run (as $USER) 'xdg-user-dirs-update'
+ (first launch only)
2. then Run 'nwg-shell-installer -a'
+ (installs default skeleton config)
3. Launch 'sway'
+After initial setup, one need only exec
+'sway' to load nwg-shell.
+
By default nwg-shell uses:
+-playerctl (media player)
-Firefox (web browsing)
-mousepad (text editor)
-thunar (file explorer)
+-gtklock (lockscreen)
Ensure you have a full Slackware install
(or everything but /kde). Default apps are
from XFCE, so ensure you've installed the
-package series.
+xfce/ package series.
All defaults are user configurable within the WM.
diff --git a/desktop/nwg-shell/nwg-shell.SlackBuild b/desktop/nwg-shell/nwg-shell.SlackBuild
index 33328ec41e9a..4eb7c7a59b6d 100644
--- a/desktop/nwg-shell/nwg-shell.SlackBuild
+++ b/desktop/nwg-shell/nwg-shell.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-shell
VERSION=${VERSION:-0.4.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/desktop/nwg-shell/nwg-shell.info b/desktop/nwg-shell/nwg-shell.info
index 9bb6f5048ba5..4dc46a7fd60d 100644
--- a/desktop/nwg-shell/nwg-shell.info
+++ b/desktop/nwg-shell/nwg-shell.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/releases/download/v0.4.3/nwg-sh
MD5SUM="05f025bf164e3899db7701587951a6d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="foot grim jq light papirus-icon-theme playerctl geopy slurp swappy sway swayidle swaylock swaybg wl-clipboard wlsunset azote gopsuinfo nwg-bar nwg-dock nwg-drawer nwg-menu nwg-look nwg-panel nwg-shell-config nwg-shell-wallpapers nwg-wrapper nwg-displays python3-autotiling python3-dasbus SwayNotificationCenter xdg-desktop-portal-wlr"
+REQUIRES="foot grim jq brightnessctl light papirus-icon-theme playerctl geopy slurp gtklock gtklock-playerctl-module gtklock-powerbar-module gtklock-userinfo-module swappy sway swayidle swaylock swaybg wl-clipboard wlsunset azote gopsuinfo nwg-bar nwg-dock nwg-drawer nwg-menu nwg-look nwg-panel nwg-shell-config nwg-shell-wallpapers nwg-wrapper nwg-displays python3-autotiling python3-dasbus SwayNotificationCenter xdg-desktop-portal-wlr"
MAINTAINER="Jay Lanagan"
EMAIL="j@lngn.net"
diff --git a/desktop/nwg-shell/slackware.patch b/desktop/nwg-shell/slackware.patch
index 9b05d1f639a0..1cbf3e5ca61b 100644
--- a/desktop/nwg-shell/slackware.patch
+++ b/desktop/nwg-shell/slackware.patch
@@ -121,3 +121,19 @@
### Turn off screen on lid closed
+--- a/nwg_shell/skel/data/nwg-shell-config/settings
++++ b/nwg_shell/skel/data/nwg-shell-config/settings
+@@ -83,9 +83,9 @@
+ "gtklock-logout-command": "swaymsg exit",
+ "gtklock-playerctl": false,
+ "gtklock-powerbar": false,
+- "gtklock-poweroff-command": "systemctl -i poweroff",
+- "gtklock-reboot-command": "systemctl reboot",
+- "gtklock-suspend-command": "systemctl suspend",
++ "gtklock-poweroff-command": "loginctl poweroff",
++ "gtklock-reboot-command": "loginctl reboot",
++ "gtklock-suspend-command": "loginctl suspend",
+ "gtklock-time-format": "%H:%M:%S",
+ "gtklock-userinfo": false,
+ "gtklock-userswitch-command": ""
+