diff --git a/assets/chinatown-rotated.png b/assets/chinatown-rotated.png deleted file mode 100644 index 6f1d0bf..0000000 Binary files a/assets/chinatown-rotated.png and /dev/null differ diff --git a/home-manager/sajenim/xinitrc b/home-manager/sajenim/xinitrc index 630b2d5..1f796e4 100644 --- a/home-manager/sajenim/xinitrc +++ b/home-manager/sajenim/xinitrc @@ -1,10 +1,10 @@ #/bin/bash # Setup our monitors -xrandr --output HDMI-A-0 --rotate right --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --left-of HDMI-A-0 +xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0 # Apply our wallpaper -feh --bg-center ~/dotfiles.nix/assets/chinatown.png --bg-center ~/dotfiles.nix/assets/chinatown-rotated.png +feh --bg-center ~/dotfiles.nix/assets/chinatown.png # Enable our compositor picom -b diff --git a/pkgs/xmobar-config/src/xmobar-top.hs b/pkgs/xmobar-config/src/xmobar-top.hs index d688db7..64424fa 100644 --- a/pkgs/xmobar-config/src/xmobar-top.hs +++ b/pkgs/xmobar-config/src/xmobar-top.hs @@ -8,7 +8,7 @@ config = defaultConfig , additionalFonts = [ "Symbols Nerd Font 2048-em 24" ] , bgColor = bg1 , fgColor = fg0 - , position = Static { xpos = 0, ypos = 0, width = 2560, height = 24 } + , position = Static { xpos = 1920, ypos = 0, width = 2560, height = 24 } -- commands to run , commands = [ Run $ XPropertyLog "_XMONAD_LOG_1"