home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
502f307
)
Use temp data directory by default
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 30 Jul 2018 15:17:03 +0000
(11:17 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 30 Jul 2018 15:17:03 +0000
(11:17 -0400)
bin/khatus
patch
|
blob
|
blame
|
history
diff --git
a/bin/khatus
b/bin/khatus
index
072a5ac
..
51bc2b2
100755
(executable)
--- a/
bin/khatus
+++ b/
bin/khatus
@@
-653,7
+653,7
@@
spawn() {
main() {
# Defaults
debug=0
- dir_data=
"$HOME/.khatus"
+ dir_data=
$(mktemp -d)
weather_station_id='KJFK'
screen_brightness_device_name='acpi_video0'
prefixes_of_net_interfaces_to_show='w' # comma-separated
This page took
0.030691 seconds
and
4
git commands to generate.