diff --git a/main.rb b/main.rb index 677272e..3d0b82d 100644 --- a/main.rb +++ b/main.rb @@ -19,7 +19,7 @@ workspace.push(*everything) themes_fold = "themes/" theme_dir = themes_fold + theme + "/" -protocol = "https://" +protocol = "http://" da = ["home "] dp = ["

home

"] diff --git a/populate.sh b/populate.sh index 735f257..f7a7a9e 100644 --- a/populate.sh +++ b/populate.sh @@ -1,3 +1,12 @@ #!/bin/sh git clone https://gitlab.com/threeoh6000/ewfm-themes.git + mv ewfm-themes/ themes/ +mv themes/linear/* themes/ +mv themes/3box/* themes/ + +mv themes/LICENSE themes/STANDARD-LICENSE +mv themes/README themes/STANDARD-README + +rm -r themes/3box +rm -r themes/linear