package selections/icewm-full: add xscreensaver, volctl
parent
600bd0a7f5
commit
2084efbbde
|
@ -51,10 +51,15 @@ package selections:
|
|||
add to .xinitrc.d
|
||||
start pipewire, pipewire-pulse, wireplumber
|
||||
start conky
|
||||
start nm-applet, audio applet
|
||||
start desktop applets
|
||||
volctl &
|
||||
nm-applet &
|
||||
blueman-applet &
|
||||
display README
|
||||
start xscreensaver
|
||||
start blueman
|
||||
xscreensaver --no-splash &
|
||||
start conky
|
||||
conky &
|
||||
put README.txt with relevant information on root dir of F2FS partition
|
||||
symlink to /home/README.txt
|
||||
add a symlink ~/.local/bin/xterm that points to lxterminal
|
||||
|
|
|
@ -6,7 +6,7 @@ function check {
|
|||
DESCRIPTION="Fully featured desktop with IceWM"
|
||||
|
||||
# TODO
|
||||
PACKAGES="$(cat /opt/void-usb/installer/package_selections/desktop/resources/common_packages) pavucontrol network-manager-applet vlc lxterminal bash-completion gufw conky icewm firefox arandr"
|
||||
PACKAGES="$(cat /opt/void-usb/installer/package_selections/desktop/resources/common_packages) pavucontrol network-manager-applet vlc lxterminal bash-completion gufw conky icewm firefox arandr xscreensaver-elogind volctl"
|
||||
|
||||
function post_install {
|
||||
echo "desktop/icewm-light" >> /tmp/stage-2-choices
|
||||
|
|
Loading…
Reference in New Issue