add connman networkmanager for more comfort

This commit is contained in:
Marcus 2023-05-02 23:26:22 +02:00
parent 6d18113e7b
commit e98ffbcbe3
2 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,8 @@
<RootMenu onroot="12"> <RootMenu onroot="12">
<!-- <Include>/etc/jwm/debian-menu</Include> --> <!-- <Include>/etc/jwm/debian-menu</Include> -->
<Include>exec: xdgmenumaker -n -i -f jwm</Include> <Include>exec: xdgmenumaker -n -i -f jwm</Include>
<Separator/>
<Program icon="/usr/share/icons/Adwaita/scalable/apps/preferences-system-network-symbolic.svg" label="Network settings">connman-gtk</TrayButton>
<Program icon="/usr/share/icons/Adwaita/scalable/devices/video-display-symbolic.svg" label="Display settings">arandr</TrayButton> <Program icon="/usr/share/icons/Adwaita/scalable/devices/video-display-symbolic.svg" label="Display settings">arandr</TrayButton>
<Separator/> <Separator/>
<Program icon="lock.png" label="Lock"> <Program icon="lock.png" label="Lock">
@ -20,7 +22,7 @@
gxmessage "Reboot?" -title "Reboot?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot gxmessage "Reboot?" -title "Reboot?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
</Program> </Program>
<Program label="Shutdown" icon="/usr/share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg"> <Program label="Shutdown" icon="/usr/share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg">
gxmessage "Shutdown?"-title "Shutdown?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot gxmessage "Shutdown?" -title "Shutdown?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
</Program> </Program>
</RootMenu> </RootMenu>
@ -240,5 +242,6 @@
<StartupCommand>$(find ~/.screenlayout/ -type f -executable|head -n 1)</StartupCommand> <StartupCommand>$(find ~/.screenlayout/ -type f -executable|head -n 1)</StartupCommand>
<StartupCommand>xscreensaver -no-splash</StartupCommand> <StartupCommand>xscreensaver -no-splash</StartupCommand>
<StartupCommand>gxmessage -center -file /usr/share/nanodesk/firstlogin/welcome.md -title "Welcome to nanodesk"</StartupCommand> <StartupCommand>gxmessage -center -file /usr/share/nanodesk/firstlogin/welcome.md -title "Welcome to nanodesk"</StartupCommand>
<StartupCommand>connman-ui-gtk</StartupCommand>
</JWM> </JWM>

View file

@ -64,6 +64,8 @@ apt install -y \
host \ host \
wireless-tools \ wireless-tools \
wpagui \ wpagui \
connman-gtk \
connman-ui-gtk \
xserver-xorg \ xserver-xorg \
xscreensaver \ xscreensaver \
xfonts-75dpi \ xfonts-75dpi \