
开始是联网问题,然后是新内核和Intel集显“不和谐”的问题,然后就是声音的问题(现在还没有搞定声音的问题,耳机有声音,笔记本的音箱没有声音


最后就是Show一下几天来的成果了,最后的环境是: Archlinux + Openbox + tint2 + Pcmanfm + conky + wbar
等有时间把配置的安装的过程再总结一下吧(虽然很多都是参考Arch Wiki的,它的Wiki真的太有用了)!

已经设置好了……请看下图:dwl301 写了:在设置一下gtk主题就更好了……默认主题很难看的说 ……
代码: 全选
background yes
use_xft yes
xftfont Zekton:size=8
use_spacer top_right
# Update interval in seconds
update_interval 1
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type widget
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
#minimum_size 280 5
maximum_width 150
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 5
# border width
border_width 0
# Default colors and also border colors
default_color 4d4d4d
#default_shade_color white
#default_outline_color black
own_window_colour 262626
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 5
gap_y 5
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer yes
TEXT
${voffset 50}
${color 1692D0}${alignc -10}${font OpenLogos:size=50}A
##################
#### TIME ####
##################
${voffset -110}${color 8F8F8F}${alignc 23}${font Zekton:size=16}${time %k:%M:%S}
${font}${color EE6363}${voffset -10}${time %B} ${time %Y}
##################
### SYSTEM ###
##################
${color 7C96B0}Kernel:${color 8F8F8F}${alignr}$kernel
${color 7C96B0}UpTime:${color 8F8F8F}${alignr}$uptime
##################
#### CPU #####
##################
${color 7C96B0}Core One:${color 8F8F8F}${alignr}${cpu cpu1}% ${color EE6363}
${color 7C96B0}Core 1 temp:${color EE6363}${alignr}${execi 5 sensors | grep "temp4" | sed -e 's\+\ \'|awk '{ print $2 }'}
${color 262626}${cpugraph cpu1 8,150 262626 EE6363}
${color 7C96B0}Core Two:${color 8F8F8F}${alignr}${cpu cpu2}% ${color EE6363}
${color 7C96B0}Core 2 temp:${color EE6363}${alignr}${execi 5 sensors | grep "temp5" | sed -e 's\+\ \'|awk '{ print $2 }'}
${color 262626}${cpugraph cpu2 8,150 262626 EE6363}
${color 7C96B0}Ram:${color 8F8F8F}${alignr}$mem
${color 1A1A1A}${membar 8,150}
##################
### NETWORK ####
##################
${color 98AE68}${font Zekton:size=8}UpSpeed:${font}${color EE6363}${alignr}${upspeed eth0}/s
${color 262626}${upspeedgraph eth0 8,150 1E1E1E 1A1A1A}
${color 7C96B0}Total: ${color 8F8F8F}${totalup eth0}
${color 98AE68}${font Zekton:size=8}DownSpeed:${font}${color EE6363}${alignr}${downspeed eth0}/s
${color 262626}${downspeedgraph eth0 8,150 1E1E1E 1A1A1A}
${color 7C96B0}Total: ${color 8F8F8F}${totaldown eth0}
##################
## PROGCESSES ##
##################
${color 7C96B0}Processes $stippled_hr
${color 7C96B0}NAME ${goto 70}CPU%${goto 115}MEM%
${color 7C96B0}${top name 1} ${goto 70}${top cpu 1}${goto 115}${top mem 1}
${color 7C96B0}${top name 2} ${goto 70}${top cpu 2}${goto 115}${top mem 2}
${color 7C96B0}${top name 3} ${goto 70}${top cpu 3}${goto 115}${top mem 3}
${color 7C96B0}${top name 4} ${goto 70}${top cpu 4}${goto 115}${top mem 4}
${color 7C96B0}${top name 5} ${goto 70}${top cpu 5}${goto 115}${top mem 5}
代码: 全选
#touch cock
touch: failed to touch 'cock': Permission denied