feat: replace tailscale-status with tailscale-qs
This commit is contained in:
parent
4b1e8fe486
commit
820cc4d5cc
|
@ -10,7 +10,7 @@
|
|||
appindicator
|
||||
pop-shell
|
||||
gnome-bedtime
|
||||
tailscale-status
|
||||
tailscale-qs
|
||||
];
|
||||
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue