aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-07-02 11:34:55 -0400
committerRyan Kavanagh <rak@rak.ac>2021-07-02 11:35:12 -0400
commit240494fcc4165cad6660637b86093e24b0ac53a6 (patch)
treeed6863865b790dfd9bd339e8c81fb271e1a64270
parentmore xrandr (diff)
drop wallpapers
Diffstat (limited to '')
-rw-r--r--.local/share/wallpapers/atlas.jpgbin229957 -> 0 bytes
-rw-r--r--.local/share/wallpapers/feh-slideshow.py10
-rw-r--r--.local/share/wallpapers/ghostsofvimy.jpgbin1612871 -> 0 bytes
-rw-r--r--.local/share/wallpapers/ny1.jpgbin162695 -> 0 bytes
-rw-r--r--.local/share/wallpapers/ny2.jpgbin2154761 -> 0 bytes
-rw-r--r--.local/share/wallpapers/skyscraper.bmpbin3932214 -> 0 bytes
-rw-r--r--.local/share/wallpapers/skyscraper_at_sunset.bmpbin1620054 -> 0 bytes
-rw-r--r--.local/share/wallpapers/torre_agba1_2333x1560.jpgbin883294 -> 0 bytes
-rw-r--r--.local/share/wallpapers/totheglory.jpgbin103681 -> 0 bytes
-rwxr-xr-x.xinitrc2
10 files changed, 1 insertions, 11 deletions
diff --git a/.local/share/wallpapers/atlas.jpg b/.local/share/wallpapers/atlas.jpg
deleted file mode 100644
index e102374..0000000
--- a/.local/share/wallpapers/atlas.jpg
+++ /dev/null
Binary files differ
diff --git a/.local/share/wallpapers/feh-slideshow.py b/.local/share/wallpapers/feh-slideshow.py
deleted file mode 100644
index 2e33a37..0000000
--- a/.local/share/wallpapers/feh-slideshow.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/python
-
-import os
-import random
-
-WALLPAPER_DIR="/home/ryan/.local/share/wallpapers"
-
-wallpapers = os.listdir(WALLPAPER_DIR)
-
-os.system('feh --bg-center %s' % random.choice(wallpapers))
diff --git a/.local/share/wallpapers/ghostsofvimy.jpg b/.local/share/wallpapers/ghostsofvimy.jpg
deleted file mode 100644
index 09ba5f4..0000000
--- a/.local/share/wallpapers/ghostsofvimy.jpg
+++ /dev/null
Binary files differ
diff --git a/.local/share/wallpapers/ny1.jpg b/.local/share/wallpapers/ny1.jpg
deleted file mode 100644
index 08c4099..0000000
--- a/.local/share/wallpapers/ny1.jpg
+++ /dev/null
Binary files differ
diff --git a/.local/share/wallpapers/ny2.jpg b/.local/share/wallpapers/ny2.jpg
deleted file mode 100644
index 202f4ea..0000000
--- a/.local/share/wallpapers/ny2.jpg
+++ /dev/null
Binary files differ
diff --git a/.local/share/wallpapers/skyscraper.bmp b/.local/share/wallpapers/skyscraper.bmp
deleted file mode 100644
index a81f04e..0000000
--- a/.local/share/wallpapers/skyscraper.bmp
+++ /dev/null
Binary files differ
diff --git a/.local/share/wallpapers/skyscraper_at_sunset.bmp b/.local/share/wallpapers/skyscraper_at_sunset.bmp
deleted file mode 100644
index 80bf40e..0000000
--- a/.local/share/wallpapers/skyscraper_at_sunset.bmp
+++ /dev/null
Binary files differ
diff --git a/.local/share/wallpapers/torre_agba1_2333x1560.jpg b/.local/share/wallpapers/torre_agba1_2333x1560.jpg
deleted file mode 100644
index ee451eb..0000000
--- a/.local/share/wallpapers/torre_agba1_2333x1560.jpg
+++ /dev/null
Binary files differ
diff --git a/.local/share/wallpapers/totheglory.jpg b/.local/share/wallpapers/totheglory.jpg
deleted file mode 100644
index e4c6a05..0000000
--- a/.local/share/wallpapers/totheglory.jpg
+++ /dev/null
Binary files differ
diff --git a/.xinitrc b/.xinitrc
index aafc0b8..6c8f97f 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -17,7 +17,7 @@ case `uname` in
pavucontrol &
urxvtd -q -f -o &
urxvtc &
- ${HOME}/.screenlayout/zeta-home.sh && nitrogen --restore
+ ${HOME}/.screenlayout/zeta-home.sh
if [ "false" = "True" ]; then
sh bin/startaudio &
fi