# Add fonts
xset +fp /usr/share/fonts/bitmap/knxt
xset +fp /usr/share/fonts/bitmap/ctrld-font
xset +fp /usr/share/fonts/bitmap/terminus-font-4.39
xset +fp /usr/share/fonts/bitmap/unscii
xset +fp /usr/share/fonts/bitmap/unixpc-system
xrdb -merge $HOME/.Xdefaults

# The below export will make Qt5 applications use the GTK font style
export XDG_CURRENT_DESKTOP=lxde

# Set classic root window cursor
xsetroot -cursor_name X_cursor

# Backgrounds
#xsetroot -solid teal
#xsetroot -solid gray
#xsetroot -solid gray30
#xsetroot -solid gray40
#xsetroot -solid gray50
#xsetroot -solid '#444444'
xsetroot -solid cadetblue
#xsetroot -solid steelblue
#xsetroot -solid slategray

# Clock + Meter: Steel Blue
exec xclock -digital -strftime "   %H:%M" -face "Liberation Mono:size=13" -bg steelblue -fg '#004070' -geometry 119x30-0+0 -padding 5 &
exec xload -bg steelblue -fg '#001013' -nolabel -geometry 119x120-0+32 &

# Clock + Meter: Slate Gray
#exec xclock -digital -strftime "   %H:%M" -face "Liberation Mono:size=13" -bg slategray -fg gray20 -geometry 119x30-0+0 -padding 5 &
#exec xload -bg slategray -fg gray20 -nolabel -geometry 119x120-0+32 &

# Clock + Meter: Dark Gray
#exec xclock -digital -strftime "   %H:%M" -face "Liberation Mono:size=13" -bg gray60 -fg black -geometry 119x30-0+0 -padding 5 &
#exec xload -bg gray60 -fg black -nolabel -geometry 119x120-0+32 &

# Clock + Meter: Light Gray
#exec xclock -digital -strftime "   %H:%M" -face "Liberation Mono:size=13" -bg gray -fg black -geometry 119x30-0+0 -padding 5 &
#exec xload -bg gray -fg black -nolabel -geometry 119x120-0+32 &
