Linux là một hệ điều hành có tính tùy biến rất cao, một trong những chủ đề tùy chỉnh hấp dẫn nhất của người dùng Linux có lẽ là Giao diện đồ họa, hiện tại có rất nhiều nền tảng như X.org, Xfce, KDE, GNome cung cấp giao diện đồ họa cho Linux...showroom này lập ra để anh em giới thiệu tài trang trí của mình :)
Yêu cầu:
reve sẽ mở hàng:
Phần mềm:
File background
File ~/.Xdefaults (Làm cho background của Rxvt-Unicode trong suốt)
File ~/.conkyrc (tùy chỉnh cho conky)
Thêm mấy dòng này vào file ~/.config/openbox/autostart.sh
Yêu cầu:
- Một hoặc nhiều hình chụp màn hình desktop.
- Phần mềm tạo nên giao diện đó.
- Các tùy chỉnh (config) cần thiết.
- mplayer (video player)
reve sẽ mở hàng:
Phần mềm:
- Bản phân phối Gentoo (kernel 2.6.34-gentoo-r6)
- X.org (framework)
- Openbox (Desktop Manager)
- xcompmgr (Transparent Effect)
- nitrogen (Background Image)
- ibus-unikey (Vietnamese Input Engineer for IBus)
- tint2 (taskbar)
- Conky (system monitor)
- Rxvt-Unicode (Terminal Emulator)
- mplayer (video player)
File background
File ~/.Xdefaults (Làm cho background của Rxvt-Unicode trong suốt)
Mã:
URxvt*depth: 32
URxvt*foreground: white
URxvt*background: rgba:0000/0000/0000/[COLOR="Red"]aaaa[/COLOR]
URxvt*scrollBar: false
File ~/.conkyrc (tùy chỉnh cho conky)
Mã:
background yes
use_xft yes
xftalpha 0.8
xftfont Terminus:size=8
out_to_console no
update_interval 2.0
total_run_times 0
own_window yes
own_window_type desktop
own_window_transparent yes
double_buffer yes
minimum_size 140 5
maximum_width 140
draw_shades yes
draw_outline no
draw_borders no
stippled_borders 8
border_width 1
default_color white
default_shade_color black
default_outline_color white
alignment top_left
gap_x 10
gap_y 30
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer yes
TEXT
${color #ddaa00}- [COLOR="Red"]Gentoo[/COLOR] ($kernel)
-- Openbox
${color slate grey}Date ${color }${time %a} ${color }${time %e %B %G}
${color slate grey}Time ${color }${time %H:%M}
${color slate grey}Uptime ${color }$uptime
${color slate grey}CPU ${color #ddaa00} $cpu% ${alignr 2}${color }${acpitemp}C
${cpugraph 20,130 000000 ffffff}
${color slate grey}Load ${alignr 2}${color }$loadavg
${color slate grey}Processes ${alignr 2}${color }$processes
${color slate grey}Running ${alignr 2}${color }$running_processes
${color slate grey}MEM ${alignr 2}${color #ddaa00} $mem${color } / $memmax
${color slate grey}SWAP ${alignr 2}${color #ddaa00} $swap${color } / $swapmax
${color slate grey}Highest CPU ${alignr 2} %
${color #ddaa00} ${top name 1} ${alignr 2}${top cpu 1}
${color lightgrey} ${top name 2} ${alignr 2}${top cpu 2}
${color lightgrey} ${top name 3} ${alignr 2}${top cpu 3}
${color lightgrey} ${top name 4} ${alignr 2}${top cpu 4}
${color slate grey}Highest MEM ${alignr 2} %
${color #ddaa00} ${top_mem name 1} ${alignr 2}${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${alignr 2}${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${alignr 2}${top_mem mem 3}
${color lightgrey} ${top_mem name 4} ${alignr 2}${top_mem mem 4}
${color #ddaa00}HDD I/O
${color slate grey}Read ${alignr 2}${color } ${diskio_read}
$color0} $color${diskiograph_read 20,130 000000 ffffff}
${color slate grey}Write ${alignr 2}${color } ${diskio_write }
$color0} $color${diskiograph_write 20,130 000000 ffffff}
${color slate grey}ROOT ${alignr 2}${color #ddaa00}${fs_free /}${color } / ${fs_size /}
${color slate grey}HOME ${alignr 2}${color #ddaa00}${fs_free /home}${color } / ${fs_size /home}
${color slate grey}BOOT ${alignr 2}${color #ddaa00}${fs_free /boot}${color } / ${fs_size /boot}
${color slate grey}[COLOR="Red"]DATA[/COLOR] ${alignr 2}${color #ddaa00}${fs_free [COLOR="Red"]/mnt/data[/COLOR]}${color } / ${fs_size [COLOR="Red"]/mnt/data[/COLOR]}
${color slate grey}[COLOR="Red"]FEELING[/COLOR] ${alignr 2}${color #ddaa00}${fs_free [COLOR="Red"]/mnt/feeling[/COLOR]}${color } / ${fs_size [COLOR="Red"]/mnt/feeling[/COLOR]}
${color #ddaa00}NET
${color slate grey}IP address ${color }${addr eth0}
${color slate grey}Up ${color }${alignr 2}${upspeed eth0}ps
${upspeedgraph eth0 20,130 000000 ffffff}
${color slate grey}Down ${color }${alignr 2}${downspeed eth0}ps
${downspeedgraph eth0 20,130 000000 ffffff}
${scroll 20 whatever you type here will scroll }
Thêm mấy dòng này vào file ~/.config/openbox/autostart.sh
Mã:
nitrogen --restore &
xcompmgr &
tint2 &
ibus-daemon -d -x &
conky &