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
|
IsRelative=1
|
||||||
Path=penelope
|
Path=penelope
|
||||||
Default=1
|
Default=1
|
||||||
|
StoreID=0585997e
|
||||||
|
ShowSelector=1
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
StartWithLastProfile=1
|
StartWithLastProfile=1
|
||||||
Version=2
|
Version=2
|
||||||
|
|
||||||
[Profile4]
|
|
||||||
Name=testing
|
|
||||||
IsRelative=1
|
|
||||||
Path=4z689ygf.testing
|
|
||||||
|
|
||||||
[Install6C4726F70D182CF7]
|
[Install6C4726F70D182CF7]
|
||||||
Default=penelope
|
Default=penelope
|
||||||
Locked=1
|
Locked=1
|
||||||
|
|
@ -36,3 +33,8 @@ Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=school
|
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/menus/applications.menu
|
||||||
.config/worf
|
.config/worf
|
||||||
.config/xdg-desktop-portal/portals.conf
|
.config/xdg-desktop-portal/portals.conf
|
||||||
|
.local/bin/uptime-check
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue