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\
format = """
[](#9A348E)\
$username\
[](bg:#DA627D fg:#9A348E)\
$directory\

2
proj
View File

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