mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 22:35:49 +00:00
create a static library for backend items
move backend items to template-based mechanism
This commit is contained in:
9
sources/awesomewidgets/quotes/aapl.desktop
Normal file
9
sources/awesomewidgets/quotes/aapl.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=AAPL.NASDAQ
|
||||
Comment=Apple Inc
|
||||
X-AW-Ticker="AAPL"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=0
|
9
sources/awesomewidgets/quotes/eurrub.desktop
Normal file
9
sources/awesomewidgets/quotes/eurrub.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=EUR/RUB
|
||||
Comment=EUR/RUB
|
||||
X-AW-Ticker="EURRUB=X"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=1
|
9
sources/awesomewidgets/quotes/eurusd.desktop
Normal file
9
sources/awesomewidgets/quotes/eurusd.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=EUR/USD
|
||||
Comment=EUR/USD
|
||||
X-AW-Ticker="EURUSD=X"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=2
|
9
sources/awesomewidgets/quotes/goog.desktop
Normal file
9
sources/awesomewidgets/quotes/goog.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=GOOG.NASDAQ
|
||||
Comment=Google Inc
|
||||
X-AW-Ticker="GOOG"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=3
|
9
sources/awesomewidgets/quotes/msft.desktop
Normal file
9
sources/awesomewidgets/quotes/msft.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=MSFT.NASDAQ
|
||||
Comment=Microsoft Corp
|
||||
X-AW-Ticker="MSFT"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=4
|
9
sources/awesomewidgets/quotes/rts.desktop
Normal file
9
sources/awesomewidgets/quotes/rts.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=RTS
|
||||
Comment=RTS Index
|
||||
X-AW-Ticker="RTS.RS"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=5
|
9
sources/awesomewidgets/quotes/snp.desktop
Normal file
9
sources/awesomewidgets/quotes/snp.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=S&P
|
||||
Comment=S&P 500 Index
|
||||
X-AW-Ticker="^GSPC"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=6
|
9
sources/awesomewidgets/quotes/usdrub.desktop
Normal file
9
sources/awesomewidgets/quotes/usdrub.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=USD/RUB
|
||||
Comment=USD/RUB
|
||||
X-AW-Ticker="USDRUB=X"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=8
|
9
sources/awesomewidgets/quotes/vix.desktop
Normal file
9
sources/awesomewidgets/quotes/vix.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=VIX
|
||||
Comment=Volatility S&P 500
|
||||
X-AW-Ticker="^VIX"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=7
|
Reference in New Issue
Block a user