

Miss Monique
#!/bin/sh
xset s 300 # screensaver
while sleep 1; do xsetroot -name "$(uptime|awk '{gsub(",","");print $9}') • $(apm|awk '/Battery/{print $4}') • $(date +'%F • %T')"; done &
sh ~/.fehbg # wallpaper
exec dwm
Head_on_a_Stick wrote:OpenBSD-current running dwm, xterm, ksh & neofetch
Head_on_a_Stick wrote:Here's the [OpenBSD] ~/.xinitrc:
- Code: Select all
#!/bin/sh
xset s 300 # screensaver
while sleep 1; do xsetroot -name "$(uptime|awk '{gsub(",","");print $9}') • $(apm|awk '/Battery/{print $4}') • $(date +'%F • %T')"; done &
sh ~/.fehbg # wallpaper
exec dwm
xsetroot -bg \#121212 -mod 3 3
# .xinitrc
xsetroot -bg \#121212 -mod 3 3
mixerctl outputs.hp_boost=on &
xclock -digital -strftime "%H:%M %a %d %b" -fn "-b&h-lucida-bold-r-*-*-20-*-*-*-*-*-*-*" -geometry 228x28+10+0 -padding 0 -fg "#FFFFFF" -bg black -hd "#92FF92" -hl SteelBlue4 &
xload -nolabel -fg green -bg black -hl red -geometry 60x24+1380+0 &
exec cwm
# .cwmrc
#
gap 24 0 0 0
ignore xclock
ignore xload
color inactiveborder Black
color activeborder "#494949" # DarkGray
color groupborder "#01a252"
color urgencyborder "#3d9751"
color selfont "#0034A9"
color font "#FFFFFF"
color menufg "#49F6F6"
color menubg "#333333"
fontname "DejaVu Sans:size=11:antialias=true"
bind-key CM-comma "mixerctl outputs.master=-5"
bind-key CM-period "mixerctl outputs.master=+5"
command " " "true"
command " firefox-esr " "firefox-esr"
command " xterm " "/usr/bin/env LANG=en_US.UTF-8 /usr/X11R6/bin/xterm -fa DejaVu:size=11"
command " xcalc " "xcalc"
command " xedit " "xedit"
command " " "true"
#command " Quit cwm " "xdotool key Control_L+alt+shift+q"
#command " Restart cwm " "xdotool key Control_L+shift+alt+r"
# Show cpu temperatures
#/sbin/sysctl hw.sensors | grep temp | sed 's/hw.sensors.//' | /usr/X11R6/bin/xmessage -nearmouse -file -"
#command " CPU temp " "/home/user/.cpu-temp"
command " top " "xterm -e top"
command " Reboot " "xterm -e su - root -c 'shutdown -r now'"
command " Shutdown " "xterm -e su - root -c 'shutdown -p now'"
command " " "true"
pawRoot wrote:^I never understood how can you people use those 90's looking desktops, it just looks terrible.
pawRoot wrote:^I never understood how can you people use those 90's looking desktops, it just looks terrible.
debiman wrote:what about the fonts?
can these be made to look as nice as, say, on ubuntu, with OpenBSD?
debiman wrote:ruffwoof, what about the fonts?
can these be made to look as nice as, say, on ubuntu, with OpenBSD?
Users browsing this forum: No registered users and 15 guests