Skip to content

Commit 0f63706

Browse files
🚴 perf(i3): Disable aurora forecast in extra status line.
1 parent 88e62a4 commit 0f63706

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.bin/i3.status.customize_line.extra

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ if [ "$calendar" != '' ]; then
7272
prepend="$calendar"','"$prepend"
7373
fi
7474

75-
aurora="$(MEMOIZE_CACHE="/tmp/${USER}-memoize" memoize-get -1 aurora)"
76-
if [ -n "$aurora" ]; then
77-
prepend="$aurora"','"$prepend"
78-
fi
75+
#aurora="$(MEMOIZE_CACHE="/tmp/${USER}-memoize" memoize-get -1 aurora)"
76+
#if [ -n "$aurora" ]; then
77+
# prepend="$aurora"','"$prepend"
78+
#fi
7979

8080
weather="$(memoize-get 9000 weather.now)"
8181
if [ "$weather" != '' ]; then

0 commit comments

Comments
 (0)