mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
buggy syncthing tray
This commit is contained in:
parent
f94e43f34a
commit
e1351f8ef7
@ -19,7 +19,7 @@
|
|||||||
#gnomeExtensions.syncthing-icon
|
#gnomeExtensions.syncthing-icon
|
||||||
# Actively maintained, already adjusted for GNOME 45.
|
# Actively maintained, already adjusted for GNOME 45.
|
||||||
# Did not work properly, see below.
|
# Did not work properly, see below.
|
||||||
#gnomeExtensions.syncthing-indicator
|
gnomeExtensions.syncthing-indicator
|
||||||
];
|
];
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -30,19 +30,20 @@
|
|||||||
# I had to edit
|
# I had to edit
|
||||||
# /home/yoda/.config/systemd/user/syncthing.service
|
# /home/yoda/.config/systemd/user/syncthing.service
|
||||||
# and adjust the path to the syncthing executable.
|
# and adjust the path to the syncthing executable.
|
||||||
# Then I could start Syncthing throug the extension.
|
# Then I could start (but not stop) Syncthing throug the extension :D
|
||||||
# But it does still not work properly :/
|
# However, it does still not work properly: It does not detect my folders and the sync status.
|
||||||
# It does not detect my folders and the sync status.
|
# But this is still better than nothing ^^
|
||||||
|
|
||||||
# programs.dconf.enable = true;
|
|
||||||
# home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
programs.dconf.enable = true;
|
||||||
# dconf.settings = {
|
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||||
# "org/gnome/shell" = {
|
dconf.settings = {
|
||||||
# disable-user-extensions = false;
|
"org/gnome/shell" = {
|
||||||
# enabled-extensions = [
|
disable-user-extensions = false;
|
||||||
# pkgs.gnomeExtensions.syncthing-indicator.extensionUuid
|
enabled-extensions = [
|
||||||
# ];
|
pkgs.gnomeExtensions.syncthing-indicator.extensionUuid
|
||||||
# };
|
];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user