|
|
@ -23,7 +23,7 @@ URxvt*externalBorder: 0
|
|||
!URxvt.colorUL: #87afd7
|
||||
URxvt.geometry: 92x16
|
||||
URxvt.internalBorder: 8
|
||||
URxvt.shading: 7
|
||||
URxvt.shading: 12
|
||||
URxvt.transparent: true
|
||||
|
||||
! Base16 Isotope
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
REGEX_XRANDR='^.* ([0-9]+)x([0-9]+)\+[0-9]+\+[0-9]+.* ([0-9]+)mm x ([0-9]+)mm.*$'
|
||||
REGEX_URXVT='(URxvt.geometry:\s+).*'
|
||||
TEST_STATION_WALLPAPERS='/usr/share/wallpaper/test-stations'
|
||||
|
||||
# Get screen data
|
||||
xrandr_str="$(xrandr | grep mm | head -1)"
|
||||
|
|
@ -78,8 +79,21 @@ xset s off
|
|||
xset -dpms
|
||||
xrdb -merge $HOME/.Xresources
|
||||
|
||||
# Start common desktop apps
|
||||
# Set wallpaper
|
||||
_hostname="$(hostnamectl --static | sed 's/.1201.com//')"
|
||||
_ip="$(ip a show scope global \
|
||||
| grep inet \
|
||||
| head -1 \
|
||||
| sed -r 's#.*inet ([0-9]+.[0-9]+.[0-9]+.[0-9]+.)/.*#\1#')"
|
||||
if [[ -e "$TEST_STATION_WALLPAPERS/$_hostname" ]]; then
|
||||
feh --bg-fill "$TEST_STATION_WALLPAPERS/$_hostname"
|
||||
elif [[ -e "$TEST_STATION_WALLPAPERS/$_ip" ]]; then
|
||||
feh --bg-fill "$TEST_STATION_WALLPAPERS/$_ip"
|
||||
else
|
||||
feh --bg-fill "$HOME/.wallpaper"
|
||||
fi
|
||||
|
||||
# Start common desktop apps
|
||||
compton --backend xrender --xrender-sync --xrender-sync-fence &
|
||||
sleep 1s
|
||||
x0vncserver -display :0 -passwordfile $HOME/.vnc/passwd -AlwaysShared &
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
bender
|
||||
|
|
@ -0,0 +1 @@
|
|||
cortana
|
||||
|
|
@ -0,0 +1 @@
|
|||
glados
|
||||
|
|
@ -0,0 +1 @@
|
|||
shodan
|
||||
|
|
@ -0,0 +1 @@
|
|||
skynet
|
||||
|
|
@ -0,0 +1 @@
|
|||
sex-robot
|
||||
|
|
@ -0,0 +1 @@
|
|||
combine
|
||||
|
|
@ -0,0 +1 @@
|
|||
locutus
|
||||
|
|
@ -0,0 +1 @@
|
|||
six
|
||||
|
|
@ -0,0 +1 @@
|
|||
Data
|
||||
|
|
@ -0,0 +1 @@
|
|||
Control
|
||||
|
|
@ -0,0 +1 @@
|
|||
Supremo
|
||||
|
|
@ -0,0 +1 @@
|
|||
Unicron
|
||||
|
|
@ -0,0 +1 @@
|
|||
Lore
|
||||
BIN
.linux_items/include_x/airootfs/usr/share/wallpapers/test-stations/Unicron
Executable file
|
After Width: | Height: | Size: 269 KiB |
BIN
.linux_items/include_x/airootfs/usr/share/wallpapers/test-stations/bender
Executable file
|
After Width: | Height: | Size: 444 KiB |
BIN
.linux_items/include_x/airootfs/usr/share/wallpapers/test-stations/combine
Executable file
|
After Width: | Height: | Size: 70 KiB |
BIN
.linux_items/include_x/airootfs/usr/share/wallpapers/test-stations/glados
Executable file
|
After Width: | Height: | Size: 290 KiB |
BIN
.linux_items/include_x/airootfs/usr/share/wallpapers/test-stations/locutus
Executable file
|
After Width: | Height: | Size: 46 KiB |
BIN
.linux_items/include_x/airootfs/usr/share/wallpapers/test-stations/sex-robot
Executable file
|
After Width: | Height: | Size: 152 KiB |
BIN
.linux_items/include_x/airootfs/usr/share/wallpapers/test-stations/shodan
Executable file
|
After Width: | Height: | Size: 102 KiB |
BIN
.linux_items/include_x/airootfs/usr/share/wallpapers/test-stations/six
Executable file
|
After Width: | Height: | Size: 198 KiB |
BIN
.linux_items/include_x/airootfs/usr/share/wallpapers/test-stations/skynet
Executable file
|
After Width: | Height: | Size: 66 KiB |