desktop/nwg-shell: Update REQUIRES.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bfcae61568
commit
0679e8345c
|
@ -14,17 +14,24 @@ the dependencies.
|
||||||
Ensure your $USER is in the 'video' group.
|
Ensure your $USER is in the 'video' group.
|
||||||
|
|
||||||
1. Run (as $USER) 'xdg-user-dirs-update'
|
1. Run (as $USER) 'xdg-user-dirs-update'
|
||||||
|
(first launch only)
|
||||||
2. then Run 'nwg-shell-installer -a'
|
2. then Run 'nwg-shell-installer -a'
|
||||||
|
(installs default skeleton config)
|
||||||
3. Launch 'sway'
|
3. Launch 'sway'
|
||||||
|
|
||||||
|
After initial setup, one need only exec
|
||||||
|
'sway' to load nwg-shell.
|
||||||
|
|
||||||
By default nwg-shell uses:
|
By default nwg-shell uses:
|
||||||
|
-playerctl (media player)
|
||||||
-Firefox (web browsing)
|
-Firefox (web browsing)
|
||||||
-mousepad (text editor)
|
-mousepad (text editor)
|
||||||
-thunar (file explorer)
|
-thunar (file explorer)
|
||||||
|
-gtklock (lockscreen)
|
||||||
|
|
||||||
Ensure you have a full Slackware install
|
Ensure you have a full Slackware install
|
||||||
(or everything but /kde). Default apps are
|
(or everything but /kde). Default apps are
|
||||||
from XFCE, so ensure you've installed the
|
from XFCE, so ensure you've installed the
|
||||||
package series.
|
xfce/ package series.
|
||||||
|
|
||||||
All defaults are user configurable within the WM.
|
All defaults are user configurable within the WM.
|
||||||
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=nwg-shell
|
PRGNAM=nwg-shell
|
||||||
VERSION=${VERSION:-0.4.3}
|
VERSION=${VERSION:-0.4.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/releases/download/v0.4.3/nwg-sh
|
||||||
MD5SUM="05f025bf164e3899db7701587951a6d1"
|
MD5SUM="05f025bf164e3899db7701587951a6d1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_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"
|
MAINTAINER="Jay Lanagan"
|
||||||
EMAIL="j@lngn.net"
|
EMAIL="j@lngn.net"
|
||||||
|
|
|
@ -121,3 +121,19 @@
|
||||||
|
|
||||||
### Turn off screen on lid closed
|
### 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": ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue