mirror of
https://github.com/quantum9Innovation/suntheme.git
synced 2024-11-24 17:33:52 -08:00
14 lines
244 B
Haskell
14 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"
|