Move backgrounds images to pictures section
This commit is contained in:
parent
81cb6e9975
commit
954393726f
2 changed files with 13 additions and 11 deletions
11
content/pictures/backgrounds.md
Normal file
11
content/pictures/backgrounds.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
title: Backgrounds
|
||||||
|
---
|
||||||
|
|
||||||
|
As with most things, I synchronise my backgrounds between devices. I've also made them publicly accessible.
|
||||||
|
|
||||||
|
{{< button src="https://bg.theorangeone.net/" >}}
|
||||||
|
See My Backgrounds
|
||||||
|
{{< /button >}}
|
||||||
|
|
||||||
|
Disclaimer: None of these images have been created by me. I've tried to keep track of where they came from in `sources.txt`, however some are missing from the list.
|
|
@ -3,7 +3,7 @@ title: Backgrounds
|
||||||
repo: RealOrangeOne/tbg
|
repo: RealOrangeOne/tbg
|
||||||
---
|
---
|
||||||
|
|
||||||
Even though I use i3, a window manager well known for being minimal, and black, I still like having desktop wallpapers. It makes my desktop feel far less plan, and my lock screens far less boring. I'm not one for keeping things the same, and so my backgrounds cycle, every minute.
|
Even though I use i3, a window manager well known for being minimal, and black, I still like having desktop wallpapers. It makes my desktop feel far less plan, and my lock screens far less boring. I'm not one for keeping things the same, and so my backgrounds cycle, every minute. The background images can be found [here]({{< relref "backgrounds" >}}).
|
||||||
|
|
||||||
When I started, I used [variety](http://peterlevi.com/variety/), an incredibly powerful application to scrape images from a variety of locations. Variety however uses far too much memory for my liking, so, I wrote a replacement!
|
When I started, I used [variety](http://peterlevi.com/variety/), an incredibly powerful application to scrape images from a variety of locations. Variety however uses far too much memory for my liking, so, I wrote a replacement!
|
||||||
|
|
||||||
|
@ -24,12 +24,3 @@ exec --no-startup-id tbg ~/Pictures/Backgrounds/ -m 1 -c "betterlockscreen -u /_
|
||||||
```
|
```
|
||||||
|
|
||||||
Adding the above to my i3 config selects an image from `~/Pictures/Backgrounds/` every minute, sets it as my background, and builds the `betterlockscreen` cache with it. i3 handles running this application to make sure it's executed correctly on start-up.
|
Adding the above to my i3 config selects an image from `~/Pictures/Backgrounds/` every minute, sets it as my background, and builds the `betterlockscreen` cache with it. i3 handles running this application to make sure it's executed correctly on start-up.
|
||||||
|
|
||||||
## My Backgrounds
|
|
||||||
As with most things, I synchronise my backgrounds between devices. I've also made them publicly accessible.
|
|
||||||
|
|
||||||
{{< button src="https://bg.theorangeone.net/" >}}
|
|
||||||
See My Backgrounds
|
|
||||||
{{< /button >}}
|
|
||||||
|
|
||||||
Disclaimer: None of these images have been created by me. I've tried to keep track of where they came from in `sources.txt`, however some are missing from the list.
|
|
||||||
|
|
Loading…
Reference in a new issue