package selections/icewm-full: add xscreensaver, volctl
parent
600bd0a7f5
commit
2084efbbde
|
@ -51,10 +51,15 @@ package selections:
|
||||||
add to .xinitrc.d
|
add to .xinitrc.d
|
||||||
start pipewire, pipewire-pulse, wireplumber
|
start pipewire, pipewire-pulse, wireplumber
|
||||||
start conky
|
start conky
|
||||||
start nm-applet, audio applet
|
start desktop applets
|
||||||
|
volctl &
|
||||||
|
nm-applet &
|
||||||
|
blueman-applet &
|
||||||
display README
|
display README
|
||||||
start xscreensaver
|
start xscreensaver
|
||||||
start blueman
|
xscreensaver --no-splash &
|
||||||
|
start conky
|
||||||
|
conky &
|
||||||
put README.txt with relevant information on root dir of F2FS partition
|
put README.txt with relevant information on root dir of F2FS partition
|
||||||
symlink to /home/README.txt
|
symlink to /home/README.txt
|
||||||
add a symlink ~/.local/bin/xterm that points to lxterminal
|
add a symlink ~/.local/bin/xterm that points to lxterminal
|
||||||
|
|
|
@ -6,7 +6,7 @@ function check {
|
||||||
DESCRIPTION="Fully featured desktop with IceWM"
|
DESCRIPTION="Fully featured desktop with IceWM"
|
||||||
|
|
||||||
# TODO
|
# 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 {
|
function post_install {
|
||||||
echo "desktop/icewm-light" >> /tmp/stage-2-choices
|
echo "desktop/icewm-light" >> /tmp/stage-2-choices
|
||||||
|
|
Loading…
Reference in New Issue