mirror of
https://github.com/quantum9Innovation/suntheme.git
synced 2024-11-25 01:43:50 -08:00
13 lines
244 B
Haskell
13 lines
244 B
Haskell
module Const where
|
|
|
|
query :: String
|
|
query = "http://ip-api.com/line/?fields=status,lat,lon,timezone"
|
|
|
|
prog :: String
|
|
prog = "suntheme"
|
|
|
|
lightModeScript :: String
|
|
lightModeScript = "light.sh"
|
|
|
|
darkModeScript :: String
|
|
darkModeScript = "dark.sh"
|