We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e62a4 commit 0f63706Copy full SHA for 0f63706
.bin/i3.status.customize_line.extra
@@ -72,10 +72,10 @@ if [ "$calendar" != '' ]; then
72
prepend="$calendar"','"$prepend"
73
fi
74
75
-aurora="$(MEMOIZE_CACHE="/tmp/${USER}-memoize" memoize-get -1 aurora)"
76
-if [ -n "$aurora" ]; then
77
- prepend="$aurora"','"$prepend"
78
-fi
+#aurora="$(MEMOIZE_CACHE="/tmp/${USER}-memoize" memoize-get -1 aurora)"
+#if [ -n "$aurora" ]; then
+# prepend="$aurora"','"$prepend"
+#fi
79
80
weather="$(memoize-get 9000 weather.now)"
81
if [ "$weather" != '' ]; then
0 commit comments