折腾了2小时。做了这么个玩意。
Tofloor
poster avatar
ghostry
deepin
2016-01-01 04:11
Author

Reply Favorite View the author
All Replies
3 / 5
To page
ghostry
deepin
2016-01-05 21:13
#41
https://bbs.deepin.org/post/35029
这玩意确实很折腾人

恩。这还是装做好的配置文件,如果是自己重头写。更折腾。
Reply View the author
zqpetlee
deepin
2016-01-05 21:15
#42
https://bbs.deepin.org/post/35029
恩。这还是装做好的配置文件,如果是自己重头写。更折腾。

我发了一段php的天气代码,如果需要拿走
Reply View the author
kingskill
deepin
2016-01-05 21:16
#43
https://bbs.deepin.org/post/35029
怎么会有两个,我的只有一个,在Ghostry_Conky目录下。

你的ghostry_conky目录下的sh可以看一下内容吗?
Reply View the author
ghostry
deepin
2016-01-05 21:20
#44
https://bbs.deepin.org/post/35029
你的ghostry_conky目录下的sh可以看一下内容吗?
  1. #!/bin/bash
  2. #地区编码
  3. code="CHXX0072";

  4. cachefile=/tmp/weather.cache;
  5. url="http://dy.ghostry.cn/Home/index/weather/string/1/area/$code";
  6. date=$(export LANG=en_US;stat $cachefile |grep Modify|awk -F ':' '{print $2}'|awk '{printf("%s %s",$1,$2)}'|awk -F "." '{print $1}');
  7. if [ ! $date ] ;then
  8.         `wget -O- $url >$cachefile`
  9. else
  10.         time=$(date -d "$date" +%s);
  11.         time=$[$time + 3600];
  12.         if [ $time -lt $(date +%s) ] ;then
  13.                 `wget -O- $url >$cachefile`
  14.         fi
  15. fi
  16. weather=$(cat /tmp/weather.cache);
  17. if [ "$1" -eq "1" ] ;then
  18.         echo $(echo $weather|awk '{print $1}');
  19. else
  20.         echo $(echo $weather|awk '{print $2}');
  21. fi
Copy the Code
Reply View the author
kingskill
deepin
2016-01-05 21:21
#45
https://bbs.deepin.org/post/35029
先更新一下。3天前有更新。字体加了一些符号。
weather.sh里边有个地区码要改成你自己的。看目录下的read ...

怎么更新?
Reply View the author
153******45
deepin
2016-01-05 21:25
#46
https://bbs.deepin.org/post/35029
我的conky中,但凡涉及到网络流量的组件,总是不显示。。。不晓得什么道理? ...

看看网卡名自己改一下
Reply View the author
kingskill
deepin
2016-01-05 21:28
#47
https://bbs.deepin.org/post/35029
看看网卡名自己改一下

已经改好。Thanks:)
Reply View the author
kingskill
deepin
2016-01-05 21:36
#48

彻底完成了:)

Reply View the author
Comments
ghostry
2016-01-05 22:04
系统温度好像没有显示出来。
kingskill
deepin
2016-01-05 21:41
#49
https://bbs.deepin.org/post/35029
恩。这还是装做好的配置文件,如果是自己重头写。更折腾。

好在摸到规律就好了。。。

其实类似于win里面改ini文件,动个数字马上就变了。。。比较不直观,要一点点试。
Reply View the author
kingskill
deepin
2016-01-05 21:46
#50

貌似把weather那段改成原来的就好了。
找TEXT下面的这段。

TEXT
${alignc}${font Climacons :pixelsize=88}${exec ./weather.sh 1}${font Climacons :pixelsize=24}\ ${font WenQuanYi Zen Hei:pixelsize=32}${exec ./weather.sh 0} ${font Climacons :pixelsize=24}_

用上面的替换掉自己的,就ok。
Reply View the author
ghostry
deepin
2016-01-05 22:01
#51
https://bbs.deepin.org/post/35029
貌似把weather那段改成原来的就好了。
找TEXT下面的这段。

恩,他那个是我最早弄的基础上改的,后来换了字体。

因为那个字体,图标没有现在这个全。
Reply View the author
kingskill
deepin
2016-01-05 22:10
#52
https://bbs.deepin.org/post/35029
彻底完成了:)

acpi我没开,默认关闭的。况且℃似乎出不来。。。℃
Reply View the author
leodemon
deepin
2016-01-05 22:39
#53
你用的是deepin么,怎么把任务栏弄到顶端去的
Reply View the author
Comments
ghostry
2016-01-05 22:57
ubuntu
180******86
deepin
2016-01-05 22:47
#54
https://bbs.deepin.org/post/35029
你用的是deepin么,怎么把任务栏弄到顶端去的

目测楼主使用的是ubuntu。
Reply View the author
153******45
deepin
2016-01-05 22:52
#55
https://bbs.deepin.org/post/35029
貌似把weather那段改成原来的就好了。
找TEXT下面的这段。

我的屏小我注释了天气
Reply View the author
kingskill
deepin
2016-01-05 23:08
#56
本帖最后由 kingskill 于 2016-1-5 15:10 编辑
https://bbs.deepin.org/post/35029
恩,他那个是我最早弄的基础上改的,后来换了字体。

因为那个字体,图标没有现在这个全。 ...

好像摄氏度℃无法显示。。。暂时注释掉。。。另外温度似乎取不到,acpitmp这个。
Reply View the author
leodemon
deepin
2016-01-06 00:06
#57

所在地区编码怎么查,
在http://www.weather.com/weather/ 没看到编码呀
Reply View the author
ghostry
deepin
2016-01-06 00:28
#58
https://bbs.deepin.org/post/35029
好像摄氏度℃无法显示。。。暂时注释掉。。。另外温度似乎取不到,acpitmp这个。 ...

是不是没权限。
Reply View the author
ghostry
deepin
2016-01-06 00:28
#59
https://bbs.deepin.org/post/35029
所在地区编码怎么查,
在http://www.weather.com/weather/ 没看到编码呀

先找到你的地区,然后看网址里边。
Reply View the author
kingskill
deepin
2016-01-06 00:51
#60
https://bbs.deepin.org/post/35029
是不是没权限。

不晓得呀。。。怎么提权。。。

和bios中的acpi设置有关么?
Reply View the author
3 / 5
To page