Updating starship config and xrandr hardcoded values
This commit is contained in:
parent
1c4ea4f6a1
commit
ab113c724b
@ -1,5 +1,6 @@
|
|||||||
##9A348E\
|
##9A348E\
|
||||||
format = """
|
format = """
|
||||||
|
[](#9A348E)\
|
||||||
$username\
|
$username\
|
||||||
[](bg:#DA627D fg:#9A348E)\
|
[](bg:#DA627D fg:#9A348E)\
|
||||||
$directory\
|
$directory\
|
||||||
|
2
proj
2
proj
@ -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}' | \
|
||||||
|
Loading…
Reference in New Issue
Block a user