From 2636700accfe9ad4d0bb248c30ff62bb48be5cb6 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 2 Mar 2023 15:49:49 +0100 Subject: [PATCH] i3: move tray-output to dotter --- .dotter/global.toml | 2 ++ .dotter/kardorf.toml | 1 + i3/i3/config | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.dotter/global.toml b/.dotter/global.toml index 977e8ce..6a2927d 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -27,6 +27,8 @@ mc = "~/.config/mc" [i3.variables] monitor-primary = "not-specified" monitor-secondary = "not-specified" +# Tray-output defaults to primary +tray-output = "" [emacs.files] "emacs/doom" = "~/.config/doom" diff --git a/.dotter/kardorf.toml b/.dotter/kardorf.toml index 3a2ef57..f38df38 100644 --- a/.dotter/kardorf.toml +++ b/.dotter/kardorf.toml @@ -2,3 +2,4 @@ monitor-primary = "DVI-D-1" monitor-secondary = "VGA-0" screenlayout-script = "~/.screenlayout/2desktop-vga2.sh" +tray-output = "tray_output VGA-0" diff --git a/i3/i3/config b/i3/i3/config index 29c7109..b8b5af1 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -189,7 +189,7 @@ bar { status_command i3status-rs position bottom - tray_output secondary + {{tray-output}} }