i3: move tray-output to dotter

This commit is contained in:
Julian Mutter 2023-03-02 15:49:49 +01:00
parent 7db1657bd5
commit 2636700acc
3 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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"

View File

@ -189,7 +189,7 @@ bar {
status_command i3status-rs
position bottom
tray_output secondary
{{tray-output}}
}