mirror of
https://github.com/notwa/rc
synced 2024-11-05 03:19:02 -08:00
sweep up some dead files
This commit is contained in:
parent
a690002d7f
commit
0fa41698ab
3 changed files with 2 additions and 41 deletions
20
home/conkyrc
20
home/conkyrc
|
@ -1,20 +0,0 @@
|
|||
background yes
|
||||
own_window yes
|
||||
own_window_type desktop
|
||||
own_window_transparent yes
|
||||
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||||
double_buffer yes
|
||||
use_xft yes
|
||||
xftfont DejaVu Sans Mono:size=12
|
||||
gap_x 18
|
||||
gap_y 18
|
||||
alignment bottom_left
|
||||
|
||||
TEXT
|
||||
${color grey} RAM:$color $mem / $memmax $alignr($memperc%)
|
||||
${color grey}Swap:$color $swap / $swapmax $alignr($swapperc%)
|
||||
${color grey} CPU:$color ${cpugraph 24,210}
|
||||
${color grey}Proc:$color $processes $color($running_processes)\
|
||||
${color grey}Up:$color ${upspeed eth0} ${color grey}Down:$color ${downspeed eth0}
|
||||
${color lightgrey}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
|
||||
${color lightgrey}${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
|
19
home/xinitrc
19
home/xinitrc
|
@ -1,19 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# ~/.xinitrc
|
||||
#
|
||||
# Executed by startx (run your window manager from here)
|
||||
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||
[ -x "$f" ] && . "$f"
|
||||
done
|
||||
unset f
|
||||
fi
|
||||
|
||||
#glxinfo
|
||||
|
||||
# exec gnome-session
|
||||
# exec startkde
|
||||
# exec startxfce4
|
||||
# ...or the Window Manager of your choice
|
4
install
4
install
|
@ -53,8 +53,8 @@ PATH="${PATH:?No existing PATH}:$rc/sh"
|
|||
|
||||
backup_dir="$rc/backup-$(date '+%s')"
|
||||
|
||||
for f in .bashrc .zshrc .-shrc .vimrc .conkyrc \
|
||||
.inputrc .screenrc .xinitrc .indent.pro .uncrustify.cfg; do
|
||||
for f in .bashrc .zshrc .-shrc .vimrc \
|
||||
.inputrc .screenrc .indent.pro .uncrustify.cfg; do
|
||||
dotless "$f"
|
||||
r="$rc/home/$REPLY"
|
||||
hardlink "$f" "$r"
|
||||
|
|
Loading…
Reference in a new issue