Skip to content

Commit

Permalink
upgrade some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanchezpando committed May 13, 2014
1 parent dc9731d commit 70aba00
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@

```
Packages
--------
# i3 desktop
yum install conky i3lock i3status synapse dunst tmux
# yum install keychain x11-ssh-askpass
## i3 desktop
i3 i3lock i3status synapse dunst tmux slim feh conky conky-lua
# keychain x11-ssh-askpass dkms?
# tools
yum install meld sublime-text git mercurial dia pencil gnumeric
## laptop pstuff
acpi
# media
yum install smplayer
## tools
meld sublime-text git mercurial dia pencil gnumeric
## media
smplayer amarok
echo -e "\nsource ~/.i3/bashrc" >> ~/.bashrc
# ln -s ~/.i3/tmux.conf ~/.tmux.conf
Expand Down
6 changes: 5 additions & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ source ~/.i3/start-gnome-keyring.sh

# ANDROID stuff
export JAVA_HOME=/usr/lib/jvm/java/
export ANDROID_HOME=~/bin/android-sdk-linux
export ANDROID_HOME=~/bin/adt-bundle/sdk
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools

# i3
# TERMINAL="xterm"

# Oracle stuff
export ORACLE_HOME=/usr/lib/oracle/11.2/client64
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
4 changes: 2 additions & 2 deletions conkyrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ${voffset -30}${color 0066FF}${font caviar dreams:size=16}${time %A}${font}
${voffset -8}${color FFFFFF}${font caviar dreams:size=38}${time %e}${voffset -10}${color 0066FF}${font caviar dreams:size=18} ${time %b}${voffset -10}${font}${color FFFFFF}${font caviar dreams:size=20} ${time %Y}${font}${color 0066FF} ${voffset -40}${font DejaVu Sans Mono:size=36}${time %H}:${time %M}${hr}
${voffset -20}${font}${font caviar dreams:size=18}${nodename}

${image ~/.i3/fedora-logo.png -p 550,10 -s 160x70}
${image ~/.i3/distri-logo.png -p 550,10 -s 160x70}

${voffset -60}${font :size=12}${color}${sysname} ${color}kernel: ${kernel}
Uptime: ${uptime}
Expand Down Expand Up @@ -80,4 +80,4 @@ ${color} ${top_mem name 3} ${goto 200}${top_mem pid 3} ${top_mem cpu 3} ${top_me
${color} ${top_mem name 4} ${goto 200}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}

${color 0066FF}Logs ${hr 2}
${color}${font :size=8}${tail /var/log/messages 10}
${color}${font :size=8}${tail /var/log/Xorg.0.log 10}
Binary file added distri-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fedora-logo.png
Binary file not shown.

0 comments on commit 70aba00

Please sign in to comment.