Adjust i3 and Borg configurations
This commit is contained in:
parent
118fc4ef47
commit
171fa1cb7c
2 changed files with 1 additions and 17 deletions
|
@ -21,12 +21,9 @@ let
|
|||
}
|
||||
|
||||
order += "battery all"
|
||||
order += "cpu_usage"
|
||||
order += "memory"
|
||||
order += "ipv6"
|
||||
order += "ethernet _first_"
|
||||
order += "wireless _first_"
|
||||
order += "disk /"
|
||||
order += "tztime local"
|
||||
order += "tztime helsinki"
|
||||
|
||||
|
@ -39,15 +36,6 @@ let
|
|||
threshold_type = time
|
||||
}
|
||||
|
||||
cpu_usage {
|
||||
format = " CPU %usage "
|
||||
}
|
||||
|
||||
memory {
|
||||
format = " RAM %used / %total "
|
||||
threshold_degraded = "10%"
|
||||
}
|
||||
|
||||
ipv6 {
|
||||
format_up = " %iface: %ip "
|
||||
format_down = " No IPv6 "
|
||||
|
@ -63,10 +51,6 @@ let
|
|||
format_down = " No WLAN "
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = " ⛁ %avail "
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = " %d.%m. %H:%M "
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ in
|
|||
};
|
||||
|
||||
services.borgbackup.jobs.persist = {
|
||||
compression = "auto,zstd,16";
|
||||
compression = "auto,zstd,10";
|
||||
encryption = {
|
||||
mode = "repokey";
|
||||
passCommand = "cat ${config.sops.secrets.borg-passphrase.path}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue