From 6580ed7f1f88fb45acca92432b4e500c090cfcc4 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 16 Sep 2021 10:29:30 +0100 Subject: [PATCH] Change for new monitor --- states/i3/files/config.jinja | 6 +++--- states/i3/files/xprofile.jinja | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/states/i3/files/config.jinja b/states/i3/files/config.jinja index b4ca2db..b1a054a 100644 --- a/states/i3/files/config.jinja +++ b/states/i3/files/config.jinja @@ -211,7 +211,7 @@ bar { id bar_left position top output "HDMI-1" - font pango:Liberation Mono 12 + font pango:Liberation Mono 11 colors { background $black_super focused_background $black @@ -244,8 +244,8 @@ bar { id bar_right status_command ~/.local/bin/conky-i3bar position top - output "DP-1" - font pango:Liberation Mono 12 + output "DVI-I-2-1" + font pango:Liberation Mono 13 colors { background $black_super focused_background $black diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index d4a1bd2..3fd05e0 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -21,9 +21,9 @@ esac # Set screen layout case $HOSTNAME in barium) - xrandr --output DP-1 --mode 1920x1080 --pos 0x540 - xrandr --output HDMI-1 --mode 3840x2160 --pos 1920x0 - xrandr --output eDP-1 --mode 1920x1080 --pos 0x540 + xrandr --output DVI-I-2-1 --mode 3840x2160 --pos 2560x0 + xrandr --output HDMI-1 --mode 2560x1440 --pos 0x360 + xrandr --output eDP-1 --off ;; dubnium) xrandr --output DVI-D-1 --mode 1920x1080 --pos 0x540 -- 2.45.2