aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-01-17 23:35:27 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-01-17 23:35:27 +0100
commit4912c72f3ed473ddc50f164e7d4bf3ebaf4f5a21 (patch)
treeb71bd7f6cd724fa5251acc9676cbe225530c7386 /.profile
parent9fddd3c00242f3027068f95f93dcbdbc62baaffb (diff)
changes 17-01-22
Diffstat (limited to '.profile')
-rwxr-xr-x.profile50
1 files changed, 25 insertions, 25 deletions
diff --git a/.profile b/.profile
index 4ad766b..f3f2eaa 100755
--- a/.profile
+++ b/.profile
@@ -43,31 +43,31 @@ export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/notmuchrc"
export XAUTHORITY="$XDG_CONFIG_HOME/X11/Xauthority"
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
-if [ -z "${DISPLAY}${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
- export NEWT_COLORS='
- root=white,black
- border=white,black
- window=white,black
- title=white,black
- button=black,green
- actbutton=black,green
- checkbox=white,black
- actcheckbox=white,black
- entry=white,black
- label=white,black
- listbox=white,black
- actlistbox=black,green
- textbox=white,black
- acttextybox=white,black
- helpline=white,black
- roottext=white,black
- emptyscale=white,black
- fullscale=white,black
- disentry=white,black
- actsellistbox=black,green
- sellistbox=black,green
- compactbutton=white,black
- '
+export NEWT_COLORS='
+root=white,black
+border=white,black
+window=white,black
+title=white,black
+button=black,green
+actbutton=black,green
+checkbox=white,black
+actcheckbox=white,black
+entry=white,black
+label=white,black
+listbox=white,black
+actlistbox=black,green
+textbox=white,black
+acttextybox=white,black
+helpline=white,black
+roottext=white,black
+emptyscale=white,black
+fullscale=white,black
+disentry=white,black
+actsellistbox=black,green
+sellistbox=black,green
+compactbutton=white,black
+'
+if [ -z "${DISPLAY}${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
startsession
fi