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}' | \