Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Ubuntu uses conky add desktop control     - Oracle PLS-00231 error analysis (Database)

- Cacti monitoring service Nginx (Linux)

- The Java ThreadLocal (Programming)

- SELinux multi-level security (Linux)

- How to install or upgrade to the Linux kernel in Ubuntu 4.2 (Linux)

- Linux 6 install Oracle 11g (64bit) (Database)

- How Oracle implements random reads from specific combinations (Database)

- Mysql binlog resolve the garbage problem decryption (Database)

- Linux install the Java Runtime Environment and the output Hello World under (CentOS) (Linux)

- Linux System Getting Started Learning: The Linux logrotate (Linux)

- How to achieve SSH without password login (Server)

- Oracle 11g can not export a variety of empty table solution (Database)

- How to disable IPv6 in the CentOS 7 (Linux)

- Timing task Crontab under Linux system (Linux)

- Installation Eduspec university management systems 17 Linux Mint (Server)

- Ubuntu installed Gimp 2.6.11 (stable version) with PPA (Linux)

- Keepalived achieve high availability Nginx Reverse Proxy (Server)

- [Errno 4] IOError: [Errno ftp error] with yum appears as a workaround (Linux)

- Docker improve safety (Server)

- Ubuntu 14.04 / 12.04 subscribe users to install software Liferea 1.10.10 (Linux)

 
         
  Ubuntu uses conky add desktop control
     
  Add Date : 2017-08-31      
         
         
         
  Learn under Ubuntu, first of all I wanted to use Windows desktop.

Desktop shortcut is to / usr / share / applications / startup file copy the following application to the desktop;

Here mainly to talk about how to add a desktop control. I use Conky

Look at the effect, in fact, there are many other controls, but require additional download:

installation method:

You must first install Conky:

sudo apt-get install conky-all

Then install the GUI manager:

sudo add-apt-repository ppa: teejee2008 / ppa

sudo apt-get update

sudo apt-get install conky-manager

After the start of the interface is shown in the picture above.

Choose one of the control check will be displayed on the desktop, you can also set it up, you can also directly edit the script control.

Time control shown in the figure above me is my modified script, mainly Chinese garbled remove, modify the layout. I modified the script as follows:

use_xft yes
xftfont 123: size = 8
xftalpha 0.1
update_interval 1
total_run_times 0

own_window yes
own_window_type normal
own_window_transparent no
own_window_hints undecorated, below, sticky, skip_taskbar, skip_pager
own_window_colour 000000
own_window_argb_visual yes
own_window_argb_value 51

double_buffer yes
#minimum_size 250 5
#maximum_width 500
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color red
default_outline_color green
alignment top_right
gap_x 0
gap_y 0
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer yes


minimum_size 0 0
TEXT
$ {Voffset 10} $ {color EAEAEA} $ {font GE Inspira: pixelsize = 100} $ {time% H:% M} $ {font} $ {voffset -80} $ {offset 50} $ {color FFA300} $ {voffset 0} $ {offset 50} $ {color EAEAEA} $ {font GE Inspira: pixelsize = 40} $ {time% m} $ {time% Y} $ {font} $ {voffset 24} $ {font GE Inspira : pixelsize = 58} $ {offset -50} $ {time% d} $ {font}
$ {Voffset 1} $ {offset 12} $ {font Ubuntu: pixelsize = 12} $ {color FFA300}
$ {Offset 10} HD $ {offset 9} $ color $ {fs_free /} / $ {fs_size /} $ {offset 30} $ {color FFA300} RAM $ {offset 9} $ color $ mem / $ memmax $ {offset 30} $ {color FFA300} CPU $ {offset 9} $ color $ {cpu cpu0}%
     
         
         
         
  More:      
 
- 5 steps to help you become a good Docker contributors (Linux)
- Installation of network monitoring ntopng under CentOS 6.4 (Linux)
- Nginx installation configuration Zabbix (Server)
- How to Use Nmap security scanner tool on Linux (Linux)
- Ten linux version of the system (Linux)
- How to configure Ceph stored on CentOS 7.0 (Server)
- Understanding Java classes (Programming)
- When Linux virtual machine to another copy of the operating system, a static IP NAT mode Invalid (Linux)
- shell script: a key to install LAMP, LNMP script (Server)
- Bubble Sort Algorithms (Programming)
- iOS used in the development --UITabBarController tag controller (Programming)
- Sniffer install applications in Linux supplement (Linux)
- fcntl file locking function add (Programming)
- Yii PHP Framework Getting Started tutorial (Linux)
- Android Dynamic efficiency articles: a brilliant Loading Analysis and Implementation (Programming)
- Linux kernel RCU (Read Copy Update) lock Brief (Linux)
- Java Set and List in the relationship and difference (Programming)
- shell script: the number of characters in the text to print no more than 6 words (Programming)
- Using IntelliJ IDEA Import Spark Spark latest source code and compile the source code (Linux)
- Download Google Android source code under Ubuntu 4.4 (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.