summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 942c1d03..dc505f6d 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -354,8 +354,8 @@ in {
354 spacing = 2; 354 spacing = 2;
355 }; 355 };
356 privacy = { 356 privacy = {
357 icon-spacing = 2; 357 icon-spacing = 6;
358 icon-size = iconSize; 358 icon-size = 12;
359 modules = [ { type = "screenshare"; } { type = "audio-in"; } ]; 359 modules = [ { type = "screenshare"; } { type = "audio-in"; } ];
360 }; 360 };
361 idle_inhibitor = { 361 idle_inhibitor = {
@@ -466,6 +466,8 @@ in {
466 466
467 #privacy { 467 #privacy {
468 color: @red; 468 color: @red;
469 margin-right: 4px;
470 margin-left: 2px;
469 } 471 }
470 ''; 472 '';
471 }; 473 };