Minor fixes and improvements.
This commit is contained in:
parent
2e0ffda273
commit
b62498da3a
5 changed files with 10 additions and 3 deletions
|
@ -82,6 +82,7 @@ widgetSetProperty({
|
||||||
configGroup: "General",
|
configGroup: "General",
|
||||||
configKey: "systemFavorites",
|
configKey: "systemFavorites",
|
||||||
configValue: ["reboot", "shutdown", "logout"],
|
configValue: ["reboot", "shutdown", "logout"],
|
||||||
|
//configValue: ["logout"],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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]:-''}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
systemd:
|
systemd:
|
||||||
name: sshd
|
name: sshd
|
||||||
state: reloaded
|
state: reloaded
|
||||||
|
when: not run_in_installer|default(false)|bool
|
||||||
|
|
Loading…
Add table
Reference in a new issue