工作环境完全切换到linuxdeepin 附conky配置美化桌面
Tofloor
poster avatar
sibajie
deepin
2016-01-19 00:38
Author
本帖最后由 sibajie 于 2016-1-19 10:52 编辑

工作环境完全切换到linuxdeepin 目前没什么问题 公司集群全都是linux 用这个系统反倒方便了些

唯一没有windows代替品的软件是vsphere client,希望后期可以有代替方案。
qq轻聊版的运行貌似比原版qq快些,用crossover安装qq2012到最后不安装官方准备的qq,在产生的容器里安装轻聊版就可以了。直接安装会出现关闭qq,进程还在的问题。

我的边侧栏是conky ,深度商店有conky-manager,附件上传我的配置文件。.shuxun2.tar.gz
问题1 cpu温度不显示

执行
  1. sudo apt-get install lm-sensors
Copy the Code

问题2 网络无流量显示

执行
  1. ifconfig
Copy the Code

获得你的网络连接的名称
  1. enp4s0f2: flags=4163  mtu 1500
  2.         inet 192.168.1.172  netmask 255.255.255.0  broadcast 192.168.1.255
  3.         inet6 fe80::ae22:bff:fe02:b62b  prefixlen 64  scopeid 0x20
  4.         ether ac:22:0b:02:b6:2b  txqueuelen 1000  (Ethernet)
  5.         RX packets 332434  bytes 101221857 (96.5 MiB)
  6.         RX errors 0  dropped 0  overruns 0  frame 0
  7.         TX packets 67496  bytes 10231970 (9.7 MiB)
  8.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
Copy the Code

我的是enp4s0f2,
然后修改那个condy的配置文件 修改

  1. ${color #98c2c7}网络使用:${color}

  2. 下载速度:$alignr${downspeed enp4s0f2} k/s
  3. 上传速度:$alignr${upspeed enp4s0f2} k/sd

  4. ${downspeedgraph enp4s0f2 324D23 77B753}
Copy the Code


这部分的网络名称为你的就可以了。



.shuxun2.tar.gz

期待这个系统越来月好吧~












Reply Favorite View the author
All Replies
2 / 6
To page
sibajie
deepin
2016-01-19 19:10
#21
https://bbs.deepin.org/post/36296
谢谢,不过我还是没弄明白,看来这linux果然不是我们小白玩的

enp4s0f2 这个就是我的网络名称

改一下就可以了 很简单的
Reply View the author
jimmyxu
deepin
2016-01-19 19:38
#22
我怎么感觉装这些东东有点浪费资源呢
Reply View the author
sibajie
deepin
2016-01-19 19:41
#23
https://bbs.deepin.org/post/36296
我怎么感觉装这些东东有点浪费资源呢

占用0.几%的cpu 内存可以忽略 所以也没啥事 折腾呗
Reply View the author
sibajie
deepin
2016-01-19 23:29
#24
https://bbs.deepin.org/post/36296
编程器的读写在deepin里怎么整。?

不懂啊 什么是编程器
Reply View the author
zwq133
deepin
2016-01-19 23:32
#25


嘿嘿   这下才叫完美了!!!
Reply View the author
主观能动性
deepin
2016-01-19 23:50
#26
点赞,不错哦!界面挺好啊


http://www.359mai.com/

Reply View the author
salttz
deepin
2016-01-22 00:01
#27
Mark 一下先~
Reply View the author
zhaoyanxun-linux
deepin
2016-01-23 07:11
#28


按照楼主的方法私人订制成功,但是每次都不会自动启动,开机后每次都要手动开启这个软件,有木有开机自动运行这个的方法,本人小白,向楼主求教了!
Reply View the author
kingskill
deepin
2016-01-23 07:42
#29
看到这帖子又上来了,于是也小show一下俺的:


顺便说一下,我的温度显示有些问题,
首先℃这个符号在我机子上不显示,
其次获取温度的代码好像不起作用,我用的代码是另一种,在网上找到的,不知道对不对。

我的配置文件见附件。另外我也是请教别人做的,参考教程在这里:https://bbs.deepin.org/post/35029
monitor.tar.gz

Reply View the author
Comments
xiaoxie
2017-02-27 22:11
感谢分享,深度有你更精彩!
zzz19760225
2016-06-18 23:50
1
changlei
deepin
2016-01-23 08:50
#30
我安装lm-sensors以后,可以显示cpu温度了,但是cpu占用很高,请问是什么问题?deepin2015
Reply View the author
kingskill
deepin
2016-01-23 21:32
#31
https://bbs.deepin.org/post/36296
我安装lm-sensors以后,可以显示cpu温度了,但是cpu占用很高,请问是什么问题?deepin2015 ...

注销一下再看看~
Reply View the author
sibajie
deepin
2016-01-27 00:18
#32
https://bbs.deepin.org/post/36296
按照楼主的方法私人订制成功,但是每次都不会自动启动,开机后每次都要手动开启这个软件,有木有开机自 ...

那个conky-manager的软件右上角有个设置的 可以设置开机启动
Reply View the author
sibajie
deepin
2016-01-27 00:18
#33
https://bbs.deepin.org/post/36296
我安装lm-sensors以后,可以显示cpu温度了,但是cpu占用很高,请问是什么问题?deepin2015 ...

什么进程占用cpu过高?
Reply View the author
changlei
deepin
2016-01-27 01:11
#34
https://bbs.deepin.org/post/36296
什么进程占用cpu过高?

conky这个进程,我试了一下,应该是conky调用shell就会占用高,不调用shell就没事。
Reply View the author
zhaoyanxun-linux
deepin
2016-01-27 05:34
#35
https://bbs.deepin.org/post/36296
看到这帖子又上来了,于是也小show一下俺的:

漂亮。
${color lightred}${font Climacons :pixelsize=88}${exec ./weather.sh 1}${font WenQuanYi Micro Hei:pixelsize=52}${color} ${color yellow}${exec ./weather.sh 0}${font Climacons :pixelsize=59}_ ^${color}
兄台,这段代码怎么弄,weather.sh这个脚本的代码和脚本放在哪个位置?
Reply View the author
kingskill
deepin
2016-01-27 05:44
#36
https://bbs.deepin.org/post/36296
漂亮。
${color lightred}${font Climacons :pixelsize=88}${exec ./weather.sh 1}${font WenQuanYi Mic ...

30楼的那个链接,主楼里有教程。我也是按照那个教程弄的。
Reply View the author
sibajie
deepin
2016-01-27 21:46
#37
https://bbs.deepin.org/post/36296
30楼的那个链接,主楼里有教程。我也是按照那个教程弄的。

赞赞 剩下的都是凑字数
Reply View the author
nonoshow
deepin
2016-06-05 07:06
#38
https://bbs.deepin.org/post/36296
那个conky-manager的软件右上角有个设置的 可以设置开机启动

设置开机启动后软件自动运行了,可还是要手动操作运行一下才行阿。怎样让软件自动运行风格配置包阿?
Reply View the author
weiyu
deepin
2016-06-05 09:48
#39
bash: 未预期的符号 `newline' 附近有语法错误 大神这是什么况???
Reply View the author
joyk3000
deepin
2016-06-05 17:28
#40
试试看怎么样
Reply View the author
2 / 6
To page