ubuntu教程系列之界面美化之conky(小黑)
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
小黑 ubuntu 教程系列之界面美化之 conky
Conky 是 Linux 上的一款桌面软件,通过它可以在桌面上显示 CPU 占用情况、磁盘容量、OS 版本号、日 历、网络情况等等各类系统信息,这个软件的特点是可配置性非常高,通过一个脚本完全可以自己控制上面 显示的内容。但也因为这样一个特性,因为没有 GUI ,所以对新手来说不太容易上手,不过现在有一个名为 Conky Colors 的辅助软件可以帮你快速配置出漂亮的 Conky Widget ,简单易用,效果如下:
--proc=<number> - Enable top processes widget and set the number of processes to show [Max = 10] (显示当前使用资源最高的进程并设置显示条数,最大为 10 条) --clock=<default|classic|slim|modern|lucky|digital|off> - Enable/disable clock widget and set type (显示时钟,可以选择其中一个时钟主题) --nodata - disable Data widget (不显示数据,一般不需要) --calendar - Enable calendar (显示日历) --calendarp - Enable python calendar (显示 python 日历) --calendarm - Enable calendar with monday as first day (显示以星期一为第一天的日历) 了) --nvidia - Enable nvidia gpu widget (如果你的显卡是 nvidia 的可以开启 GPU 监控,ATI 的不用开 --todo - Enable ToDo widget (这个我不知道是什么,朋友们可以玩玩) --hd=<default|meerkat|mபைடு நூலகம்x|simple> - Enable HD widget (硬盘空间监控,有几个主题可以选择) --hdtemp1=<device> - Enable HD temperature [Ex: --hdtemp1=sda] --hdtemp2=<device> - Enable HD temperature [Ex: --hdtemp2=sdb] --hdtemp3=<device> - Enable HD temperature [Ex: --hdtemp3=sdc] --hdtemp4=<device> - Enable HD temperature [Ex: --hdtemp4=sdd] (以上四条可以不要) --photo - Enable Photo widget (幻灯片插件) --photord - Enable Photo widget in random mode (同上) --mpd - Enable MPD widget (MPD 插件) --covergloobus - Enable CoverGloobus widget(CoverGloobus 插件) --rhythmbox=<default|cd|case|glassy|vinyl|oldvinyl|simple> - Enable Rhythmbox widget (Rhythmbox 音乐播放器插件,由于不支持中文,中文歌曲会显卡框框,建议不开)
--eth=<number> - Change ethernet device [Default=0] (需要监控的网卡,可以使用 ifconfig 在终端查看你电脑的网卡,默认为 0 如果是本本有无线网卡,则为 1,其实只要开启--network 可以不用配置 这一项) --wlan=<number> - Change wireless device [Default=0] (可以不用配置) --ppp=<number> - Change 3g modem device [Default=0] (同上) --unit=<C|F>- Force output temperature either in Celius or Fahrenheit (配置温度显示的单位,默认 是 C,可以不用配置) --bbcweather=<AreaID> - Enable weather widget and set your AreaID[Ex: --bbcweather=3849] --weather=<AreaID> - Enable weather widget and set your AreaID[Ex: --weather=BRXX0043] --weatherplus - Give a plus to the weather widget --simpleweather=<AreaID> - Enable simple weather widget and set your AreaID[Ex: --simpleweather=BRXX0043] (以上都是天气插件,需要的朋友可以自己试试) --side=<left|right*> - Set the side of conky in your screem (选择 conky 在屏幕上显示的位置,左边 或右边) Choose your Distro Logo: (选择显示的 logo,ubuntu 系统则选择--ubuntu) --ubuntu --fedora --opensuse --debian --arch --gentoo --pardus --xfce --gnome -------------- CAIRO MODE -------------- (cairo 模式,如果你要显示 cairo 模式,上面的都不用配置) --cairo - Enable cairo-conky mode. (打开 cairo 模式) Some of these options work only with this mode: --theme=<theme> - Set default theme color (Don't work with skiki-colors/shikidust/dust themes) (主题) --dark - Set Dark Brightness (Don't work with ambiance/radiance/elementary themes) --alldark - Set Dark Brightness for all(Don't work with any theme)' --alllight - Set light Brightness for all(Don't work with any theme)' --shape - Enable rounded rectangles over the widgets --cpu=<number> - Set number of cpu cores
-------------- DEFAULT MODE -------------./conky-colors <options> options: --lang=<language> - Set default language: (设置语言,我们选择 english) bulgarian OR bg deutsch OR de english OR en* estonian OR et italian OR it polish OR pl portuguese OR pt russian OR ru spanish OR es --theme=<theme> - Set default theme color (设置主题,可以根据你的桌面背景来选择合适的) gnome-brave gnome-carbonite gnome-human* gnome-noble gnome-tribute gnome-wine gnome-wise shiki-brave shiki-human shiki-noble shiki-wine shiki-wise shiki-dust
dust radiance ambiance elementary custom These options work only with --theme=custom option --default-color=<value> --color0=<value> --color1=<value> --color2=<value> --dark - Set Dark Brightness(Don't work with skikicolors/shikidust/dust/ambiance/radiance/elementary/custom themes) --alldark - Set Dark Brightness for all(Don't work with any theme)' --alllight - Set light Brightness for all(Don't work with any theme)' (--dark –alldark –alllight 这三个 也是设置主题,如果你选择这三个其中一个,上面的—theme=就不用设置了。) 推) --cpu=<number> - Set number of cpu cores (设置你电脑的 CPU 核心个数,双核为--cpu=2,以此类 --cputemp - Enable CPU temperature (打开 CPU 温度监控) --swap - Enable SWAP (打开交换空间监控) --battery - Enable battery (打开电源监控) 新) --updates - Show updates of Debian/Ubuntu (打开更新监控,可以显示你的系统有多少个包可以更
到这里 conky 已经安装到你的 ubuntu 中了,对于高级用户来说可以自己配置脚本了,但这并不是所有用户 都会的,我也不会,嘿嘿。那么让我们来安装一个简单的辅助工具吧。虽然也不是图形界面的,但使用起来 简单多了。 首先我们要下载 conky colors 的源代码。下载地址:(http://gnomelook.org/content/show.php/CONKY-colors+Plus?content=92328) 在最下面有四个 download,我们下载第一个 Source。 然后我们打开终端,cd 到下载的文件存放的目录下,首先我们要解压下载的文件,至于解压方法大家应该都 知道,这里为了使初学 linux 的朋友容易看懂,就不写解压命令了,初学者可以使用右键的方式解压。解压后 执行以下命令安装: $make $sudo make install 安装完成,接下来的是配置了,至于如何配置我们先看说明吧。 $ conky-colors –help #这是查看帮助文档现在我把它复制到下面,方面大家查看。
右边的 Desklets 即为 conky 的效果。 至于下面的 Dock 如果有朋友需要我们一期再做介绍。 Description: DO NOT UPGRADE TO CONKY 1.8.1, IT WILL BREAKS ALL PYTHON SCRIPTS AND MESS ALL CONKY Now it's easy to customize your desktop! Conky is a free, light-weight system monitor for X, that displays any information on your desktop. CONKY-colors is an easier way to configure Conky. This conky script support multilanguage: Bulgarian, English, German, Italian, Polish, Portuguese, Russian, Spanish and Ukrainian 以上的英文能看懂的朋友帮忙翻译一下,我英文实在太差,只能看个大概。 只看出了中文不是支持的语言。 好了,现在教大家如何安装 Conky 以及 Conky Colors 。 1、安装 conky 及相关组件 打开终端,执行以下命令: $sudo apt-get install aptitude python-statgrab ttf-droid hddtemp curl lm-sensors conky-all $sudo chmod u+s /usr/sbin/hddtemp $sudo sensors-detect #这是除了最后一个选择 NO,前面的所有的都选择 YES。如果你不知道 哪个是最后一个可以再输入前面的指令重来一次。 现在你需要注销一下你当前登录用户。
件)
--banshee=<default|cd|case|glassy|vinyl|oldvinyl|simple> - Enable Banshee widget (Banshee 插 --exaile=<default|cd|case|glassy|vinyl|oldvinyl|simple> - Enable Exaile widget (Exaile 插件) --pidgin - Enable Pidgin widget (pidgin 插件) --limit=<number> - [default: 5] Set a limit to the number of buddies displayed --gmail - Enable gmail notify (gmail 插件) --user=<username> - Type your username (gmail 账号,格式为 XXX.gmail.com) --passwd=<password> - Type your password (gmail 密码) --network - Enable network widget (网络流量监控)
Conky 是 Linux 上的一款桌面软件,通过它可以在桌面上显示 CPU 占用情况、磁盘容量、OS 版本号、日 历、网络情况等等各类系统信息,这个软件的特点是可配置性非常高,通过一个脚本完全可以自己控制上面 显示的内容。但也因为这样一个特性,因为没有 GUI ,所以对新手来说不太容易上手,不过现在有一个名为 Conky Colors 的辅助软件可以帮你快速配置出漂亮的 Conky Widget ,简单易用,效果如下:
--proc=<number> - Enable top processes widget and set the number of processes to show [Max = 10] (显示当前使用资源最高的进程并设置显示条数,最大为 10 条) --clock=<default|classic|slim|modern|lucky|digital|off> - Enable/disable clock widget and set type (显示时钟,可以选择其中一个时钟主题) --nodata - disable Data widget (不显示数据,一般不需要) --calendar - Enable calendar (显示日历) --calendarp - Enable python calendar (显示 python 日历) --calendarm - Enable calendar with monday as first day (显示以星期一为第一天的日历) 了) --nvidia - Enable nvidia gpu widget (如果你的显卡是 nvidia 的可以开启 GPU 监控,ATI 的不用开 --todo - Enable ToDo widget (这个我不知道是什么,朋友们可以玩玩) --hd=<default|meerkat|mபைடு நூலகம்x|simple> - Enable HD widget (硬盘空间监控,有几个主题可以选择) --hdtemp1=<device> - Enable HD temperature [Ex: --hdtemp1=sda] --hdtemp2=<device> - Enable HD temperature [Ex: --hdtemp2=sdb] --hdtemp3=<device> - Enable HD temperature [Ex: --hdtemp3=sdc] --hdtemp4=<device> - Enable HD temperature [Ex: --hdtemp4=sdd] (以上四条可以不要) --photo - Enable Photo widget (幻灯片插件) --photord - Enable Photo widget in random mode (同上) --mpd - Enable MPD widget (MPD 插件) --covergloobus - Enable CoverGloobus widget(CoverGloobus 插件) --rhythmbox=<default|cd|case|glassy|vinyl|oldvinyl|simple> - Enable Rhythmbox widget (Rhythmbox 音乐播放器插件,由于不支持中文,中文歌曲会显卡框框,建议不开)
--eth=<number> - Change ethernet device [Default=0] (需要监控的网卡,可以使用 ifconfig 在终端查看你电脑的网卡,默认为 0 如果是本本有无线网卡,则为 1,其实只要开启--network 可以不用配置 这一项) --wlan=<number> - Change wireless device [Default=0] (可以不用配置) --ppp=<number> - Change 3g modem device [Default=0] (同上) --unit=<C|F>- Force output temperature either in Celius or Fahrenheit (配置温度显示的单位,默认 是 C,可以不用配置) --bbcweather=<AreaID> - Enable weather widget and set your AreaID[Ex: --bbcweather=3849] --weather=<AreaID> - Enable weather widget and set your AreaID[Ex: --weather=BRXX0043] --weatherplus - Give a plus to the weather widget --simpleweather=<AreaID> - Enable simple weather widget and set your AreaID[Ex: --simpleweather=BRXX0043] (以上都是天气插件,需要的朋友可以自己试试) --side=<left|right*> - Set the side of conky in your screem (选择 conky 在屏幕上显示的位置,左边 或右边) Choose your Distro Logo: (选择显示的 logo,ubuntu 系统则选择--ubuntu) --ubuntu --fedora --opensuse --debian --arch --gentoo --pardus --xfce --gnome -------------- CAIRO MODE -------------- (cairo 模式,如果你要显示 cairo 模式,上面的都不用配置) --cairo - Enable cairo-conky mode. (打开 cairo 模式) Some of these options work only with this mode: --theme=<theme> - Set default theme color (Don't work with skiki-colors/shikidust/dust themes) (主题) --dark - Set Dark Brightness (Don't work with ambiance/radiance/elementary themes) --alldark - Set Dark Brightness for all(Don't work with any theme)' --alllight - Set light Brightness for all(Don't work with any theme)' --shape - Enable rounded rectangles over the widgets --cpu=<number> - Set number of cpu cores
-------------- DEFAULT MODE -------------./conky-colors <options> options: --lang=<language> - Set default language: (设置语言,我们选择 english) bulgarian OR bg deutsch OR de english OR en* estonian OR et italian OR it polish OR pl portuguese OR pt russian OR ru spanish OR es --theme=<theme> - Set default theme color (设置主题,可以根据你的桌面背景来选择合适的) gnome-brave gnome-carbonite gnome-human* gnome-noble gnome-tribute gnome-wine gnome-wise shiki-brave shiki-human shiki-noble shiki-wine shiki-wise shiki-dust
dust radiance ambiance elementary custom These options work only with --theme=custom option --default-color=<value> --color0=<value> --color1=<value> --color2=<value> --dark - Set Dark Brightness(Don't work with skikicolors/shikidust/dust/ambiance/radiance/elementary/custom themes) --alldark - Set Dark Brightness for all(Don't work with any theme)' --alllight - Set light Brightness for all(Don't work with any theme)' (--dark –alldark –alllight 这三个 也是设置主题,如果你选择这三个其中一个,上面的—theme=就不用设置了。) 推) --cpu=<number> - Set number of cpu cores (设置你电脑的 CPU 核心个数,双核为--cpu=2,以此类 --cputemp - Enable CPU temperature (打开 CPU 温度监控) --swap - Enable SWAP (打开交换空间监控) --battery - Enable battery (打开电源监控) 新) --updates - Show updates of Debian/Ubuntu (打开更新监控,可以显示你的系统有多少个包可以更
到这里 conky 已经安装到你的 ubuntu 中了,对于高级用户来说可以自己配置脚本了,但这并不是所有用户 都会的,我也不会,嘿嘿。那么让我们来安装一个简单的辅助工具吧。虽然也不是图形界面的,但使用起来 简单多了。 首先我们要下载 conky colors 的源代码。下载地址:(http://gnomelook.org/content/show.php/CONKY-colors+Plus?content=92328) 在最下面有四个 download,我们下载第一个 Source。 然后我们打开终端,cd 到下载的文件存放的目录下,首先我们要解压下载的文件,至于解压方法大家应该都 知道,这里为了使初学 linux 的朋友容易看懂,就不写解压命令了,初学者可以使用右键的方式解压。解压后 执行以下命令安装: $make $sudo make install 安装完成,接下来的是配置了,至于如何配置我们先看说明吧。 $ conky-colors –help #这是查看帮助文档现在我把它复制到下面,方面大家查看。
右边的 Desklets 即为 conky 的效果。 至于下面的 Dock 如果有朋友需要我们一期再做介绍。 Description: DO NOT UPGRADE TO CONKY 1.8.1, IT WILL BREAKS ALL PYTHON SCRIPTS AND MESS ALL CONKY Now it's easy to customize your desktop! Conky is a free, light-weight system monitor for X, that displays any information on your desktop. CONKY-colors is an easier way to configure Conky. This conky script support multilanguage: Bulgarian, English, German, Italian, Polish, Portuguese, Russian, Spanish and Ukrainian 以上的英文能看懂的朋友帮忙翻译一下,我英文实在太差,只能看个大概。 只看出了中文不是支持的语言。 好了,现在教大家如何安装 Conky 以及 Conky Colors 。 1、安装 conky 及相关组件 打开终端,执行以下命令: $sudo apt-get install aptitude python-statgrab ttf-droid hddtemp curl lm-sensors conky-all $sudo chmod u+s /usr/sbin/hddtemp $sudo sensors-detect #这是除了最后一个选择 NO,前面的所有的都选择 YES。如果你不知道 哪个是最后一个可以再输入前面的指令重来一次。 现在你需要注销一下你当前登录用户。
件)
--banshee=<default|cd|case|glassy|vinyl|oldvinyl|simple> - Enable Banshee widget (Banshee 插 --exaile=<default|cd|case|glassy|vinyl|oldvinyl|simple> - Enable Exaile widget (Exaile 插件) --pidgin - Enable Pidgin widget (pidgin 插件) --limit=<number> - [default: 5] Set a limit to the number of buddies displayed --gmail - Enable gmail notify (gmail 插件) --user=<username> - Type your username (gmail 账号,格式为 XXX.gmail.com) --passwd=<password> - Type your password (gmail 密码) --network - Enable network widget (网络流量监控)