工作环境完全切换到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
5 / 6
To page
百赖小生
deepin
2017-02-16 22:55
#81
感谢楼主分享。非常漂亮!
Reply View the author
sbupmh
deepin
2017-02-24 00:52
#82
https://bbs.deepin.org/post/36296
精简显示信息,删除多余的空白行就可以了

这个我也摸索到了,但是最下面网速那个图,始终还是显示不出来最最最下面的基线
Reply View the author
中国新蔡
deepin
2017-02-27 23:03
#83
Reply View the author
v6i6v
deepin
2017-02-28 00:54
#84
mark,好东西
Reply View the author
v6i6v
deepin
2017-02-28 18:52
#85
用了卡出翔了,去掉cpu后就不卡了,谢谢分享,再找找其他部分的美化下
Reply View the author
中国新蔡
deepin
2017-02-28 20:54
#86
https://bbs.deepin.org/post/36296
找不到.conky目录怎么破??

在家目录下,不过这个是隐藏的,你要在文件管理器上方,手动输入那个目录回车就进去了
Reply View the author
185******04
deepin
2017-03-03 07:50
#87

壁纸能否?嘿嘿
Reply View the author
中国新蔡
deepin
2017-03-03 18:28
#88
https://bbs.deepin.org/post/36296
壁纸能否?嘿嘿


拿去不谢。。。。叫我雷锋
Reply View the author
185******04
deepin
2017-03-04 02:19
#89
https://bbs.deepin.org/post/36296
拿去不谢。。。。叫我雷锋

谢谢大神
Reply View the author
cyx980622
deepin
2017-03-04 05:01
#90
感谢分享
Reply View the author
wangyong
deepin
2017-03-04 05:17
#91
话说我一直觉得 conky 很丑,及时装过主题配置
Reply View the author
185******04
deepin
2017-03-04 05:45
#92
https://bbs.deepin.org/post/36296
话说我一直觉得 conky 很丑,及时装过主题配置

勇哥,其实我挺喜欢deepin12  deepin13的那些挂件,丰富了桌面,设计也好看
Reply View the author
huaifeng
deepin
2017-03-04 23:33
#93
good 完美,已经搞定
Reply View the author
jiancheng_wang
deepin
2017-07-08 21:38
#94
中文名称乱码怎么处理
Reply View the author
nichengka
deepin
2017-07-10 06:20
#95
十分感谢 成功了
Reply View the author
le******ly@163.com
deepin
2017-07-24 20:09
#96
本帖最后由 lethappyfly 于 2017-7-25 10:33 编辑

首先,十分感谢楼主的分享。小白一个,conky  manager选择自启,但是没有生效。 请问楼上的前辈,怎么弄它自动运行??谢谢!
https://bbs.deepin.org/post/42846#conky
但 是按它的做法,开机的时候,可以自动启动了,输密码后会有一个错误提示, etc/profile  第39行结尾,语法错误。按确定后才显示桌面。 达到我的想法,但还是想问怎么解决 。谢谢!


# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

if [ "`id -u`" -eq 0 ]; then
  PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else
  PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
fi
export PATH

if [ "$PS1" ]; then
  if [ "$BASH" ] && [ "$BASH" != "/bin/sh" ]; then
    # The file bash.bashrc already sets the default PS1.
    # PS1='\h:\w\$ '
    if [ -f /etc/bash.bashrc ]; then
      . /etc/bash.bashrc
    fi
  else
    if [ "`id -u`" -eq 0 ]; then
      PS1='# '
    else
      PS1='$ '
    fi
  fi
fi

if [ -d /etc/profile.d ]; then
  for i in /etc/profile.d/*.sh; do
    if [ -r $i ]; then
      . $i
    fi
  done
  unset i
ifi
conky -d
tty | egrep -q tty[1-6] && export LC_ALL=C


Reply View the author
le******ly@163.com
deepin
2017-07-25 18:49
#97
根据楼主的脚本,注释了主机名,CPU温度,下载数据的图形后,在输入命令后有这个显示,可以显示conky, 但为什么输入命令后会显示出那些指示呢?  谢谢!
期待楼主及群里的前辈回复!再次感谢DEEPIN群里的群友们,让我的桌面不再那么单调并对DEEPIN启动有一丁点的了解,谢谢!
Reply View the author
le******ly@163.com
deepin
2017-07-25 19:44
#98
输入密码后出现的画面!请问错误代码是表示什么?点击确认后就可以进去桌面。
Reply View the author
bodhiye
deepin
2017-08-14 02:07
#99
大佬们有遇到conky一直在闪烁的情况吗
Reply View the author
yiwen
deepin
2017-08-18 02:37
#100
https://bbs.deepin.org/post/36296
大神   照你的方法安装成功了,但是低分辨率(1366X768)显示不完整,如图:下方网络显示不出来,感觉宽度太大. ...

层主,问一下你是怎么调整的,改了哪些参数,我也遇到这样的问题。但打开文件找不到改高度的参数……
Reply View the author
5 / 6
To page