Minor fixes and improvements.

This commit is contained in:
Andreas B. Mundt 2023-09-19 19:03:38 +02:00
parent 2e0ffda273
commit b62498da3a
5 changed files with 10 additions and 3 deletions

View file

@ -82,6 +82,7 @@ widgetSetProperty({
configGroup: "General", configGroup: "General",
configKey: "systemFavorites", configKey: "systemFavorites",
configValue: ["reboot", "shutdown", "logout"], configValue: ["reboot", "shutdown", "logout"],
//configValue: ["logout"],
}); });

View file

@ -14,9 +14,13 @@
{ {
"toplevel_name": "FvS-Reutlingen" "toplevel_name": "FvS-Reutlingen"
}, },
{
"url": "https://www.steinbeisschule-reutlingen.de",
"name": "FvS-Homepage"
},
{ {
"url": "https://server.pn.steinbeis.schule", "url": "https://server.pn.steinbeis.schule",
"name": "Passwort ändern" "name": "Schulkonsole/Passwort ändern"
}, },
{ {
"url": "https://dw.steinbeis.schule", "url": "https://dw.steinbeis.schule",

View file

@ -6,7 +6,7 @@ set -eu
action="systemctl poweroff" action="systemctl poweroff"
uptime=$(cat /proc/uptime | cut -f1 -d.) uptime=$(cat /proc/uptime | cut -f1 -d.)
maxidle=3600 maxidle=3600 ## seconds
u=($(loginctl list-users --no-legend | sort -hr | head -1)) u=($(loginctl list-users --no-legend | sort -hr | head -1))
una=${u[1]:-''} una=${u[1]:-''}

View file

@ -41,6 +41,7 @@
- tmux - tmux
- tree - tree
- ttf-mscorefonts-installer - ttf-mscorefonts-installer
- unison-gtk
- wireshark - wireshark
autoremove: true autoremove: true
state: latest state: latest
@ -140,7 +141,7 @@
dest: /etc/xdg/powermanagementprofilesrc dest: /etc/xdg/powermanagementprofilesrc
content: | content: |
[AC][SuspendSession][$i] [AC][SuspendSession][$i]
idleTime=36000000 idleTime=7200000
suspendType=8 suspendType=8
- name: Start with empty session by default - name: Start with empty session by default

View file

@ -2,3 +2,4 @@
systemd: systemd:
name: sshd name: sshd
state: reloaded state: reloaded
when: not run_in_installer|default(false)|bool