feat: replace tailscale-status with tailscale-qs
This commit is contained in:
parent
4b1e8fe486
commit
820cc4d5cc
|
@ -10,7 +10,7 @@
|
||||||
appindicator
|
appindicator
|
||||||
pop-shell
|
pop-shell
|
||||||
gnome-bedtime
|
gnome-bedtime
|
||||||
tailscale-status
|
tailscale-qs
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
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
|
"native-window-placement@gnome-shell-extensions.gcampax.github.com" # works better with pop-shell
|
||||||
"appindicatorsupport@rgcjonas.gmail.com"
|
"appindicatorsupport@rgcjonas.gmail.com"
|
||||||
"gnomebedtime@ionutbortis.gmail.com"
|
"gnomebedtime@ionutbortis.gmail.com"
|
||||||
"tailscale-status@maxgallup.github.com"
|
"tailscale@joaophi.github.com"
|
||||||
];
|
];
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
"org.gnome.Nautilus.desktop"
|
"org.gnome.Nautilus.desktop"
|
||||||
|
@ -107,10 +107,5 @@ in {
|
||||||
schedule-start-hours = 23;
|
schedule-start-hours = 23;
|
||||||
schedule-end-hours = 6;
|
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