From ab113c724b4e63a93174de910e4ead9d5e5c0065 Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 16 Nov 2022 20:51:16 -0800 Subject: [PATCH] Updating starship config and xrandr hardcoded values --- dotfiles/starship/starhip.toml | 1 + proj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/starship/starhip.toml b/dotfiles/starship/starhip.toml index 3211fef..1ed6c75 100644 --- a/dotfiles/starship/starhip.toml +++ b/dotfiles/starship/starhip.toml @@ -1,5 +1,6 @@ ##9A348E\ format = """ +[](#9A348E)\ $username\ [](bg:#DA627D fg:#9A348E)\ $directory\ diff --git a/proj b/proj index 0753c43..05ca4e7 100755 --- a/proj +++ b/proj @@ -17,7 +17,7 @@ then dmenu -i -p 'Pick side'` if [ -z "$side" ]; then exit 0; fi - xrandr --output $out --auto --$side DP-0 + xrandr --output $out --auto --$side DP-2 else # Get the display we want to remove out=`xrandr | grep ' connected' | awk '{print $1}' | \