2016年6月18日 星期六

Arch Linux 個人化設定(二)



Rearrange Window TItle Bar Buttons in Xfce

How to install new themes


終端模擬器的配色
$\mbox{PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '}$
(參考至 Ubuntu 預設配色)


修改 xfce4-terminal 的游標形狀
\$ cd ~/.config/xfce4/terminal
\$ vim terminalrc
將 MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
編輯為 MiscCursorShape=TERMINAL_CURSOR_SHAPE_IBEAM


grep 指令之用顏色標記重點
編輯 ~/.bashrc 並加入: alias grep=’grep --color’


Colored man pages
編輯 ~/.bashrc 並加入:
# Set colors for man pages
man() {
  env \
  LESS_TERMCAP_mb=\$(printf "\e[1;31m") \
  LESS_TERMCAP_md=\$(printf "\e[1;31m") \
  LESS_TERMCAP_me=\$(printf "\e[0m") \
  LESS_TERMCAP_se=\$(printf "\e[0m") \
  LESS_TERMCAP_so=\$(printf "\e[1;44;33m") \
  LESS_TERMCAP_ue=\$(printf "\e[0m") \
  LESS_TERMCAP_us=\$(printf "\e[1;32m") \
  man "$@"
}


Transparent background for icon titles
編輯 ~/.gtkrc-2.0 並加入:
style "xfdesktop-icon-view"
{
XfdesktopIconView::label-alpha = 0
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#ffffff"
fg[ACTIVE] = "#ffffff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


Kill window shortcut
# pacman -S xorg-xkill


Keyboard volume buttons
為了在使用鍵盤控制音量時,桌面能顯示目前音量狀態,可安裝:
\$ yaourt -S xfce4-pulseaudio-plugin


Edit entries
編輯選單的 GUI 工具
\$ yaourt -S menulibre


Screen lockers
# pacman -S xscreensaver


其餘應用程式:

Lightweight image viewer
# pacman -S gpicview

Multimedia
# pacman -S smplayer vlc

Graphics and image manipulation
# pacman -S kolourpaint inkscape

Drop-down terminal
# pacman -S guake

Text editor
# pacman -S leafpad gedit

Readers and Viewers
\$ yaourt -S coolreader3-git #讀電子書還不錯
# pacman -S evince #瀏覽PDF還不錯

沒有留言:

張貼留言