Improve some configs (browser moved from nix to system pkg)
This commit is contained in:
parent
eab72a3328
commit
f6e666a877
3 changed files with 5 additions and 9 deletions
|
@ -23,11 +23,11 @@ fi
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"_forget")
|
"_forget")
|
||||||
host-backup forget --prune --group-by "host" \
|
host-backup forget --prune --group-by "host" \
|
||||||
--keep-last 7 \
|
--keep-last 14 \
|
||||||
--keep-daily 14 \
|
--keep-daily 28 \
|
||||||
--keep-weekly 12 \
|
--keep-weekly 12 \
|
||||||
--keep-monthly 12 \
|
--keep-monthly 24 \
|
||||||
--keep-yearly 2
|
--keep-yearly 4
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
restic "$@"
|
restic "$@"
|
||||||
|
|
|
@ -17,10 +17,6 @@
|
||||||
keepassxc # password manager
|
keepassxc # password manager
|
||||||
libsForQt5.kdeconnect-kde # tool to connect a phone to the computer
|
libsForQt5.kdeconnect-kde # tool to connect a phone to the computer
|
||||||
pavucontrol # Pulseaudio GUI
|
pavucontrol # Pulseaudio GUI
|
||||||
#python310Packages.adblock # pylib for adblocking in qutebrowser
|
|
||||||
#python310Packages.pynacl # pylib for qutebrowser-keepassxc support
|
|
||||||
#(qutebrowser.override { enableWideVine = true; }) # vim-like browser
|
|
||||||
(ungoogled-chromium.override { enableWideVine = true; }) # browser
|
|
||||||
xfce.thunar # file manager
|
xfce.thunar # file manager
|
||||||
xfce.tumbler # thumbnail tool
|
xfce.tumbler # thumbnail tool
|
||||||
];
|
];
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
"custom/status": {
|
"custom/status": {
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
"exec": "~/.config/waybar/custom/status-serguzim-net",
|
"exec": "~/.config/waybar/custom/status-serguzim-net",
|
||||||
"on-click": "xdg-open 'https://status.serguzim.net'",
|
"on-click": "xdg-open 'https://status.serguzim.me'",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"interval": 500
|
"interval": 500
|
||||||
|
|
Loading…
Reference in a new issue