Compare commits

..

No commits in common. "186d196fdc9dee99adcbd4446278940cff157d46" and "bf404f74cc73e6f9cc51b99fc43c86df18a2cbfb" have entirely different histories.

6 changed files with 14 additions and 30 deletions

View File

@ -1,10 +1,10 @@
# ~/.config/darkman/config.yaml # ~/.config/darkman/config.yaml
# Kotka # Kotka
#lat: 60.45 lat: 60.4
#lng: 26.94 lng: 26.9
# Helsinki # Helsinki
#lat: 60.16 #lat: 60.1
#lng: 24.87 #lng: 24.8
usegeoclue: true usegeoclue: true
dbusserver: true dbusserver: true
portal: true portal: true

View File

@ -1,2 +1,2 @@
exec --no-startup-id wlsunset -l 60.46-L 26.94 -t 1000 exec --no-startup-id wlsunset -l 60.46742 -L 26.94508 -t 1000
exec --no-startup-id DARKMAN_LAT=60.46 DARKMAN_LNG=26.94 darkman run exec --no-startup-id env DARKMAN_LAT=60.46742 DARKMAN_LNG=26.94508 darkman run

View File

@ -1,2 +1,2 @@
exec --no-startup-id wlsunset -l 60.15 -L 24.87 -t 1000 exec --no-startup-id wlsunset -l 60.15937 -L 24.87530 -t 1000
exec --no-startup-id env DARKMAN_LAT=60.15 DARKMAN_LNG=24.87 darkman run exec --no-startup-id env DARKMAN_LAT=60.15937 DARKMAN_LNG=24.87530 darkman run

View File

@ -1,19 +0,0 @@
# Geoclue static location (man geoclue)
# Remember https://wiki.openstreetmap.org/wiki/Precision_of_coordinates
# and https://m.xkcd.com/2170/ !
# Kotka
60.45 # Latitude (positive values mean north, negative south)
26.94 # Longitude (positive values mean east, negative west)
0 # Altitude
2000 # Accuracy radius in metres
# Lauttasaari
#60.16 #Latitude (positive values mean north, negative south)
#24.87 # Longitude (positive values mean east, negative west)
#0 # Altitude
#2000 # Accuracy radius in metres
# For extra security:
# sudo chown geoclue /etc/geolocation
# sudo chmod 600 /etc/geolocation

View File

@ -1,5 +1,8 @@
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Exec=darkman run # Helsinki
#Exec=env DARKMAN_LAT=60.1 DARKMAN_LNG=24.8 darkman run
# Kotka
Exec=env DARKMAN_LAT=60.4 DARKMAN_LNG=26.9 darkman run
Name=darkman Name=darkman
Icon=darkman Icon=darkman

View File

@ -1,8 +1,8 @@
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
# Kotka # Kotka
Exec=wlsunset -l 60.45 -L 26.94 -t 1000 Exec=wlsunset -l 60.4 -L 26.9 -t 1000
# Helsinki # Helsinki
#Exec=wlsunset -l 60.16 -L 24.87 -t 1000 #Exec=wlsunset -l 60.1 -L 29.6 -t 1000
Name=wlsunset Name=wlsunset
Icon=wlsunset Icon=wlsunset