Skip to content

Commit

Permalink
chore(nixos): increase system tray icon limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Feb 10, 2024
1 parent 1cf467f commit a4311c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/modules/gnome/dconf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ in {
"org/gnome/shell/extensions/dash-to-dock" = {
intellihide-mode = "ALL_WINDOWS";
};
"org/gnome/shell/extensions/trayIconsReloaded" = { icons-limit = 10; };
"org/gnome/desktop/background" = {
picture-uri = "file://${wallpaperImg}";
};
Expand Down

0 comments on commit a4311c9

Please sign in to comment.