feat: replace tailscale-status with tailscale-qs

This commit is contained in:
Felix Schröter 2024-03-07 19:53:18 +01:00
parent 4b1e8fe486
commit 820cc4d5cc
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 2 additions and 7 deletions

View file

@ -10,7 +10,7 @@
appindicator
pop-shell
gnome-bedtime
tailscale-status
tailscale-qs
];
services.xserver.displayManager.gdm.enable = true;

View file

@ -14,7 +14,7 @@ in {
"native-window-placement@gnome-shell-extensions.gcampax.github.com" # works better with pop-shell
"appindicatorsupport@rgcjonas.gmail.com"
"gnomebedtime@ionutbortis.gmail.com"
"tailscale-status@maxgallup.github.com"
"tailscale@joaophi.github.com"
];
favorite-apps = [
"org.gnome.Nautilus.desktop"
@ -107,10 +107,5 @@ in {
schedule-start-hours = 23;
schedule-end-hours = 6;
};
"org/gnome/shell/extensions/tailscale-status" = {
# TODO 0 should disable refresh, but it doesn't work in this version
# refresh-interval = 0;
refresh-interval = 120;
};
};
}