mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-05 18:05:51 +00:00
create a static library for backend items
move backend items to template-based mechanism
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
{
|
||||
"color": {
|
||||
"\u001b[0;30m": "<span style=\"color:'#000000';\">",
|
||||
"\u001b[1;30m": "<span style=\"color:'#808080';\">",
|
||||
"\u001b[0;31m": "<span style=\"color:'#800000';\">",
|
||||
"\u001b[1;31m": "<span style=\"color:'#ff0000';\">",
|
||||
"\u001b[0;32m": "<span style=\"color:'#008000';\">",
|
||||
"\u001b[1;32m": "<span style=\"color:'#00ff00';\">",
|
||||
"\u001b[0;33m": "<span style=\"color:'#808000';\">",
|
||||
"\u001b[1;33m": "<span style=\"color:'#ffff00';\">",
|
||||
"\u001b[0;34m": "<span style=\"color:'#000080';\">",
|
||||
"\u001b[1;34m": "<span style=\"color:'#0000ff';\">",
|
||||
"\u001b[0;35m": "<span style=\"color:'#800080';\">",
|
||||
"\u001b[1;35m": "<span style=\"color:'#ff00ff';\">",
|
||||
"\u001b[0;36m": "<span style=\"color:'#008080';\">",
|
||||
"\u001b[1;36m": "<span style=\"color:'#00ffff';\">",
|
||||
"\u001b[0;37m": "<span style=\"color:'#c0c0c0';\">",
|
||||
"\u001b[1;37m": "<span style=\"color:'#ffffff';\">",
|
||||
"\u001b[0m": "</span>"
|
||||
},
|
||||
"newline": {
|
||||
"\n": "<br>",
|
||||
"\n\r": "<br>",
|
||||
"\t": "	"
|
||||
},
|
||||
"space": {
|
||||
" ": " "
|
||||
}
|
||||
}
|
13
sources/awesomewidgets/scripts/get-external-ip.desktop
Normal file
13
sources/awesomewidgets/scripts/get-external-ip.desktop
Normal file
@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=aw-get-external-ip
|
||||
Comment=Custom command to get external IP
|
||||
Exec=curl ip4.telize.com
|
||||
X-AW-Prefix=
|
||||
X-AW-Active=true
|
||||
X-AW-Output=true
|
||||
X-AW-Redirect=nothing
|
||||
X-AW-Interval=1
|
||||
X-AW-ApiVersion=3
|
||||
X-AW-Number=0
|
||||
X-AW-Filters=
|
Reference in New Issue
Block a user