openbsd-dotfiles

Base configurations for my Openbsd desktop
git clone https://git.kausban.com/openbsd-dotfiles/raw/.git
Log | Files | Refs

Xsetup_0 (671B)


      1 #!/bin/sh
      2 # $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
      3 
      4 prefix="/usr/X11R6"
      5 exec_prefix="${prefix}"
      6 
      7 ${exec_prefix}/bin/xsetroot -solid \#000000
      8 
      9 ${exec_prefix}/bin/xclock -d -render -update 10 -face "Spleen-20" -geometry "+660+380" -strftime "%A %d %B %Y" &       
     10 ${exec_prefix}/bin/xclock -d -render -update 10 -face "Spleen-48" -geometry "+760+460" -strftime "%H:%M" &
     11 
     12 
     13 # ${exec_prefix}/bin/xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
     14 
     15 #  install package openbsd-backgrounds
     16 #  then uncomment:
     17 #
     18 # if test -x /usr/local/bin/openbsd-wallpaper
     19 # then
     20 # 	/usr/local/bin/openbsd-wallpaper
     21 # fi
     22 
     23 # sxpm OpenBSD.xpm &