Skip to content

Commit

Permalink
Changed BG image (#11)
Browse files Browse the repository at this point in the history
* Changed BG image and host

* Changed BG image to 1920x1080 res
  • Loading branch information
dhd5076 authored and Vild committed Oct 23, 2017
1 parent ca40bda commit 4bcc512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int main(string[] args) {
if (Xephyr)
kill(Xephyr);

spawnProcess(["feh", "--bg-scale", "http://wild.tk/DWinBG.png"]);
spawnProcess(["feh", "--bg-scale", "https://wallpaperscraft.com/image/black_light_dark_figures_73356_1920x1080.jpg"]);

auto dwin = new DWin(display);
scope (exit)
Expand Down

0 comments on commit 4bcc512

Please sign in to comment.