New backup 2025-08-23 17:45:01
This commit is contained in:
parent
22d7066067
commit
12c8555140
3 changed files with 13 additions and 5 deletions
|
@ -17,16 +17,13 @@ Name=Penelope
|
|||
IsRelative=1
|
||||
Path=penelope
|
||||
Default=1
|
||||
StoreID=0585997e
|
||||
ShowSelector=1
|
||||
|
||||
[General]
|
||||
StartWithLastProfile=1
|
||||
Version=2
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
[Install6C4726F70D182CF7]
|
||||
Default=penelope
|
||||
Locked=1
|
||||
|
@ -36,3 +33,8 @@ Name=School
|
|||
IsRelative=1
|
||||
Path=school
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
|
|
5
de/home/.local/bin/uptime-check
Executable file
5
de/home/.local/bin/uptime-check
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if awk '{ exit ($1 < (72 * 3600)) }' /proc/uptime; then
|
||||
notify-send "Reboot soon!" "system uptime is $(uptime -p | cut -d ' ' -f2-)"
|
||||
fi
|
|
@ -52,3 +52,4 @@
|
|||
.config/menus/applications.menu
|
||||
.config/worf
|
||||
.config/xdg-desktop-portal/portals.conf
|
||||
.local/bin/uptime-check
|
||||
|
|
Loading…
Add table
Reference in a new issue