Updating starship config and xrandr hardcoded values

This commit is contained in:
shockrah 2022-11-16 20:51:16 -08:00
parent 1c4ea4f6a1
commit ab113c724b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
##9A348E\ ##9A348E\
format = """ format = """
[](#9A348E)\
$username\ $username\
[](bg:#DA627D fg:#9A348E)\ [](bg:#DA627D fg:#9A348E)\
$directory\ $directory\

2
proj
View File

@ -17,7 +17,7 @@ then
dmenu -i -p 'Pick side'` dmenu -i -p 'Pick side'`
if [ -z "$side" ]; then exit 0; fi if [ -z "$side" ]; then exit 0; fi
xrandr --output $out --auto --$side DP-0 xrandr --output $out --auto --$side DP-2
else else
# Get the display we want to remove # Get the display we want to remove
out=`xrandr | grep ' connected' | awk '{print $1}' | \ out=`xrandr | grep ' connected' | awk '{print $1}' | \