Commit Diff


commit - ddbaf03490e1f5b6addbed040f561db8069f1285
commit + 033fe29b1c82a200245a4cb383edc410cef1b749
blob - f34252563c92c77d564d656d5667c8c8abf8c651
blob + 81985825c16bf1748489e6b918bf22d092d2c06f
--- .Xdefaults
+++ .Xdefaults
@@ -36,6 +36,21 @@ XTerm*pointerMode: 2
 XTerm*allowTitleOps: true
 XTerm*termName: xterm-256color
 
+!!! termbar
+termbar*faceName: "-*-fixed-medium-*-*-*-18-*-*-*-*-*-iso8859-*"
+!!!termbar*geometry: 1920x1+0+0
+termbar*geometry: 3840x1+0+0
+termbar*internalBorder: 6
+termbar*saveLines: 0
+termbar*locale: true
+termbar*scrollBar: false
+termbar*title: termbar
+
+!!! Xconsole
+XConsole*internalBorder: 5
+XConsole*scrollBar: false
+XConsole*faceName: xft:monospace:pixelsize=10
+
 !!! xLock
 XLock.nice: 19
 XLock.mode: blank
@@ -59,14 +74,14 @@ ssh-askpass.indicator.background: #a0a0a0
 ssh-askpass.indicator.foreground: #a290b5
 
 !!! make alt+v/command+v paste clipboard
-*.XTerm.*.VT100.translations:	#override\
-    Meta <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0)\n\
-    Super <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0)
+*.XTerm.*.VT100.translations:		#override\
+	Meta <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0)\n\
+	Super <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0)
 
 !!! make xaw scrollbars act like normal ones
-.XTerm.*.Scrollbar.translations:                             #override\
-    <Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\
-    <Btn2Down>: StartScroll(Forward) \n\
-    <Btn3Down>: StartScroll(Backward) \n\
-    <Btn1Motion>: MoveThumb() NotifyThumb() \n\
-    <BtnUp>: NotifyScroll(Proportional) EndScroll()
+.XTerm.*.Scrollbar.translations:	#override\
+	<Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\
+	<Btn2Down>: StartScroll(Forward) \n\
+	<Btn3Down>: StartScroll(Backward) \n\
+	<Btn1Motion>: MoveThumb() NotifyThumb() \n\
+	<BtnUp>: NotifyScroll(Proportional) EndScroll()
blob - b39646698ce7990afc1b7c2d37c5ae363df18efd
blob + 65658340c9df5847da8c462ef95008c2f904eb8e
--- .gtkrc-2.0
+++ .gtkrc-2.0
@@ -1,187 +1,9 @@
-# based on clearlooks-next by Carles Amigó (fr3nd) http://www.fr3nd.net
-
-# default font
-gtk-font-name = "Verdana 12"
-
-style "clearlooks-default"
-{
-  engine "clearlooks"
-  {
-	radius = 0.0
-  }
-
-  GtkButton      ::default_border    = { 1, 1, 1, 1 }
-  GtkRange       ::trough_border     = 0
-  GtkPaned       ::handle_size       = 6
-  GtkRange       ::slider_width      = 15
-  GtkRange       ::stepper_size      = 15
-  GtkScrollbar   ::min_slider_length = 30
-  GtkScrollbar   ::slider_width      = 26
-  GtkScrollbar   ::has_backward_stepper = 1
-  GtkScrollbar   ::has_secondary_backward_stepper = 1
-  GtkCheckButton ::indicator_size    = 20
-  GtkMenuBar     ::internal-padding  = 0
-  GtkTreeView    ::expander_size     = 14
-  GtkExpander    ::expander_size     = 16
-
-  GimpDockWindow::default-height    = 300
-  GimpDock::font-scale              = 0.8333
-  GimpMenuDock::minimal-width       = 200
-  GimpDockWindow::menu-preview-size = dialog
-  GimpToolPalette::tool-icon-size   = dialog
-  GimpToolPalette::button-relief    = none
-  GimpDockbook::tab-border          = 0
-  GimpDockbook::tab-icon-size       = dialog
-  GimpColorNotebook::tab-border     = 0
-  GimpColorNotebook::tab-icon-size  = dialog
-
-  xthickness = 1
-  ythickness = 1
-
-  fg[NORMAL]        = "#101010" # very dark gray #101010
-  fg[PRELIGHT]      = "#101010" # dark grey
-  fg[ACTIVE]        = "#000000" # black
-  fg[SELECTED]      = "#ffffff" # white
-  fg[INSENSITIVE]   = "#b5b3ac" # dark beige / grey
-
-  bg[NORMAL]        = "#e0e0e0" # light beige / grey
-  bg[PRELIGHT]      = "#f0f0f0" # very light beige
-  bg[ACTIVE]        = "#d0d0d0" # mid beige / grey
-  bg[SELECTED]      = "#519cde" # blueish
-  bg[INSENSITIVE]   = "#e0e0e0" # light beige / grey
-
-  base[NORMAL]      = "#ffffff" # white
-  base[PRELIGHT]    = "#628cb2" # blueish
-  base[ACTIVE]      = "#a29e8e" # dark beige / grey
-  base[SELECTED]    = "#519cde" # blueish
-  base[INSENSITIVE] = "#e0e0e0" #light beige / grey
-
-  text[NORMAL]      = "#000000" # black
-  text[PRELIGHT]    = "#000000" # black
-  text[ACTIVE]      = "#ffffff" # white
-  text[SELECTED]    = "#ffffff" # white
-  text[INSENSITIVE] = "#b5b3ac" # dark beige / grey
-
-  engine "clearlooks"  {
-    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
-  }
+style "user-font" {
+	font_name = "Fira Sans 9"
 }
 
-style "clearlooks-wide" = "clearlooks-default"
-{
-  xthickness = 2
-  ythickness = 2
-}
+widget_class "*" style "user-font"
 
-style "clearlooks-button" = "clearlooks-default"
-{
-  xthickness = 3
-  ythickness = 3
-}
+gtk-font-name="Fira Sans 9"
 
-style "clearlooks-check" = "clearlooks-button"
-{
-  text[NORMAL] = "#2f3941" # blueish
-  text[PRELIGHT] = "#3c4a53" # blueish
-}
-
-style "clearlooks-notebook" = "clearlooks-wide"
-{
-  bg[NORMAL] = "#eae4df"
-  bg[INSENSITIVE] = "#eae4df"
-}
-
-style "clearlooks-tasklist" = "clearlooks-default"
-{
-  xthickness = 5
-  ythickness = 3
-}
-
-style "clearlooks-menu" = "clearlooks-default"
-{
-  xthickness = 2
-  ythickness = 1
-  bg[NORMAL] = "#ececec"
-}
-
-style "clearlooks-menu-item" = "clearlooks-default"
-{
-  xthickness = 2
-  ythickness = 3
-  fg[PRELIGHT] = "#ffffff"
-  text[PRELIGHT] = "#ffffff"
-}
-
-style "clearlooks-menu-itembar" = "clearlooks-default"
-{
-  xthickness = 2
-  ythickness = 3
-}
-
-style "clearlooks-tree" = "clearlooks-default"
-{
-  xthickness = 2
-  ythickness = 2
-}
-
-style "clearlooks-frame-title" = "clearlooks-default"
-{
-  fg[NORMAL] = "#2a2a2a"
-}
-
-style "clearlooks-tooltips" = "clearlooks-default"
-{
-  xthickness = 4
-  ythickness = 4
-  bg[NORMAL] = "#fff7a1"
-}
-
-style "clearlooks-progressbar" = "clearlooks-default"
-{
-  xthickness = 1
-  ythickness = 1
-
-  fg[PRELIGHT]  = "#ffffff"
-}
-
-style "clearlooks-combo" = "clearlooks-default"
-{
-  xthickness = 2
-  ythickness = 3
-}
-
-# widget styles
-class "GtkWidget" style "clearlooks-default"
-class "GtkButton" style "clearlooks-button"
-class "GtkCombo"  style "clearlooks-button"
-class "GtkRange"  style "clearlooks-wide"
-class "GtkFrame"  style "clearlooks-wide"
-class "GtkMenu"   style "clearlooks-menu"
-class "GtkEntry"  style "clearlooks-button"
-class "GtkMenuItem"    style "clearlooks-menu-item"
-class "GtkStatusbar"   style "clearlooks-wide"
-class "GtkNotebook"    style "clearlooks-notebook"
-class "GtkProgressBar" style "clearlooks-progressbar"
-class "GtkCheckButton" style "clearlooks-check"
-class "GtkRadioButton" style "clearlooks-check"
-
-widget_class "*MenuItem.*" style "clearlooks-menu-item"
-
-# combobox stuff
-widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
-widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
-
-# tooltips stuff
-widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
-widget "*ooltip*" style "clearlooks-tooltips"
-
-# treeview stuff
-widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
-widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
-widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
-widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
-widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
-
-# notebook stuff
-widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
-widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
+include "/home/gonzalo/.gtkrc.mine"
blob - 9b459b7d19db565d3fb7d30c5b630cdc9b330382
blob + e1ac7f15917de123c6ce2860fdda7883f344ceec
--- .kshrc
+++ .kshrc
@@ -11,6 +11,7 @@ export LESS='-iMRS -x2'
 export LANG=en_US.UTF-8
 export LC_CTYPE=en_US.UTF-8
 export CLICOLOR=1
+export PKG_ADD="/usr/sbin/pkg_add -Dsnap"
 
 # emacs mode gives you the familiar Ctrl-A, Ctrl-E, etc
 set -o emacs
@@ -22,6 +23,7 @@ else
 	LS='ls'
 fi
 
+## Aliases
 alias ls="$LS -FHh"
 alias ll='ls -l'
 alias la='ls -lA'
@@ -36,3 +38,5 @@ alias updatedb='/usr/libexec/locate.updatedb'
 alias pastebin="curl -F 'pastebitch=<-' http://pastebitch.com"
 alias ip='curl https://ip.x61.sh && printf "\n"'
 alias tiempo='curl http://wttr.in/Buenos_Aires && printf "\n"'
+alias aria2c='aria2c -c -m 0 '
+
blob - 388d353f58c4234c81e7d02f0f2f90795810d7c7
blob + 183c1315ee50f96c1bd0fd26355f403fb44d386e
--- .profile
+++ .profile
@@ -5,11 +5,12 @@ export HOME
 umask 022
 
 export SSH_AUTH_SOCK=/tmp/ssh-agent.$LOGNAME.sock
+
 ssh-add -l 2>/dev/null >/dev/null
+
 if [ $? -ge 2 ]; then
 	ssh-agent -a "$SSH_AUTH_SOCK" >/dev/null
 fi
 
 export ENV=$HOME/.kshrc
 export PATH HOME TERM EDITOR PS1 PKG_PATH
-
blob - 7c15aa18ef1b4f0ffbb3567bce7b38d5e36d6427
blob + 3f6ae016c5cd23459aafcf434f7b8d32fddc26d6
--- .xsession
+++ .xsession
@@ -1,57 +1,87 @@
-#!/bin/sh
+#!/bin/sh -x
 
-## set keyboard map
-setxkbmap jp
+cleanup() {
+	pkill -9 sctd
+	pkill -9 xidle
+	pkill -9 lock
+	rm -rf ~/TorBrowser-Data
+	rm -f ~/.Xauthority
+	rm -rf ~/.local/share/Trash
+	chmod 700 ~
+}
 
-## I need äüöß
-# right alt + a + " == ä
-# cuadradito 3 lineas + a + shift + 2 = ä
-setxkbmap -option compose:ralt
+. $HOME/.profile
 
-## Load Colours
 xrdb -merge $HOME/.Xresources
 
-## UTF-8 love
+## DBus
+if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
+	eval `dbus-launch --sh-syntax --exit-with-x11`
+fi
+
+## fonts
+xset -b &
+xset +fp ~/.fonts
+for font in /usr/local/share/fonts/*; do
+	xset +fp "${font}"
+	done
+xset fp rehash
+
+## Fix resolution
+xrandr --dpi 96
+
+## External Monitor
+~/bin/monitores &
+
+trap cleanup INT TERM QUIT
+
+#xcompmgr -c &
+
+## Keyboard
+if [ X`hostname` = X"tomato" ]; then
+	setxkbmap jp
+else
+	setxkbmap de
+fi
+
+## GPG Agent
+#~/bin/gpg-agent
+
+## LANG
 export LANG=en_US.UTF-8
 export LC_CTYPE=en_US.UTF-8
 
+## Browser shitz
 export MOZ_USE_XINPUT2=1
 export MOZ_ACCELERATED=1
 export MOZ_WEBRENDER=1
-export HIDPI=1
-export GDK_SCALE=1.5
-export QT_SCALE_FACTOR=1.5
+## WASM for Chromium
+export ENABLE_WASM=1
 
-## Bits for JP sites
-export XMODIFIERS=@im=uim
-export GTK_IM_MODULE="uim"
+## jp
+## ctrl+space
+## F6 & F7 hiragana <-> katakana
+export GTK_IM_MODULE=fcitx
+export QT_IM_MODULE=fcitx
+export XMODIFIERS=@im=fcitx
+fcitx-autostart
 
-## No bell
+## no bell & no blank
 xset b 0 0 0
+xset -dpms
+xset s off
+xset s noblank
 
-## ~/bin/lock does run xlock
-xidle -timeout 300 -ne -program ~/code/lock &
+## ~/bin/lock does some protections and runs slock
+#xidle -timeout 90000 -ne -program ~/bin/lock &
 
-## Lets get red
-~/code/sctd &
+## screen control
+~/bin/sctd &
 
-## just-in-case
-rm -rf ~/TorBrowser-Data
+# Termbar
+exec xterm -fs 12 -bg "black" -fg "grey" -name termbar -class termbar -T termbar -e ~/bin/termbar &
 
-## turn on ssh-agent
-eval `ssh-agent -s`
+# Wallpaper
+feh --bg-center ~/themes/blade-runner--wallpaper.jpg &
 
-## DBus
-if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
-	eval `dbus-launch --sh-syntax --exit-with-x11`
-fi
-
-## Termbar
-exec xterm -geometry 1920x1+0+0 -fa "mono:size=14" -fs 12 \
-	-bg "black" -fg "grey" -name termbar -class termbar \
-	-T termbar -e ~/code/termbar &
-
-## Wallpaper
-feh --bg-tile ~/themes/tiling-nice3.png &
-
 exec cwm
blob - 2f39743fb879429f4d0779c1736c9ef551bcd183 (mode 644)
blob + /dev/null
--- conky/.conkyrc
+++ /dev/null
@@ -1,45 +0,0 @@
-background yes
-use_xft yes
-xftfont dejavu sans mono:size=12
-xftalpha 1
-update_interval 0.5
-update_interval_on_battery 1
-total_run_times 0
-own_window yes
-own_window_transparent no
-own_window_type panel
-own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
-own_window_colour 333333
-double_buffer yes
-draw_shades no
-draw_outline no
-draw_borders no
-draw_graph_borders no
-alignment tl
-maximum_width 2150 1
-minimum_size 2150 13
-gap_x 5
-gap_y 5
-no_buffers yes
-uppercase no
-cpu_avg_samples 2
-default_color 8A8A8A
-color0 B7B7B7
-color1 black
-color2 red
-color3 orange3
-
-# core
-#display :0.0
-format_human_readable yes
-short_units yes
-
-TEXT
-${color grey}${time %a %d %b %H:%M:%S} \
-${color3}| ${color grey}CPU:$color ${cpu cpu0}% ${cpu cpu1}% ${cpu cpu2}% ${cpu cpu3}% \
-${color3}| ${color grey}RAM:$color $mem/$memmax \
-${color3}| ${color grey}Bat:$color ${apm_battery_life} \
-${color3}| ${color grey}Net:$color ${upspeedf axen0}k ${downspeedf axen0}k \
-${color3}| ${color grey}Wifi:$color ${upspeedf iwm0}k ${downspeedf iwm0}k ${color grey}nwid:$color ${exec ifconfig | grep join | awk {'print $3'}} \
-${color3}| ${color grey}Public IP:$color ${execi 500 curl -s https://ip.x61.sh } \
-${alignr 1}${color3}${execi 3000 hostname -s} ~ ${execi 3000 whoami}
blob - 01375b2216c24c5f8f520d79b9994bf28e5fc343 (mode 644)
blob + /dev/null
Binary files conky/conky.png and /dev/null differ
blob - 2e09e86d49d897efd1e127e79722c3bb91e3c302 (mode 644)
blob + /dev/null
--- spectrwm/.spectrwm.conf
+++ /dev/null
@@ -1,65 +0,0 @@
-## General Colors
-color_focus			= rgb:EE/3B/3B
-color_unfocus			= rgb:00/00/00
-
-## Bar Colors / Bar config
-bar_enabled			= 1
-bar_border_width		= 4
-bar_border[1]			= rgb:31/31/31
-bar_color[1]			= rgb:31/31/31
-bar_border[0]			= rgb:31/31/31
-bar_color[0]			= rgb:31/31/31
-bar_border_unfocus		= rgb:31/31/31
-bar_font_color[1]		= white
-bar_format			= +N|+I+<+S+A[+W]
-bar_justify			= left
-bar_font			= Terminus:style=Regular:pixelsize=12:antialias=true
-#bar_font			= dejavu sans mono:size=7
-bar_action			= ~/spectrwm/baraction.sh
-
-## General config
-stack_enabled			= 1
-clock_enabled			= 0
-clock_format			= %a %d %b %R %p %Z %Y
-title_name_enabled		= 0
-title_class_enabled		= 0
-window_name_enabled		= 0
-border_width			= 1
-spawn_term			= xterm
-dialog_ratio			= 0.6
-program[term]			= xterm
-program[menu]			= dmenu_run -b -fn "Terminus:style=Regular:pixelsize=12:antialias=true" -nb $bar_color -nf $bar_font_color -sb $color_focus -sf $bar_color
-program[lock]			= xlock
-
-region_padding			= 4
-tile_gap			= 4
-
-warp_pointer			= 1
-
-## Workspace allign
-layout				= ws[1]:-10:0:0:0:horizontal
-
-## Workspace's names
-name				= ws[1]:Console
-name				= ws[2]:Browser
-name				= ws[3]:IM
-name				= ws[4]:x61
-name				= ws[9]:Torrents
-name				= ws[10]:Anon
-
-## Change modkey to mac's command key
-modkey				= Mod4
-
-## Shortcut exe stuff
-bind[lock] 			= Mod+Shift+L
-
-## Autostart
-autorun				= ws[1]:feh --bg-scale /home/gonzalo/themes/OpenBSD-Carbon-Fiber.png
-#autorun			= ws[9]:xrandr --output VGA1 --mode 1600x900 --left-of LVDS1 --output LVDS1 --mode 1366x768
-
-## Quirks
-quirk[MPlayer:x11]		= FLOAT + FULLSCREEN + FOCUSPREV
-quirk[MPlayer:xv]		= FLOAT + FULLSCREEN + FOCUSPREV
-quirk[Firefox-bin:firefox-bin]	= FULLSCREEN + WS[2]
-quirk[Firefox:Dialog]		= FLOAT
-quirk[XTerm:xterm]		= XTERM_FONTADJ
blob - 7373e6aea2e2a0580e8a75d3c6c24b88b24324bd (mode 755)
blob + /dev/null
--- spectrwm/baraction.sh
+++ /dev/null
@@ -1,97 +0,0 @@
-#!/bin/sh
-#
-
-print_date() {
-	FORMAT="%a %b %d %R"
-	DATE=`date "+${FORMAT}"`
-	echo -n " | ${DATE}"
-}
-
-print_mem() {
-	MEM=`/usr/bin/top | grep Free: | cut -d " " -f6`
-	echo -n " | Mem: $MEM "
-}
-
-_print_cpu() {
-	typeset -R4 _1=${1}
-	echo -n "CPU:${_1}%  "
-}
-
-print_cpu() {
-	OUT=""
-	while [ "${1}x" != "x" ]; do
-		if [ ${1} -gt 99 ]; then
-			OUT="$OUT ${1%100} 100"
-		else
-			OUT="$OUT ${1}"
-		fi
-		shift;
-	done
-	_print_cpu $OUT
-}
-
-print_apm() {
-	BAT_STATUS=$1
-	BAT_LEVEL=$2
-	AC_STATUS=$3
-
-	if [ $AC_STATUS -ne 255 -o $BAT_STATUS -lt 4 ]; then
-		if [ $AC_STATUS -eq 0 ]; then
-			echo -n "Bat (${BAT_LEVEL}%) | "
-		else
-			case $AC_STATUS in
-			1)
-				AC_STRING="Con AC: "
-				;;
-			2)
-				AC_STRING="Con AC backup: "
-				;;
-			*)
-				AC_STRING=""
-				;;
-			esac;
-			case $BAT_STATUS in
-			4)
-				BAT_STRING="(Sin Bateria) | "
-				;;
-			[0-3])
-		 		BAT_STRING="(Bat ${BAT_LEVEL}%) | "
-				;;
-			*)
-				BAT_STRING="(Bat Desconocida) | "
-				;;
-			esac;
-		
-			FULL="${AC_STRING}${BAT_STRING}"
-			if [ "$FULL" != "" ]; then
-				echo -n "$FULL"
-			fi
-		fi
-	fi
-}
-
-print_cpuspeed() {
-	CPU_SPEED=`/sbin/sysctl hw.cpuspeed | cut -d "=" -f2`
-	echo -n "CPU: $CPU_SPEED MHz | "
-}
-
-while :; do
-	/usr/sbin/iostat -C -c 3600 |&  # wish infinity was an option
-	PID="$!"
-	APM_DATA=""
-	I=0
-	trap "kill $PID; exit" TERM
-	while read -p; do
-		if [ $(( ${I} % 1 )) -eq 0 ]; then
-			APM_DATA=`/usr/sbin/apm -alb`
-		fi
-		if [ $I -gt 2 ]; then
-			print_date
-			print_mem
-			print_cpuspeed
-			print_apm $APM_DATA
-			echo ""
-		fi
-		I=$(( ( ${I} + 1 ) % 22 ));
-	done
-done
blob - 426be2fad95695a09efd05233e9098abaa4410c2 (mode 755)
blob + /dev/null
--- termbar/termbar
+++ /dev/null
@@ -1,80 +0,0 @@
-#!/bin/sh
-
-## Debug
-#set -x
-
-trap 'exec $0' HUP # Restart itself 
-trap 'tput cnorm; exit 1' INT QUIT TERM
-
-esc="\033"
-reset="${esc}[0m"
-redf="${esc}[31m"
-cyanf="${esc}[36m";
-purplef="${esc}[35m"
-pipe="${purplef}|${reset}"
-
-today()
-{
-	DATE=$(date '+%a %d %b %H:%M')
-}
-
-desktop_id()
-{
-	DESKTOP_ID=$(xprop -root 32c '\t$0' _NET_CURRENT_DESKTOP | cut -f 2)
-}
-
-cpu()
-{
-	CPU_TEMP=$(sysctl hw.sensors.ksmn0.temp0 | cut -d "=" -f 2 | cut -d "." -f 1)
-	CPU_SPEED=$(printf "%4s" $(sysctl hw.cpuspeed | cut -d "=" -f 2 | cut -d "." -f 1))
-}
-
-bat()
-{
-	BAT=$(apm -l)
-}
-
-bat_status()
-{
-	STATUS=$(sysctl hw.sensors.acpiac0.indicator0 | grep -c On)
-
-	if [ ${STATUS} -eq "1" ]; then
-		BAT_STATUS=$(echo Connected)
-	else
-		BAT_STATUS=$(echo ${redf}Disconnected${reset})
-	fi
-}
-
-mem()
-{
-	MEM=$(top -n | grep Memory | awk {'print $6'})
-}
-
-wifi()
-{
-	SSID=$(ifconfig | grep join | sed -e 's/.*join\(.*\)chan.*/\1/')
-}
-
-network()
-{
-	IIP=$(ifconfig iwm0 | grep inet | awk '{print $2}')
-	PIP=$(dig +short myip.opendns.com @resolver1.opendns.com | awk {'printf $1'})
-}
-
-tput civis
-
-while true; do
-	today
-	desktop_id
-	cpu
-	mem
-	bat
-	bat_status
-	wifi
-	network
-	tput cup 1 0
-	printf "[${DESKTOP_ID}] ${DATE} ${pipe} ${cyanf}CPU:${reset} ${CPU_SPEED} MHz (${CPU_TEMP}°) ${pipe} ${cyanf}Mem:${reset} ${MEM} "
-	printf "${pipe} ${cyanf}Bat:${reset} $BAT - ${BAT_STATUS} ${pipe} ${cyanf}SSID:${reset}${SSID}${pipe}"
-	printf " ${cyanf}IPs:${reset} ${IIP} / ${PIP} \r\r"
-        sleep 1
-done
blob - eb6796ded45629a0e2d10148aa598f0f07540a51
blob + 7bc0bf98b8996d57974ce2df0c9f1fcca6d5d620
--- xenodm/Xresources
+++ xenodm/Xresources
@@ -2,17 +2,20 @@ xlogin.Login.echoPasswd:		true
 xlogin.Login.fail:			fail
 xlogin.Login.failColor:			red
 xlogin.Login.greeting:
-xlogin.Login.namePrompt:		login: 
-xlogin.Login.passwdPrompt:		passwd: 
+xlogin.Login.namePrompt:		\040login 
+xlogin.Login.passwdPrompt:		passwd
 
-xlogin.Login.frameWidth:		0
+xlogin.Login.height:			200
+xlogin.Login.width:			400
+xlogin.Login.y:				320
+xlogin.Login.frameWidth:		10
 xlogin.Login.innerFramesWidth:		0
 
 xlogin.Login.background:		black
-xlogin.Login.foreground:		#cccccc
-xlogin.Login.failColor:			white
+xlogin.Login.foreground:		rgb:9f/a2/a6
+xlogin.Login.failColor:			rgb:4b/8f/77
 xlogin.Login.inpColor:			black
-xlogin.Login.promptColor:		#888888
+xlogin.Login.promptColor:		rgb:9c/6c/d3
 
 xlogin.Login.face:			dejavu sans mono:size=12
 xlogin.Login.failFace:			dejavu sans mono:size=12