diff --git a/config.h b/config.h index 970823e..7a4e3bf 100644 --- a/config.h +++ b/config.h @@ -20,7 +20,7 @@ #define GTK "gtk-application-prefer-dark-theme", false, "gtk-enable-animations", false #define ROSE_HOMEPAGE true -#define HOME ROSE_HOMEPAGE ? "file:///home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png" : "https://lite.duckduckgo.com/html" +#define HOME ROSE_HOMEPAGE ? "file:///home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png" : "https://lite.duckduckgo.com/html" #define SEARCH "https://lite.duckduckgo.com/html/?q=%s" #define CACHE_DIR "/home/loki/.cache/rose" diff --git a/plugins/readability/readability.c b/plugins/readability/readability.c index a93b2b8..2afc63b 100644 --- a/plugins/readability/readability.c +++ b/plugins/readability/readability.c @@ -4,7 +4,7 @@ #define READABILITY_N 85133 + 1000 void read_readability_js(char* string){ - FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/plugins/readability/readability.js", "r"); + FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/plugins/readability/readability.js", "r"); if (!fp) { // fp is NULL, fopen failed fprintf(stderr, "Failed to open file\n"); string=NULL; diff --git a/plugins/style/style.c b/plugins/style/style.c index 03222fe..3aa5144 100644 --- a/plugins/style/style.c +++ b/plugins/style/style.c @@ -4,7 +4,7 @@ #define STYLE_N 1393 + 1 void read_style_js(char* string){ - FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/plugins/style/style.js", "r"); + FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/plugins/style/style.js", "r"); if (!fp) { // fp is NULL, fopen failed fprintf(stderr, "Failed to open file\n"); string=NULL; diff --git a/screenshot/1.png b/screenshot/1.png new file mode 100644 index 0000000..1691ee6 Binary files /dev/null and b/screenshot/1.png differ diff --git a/screenshot/2-blog.png b/screenshot/2-blog.png new file mode 100644 index 0000000..ceb423e Binary files /dev/null and b/screenshot/2-blog.png differ diff --git a/screenshot/3-multiple-tabs.png b/screenshot/3-multiple-tabs.png new file mode 100644 index 0000000..2d60c9d Binary files /dev/null and b/screenshot/3-multiple-tabs.png differ diff --git a/user-scripts/ubuntu-20.04/rose.desktop b/user-scripts/ubuntu-20.04/rose.desktop index ae611fe..80a5176 100755 --- a/user-scripts/ubuntu-20.04/rose.desktop +++ b/user-scripts/ubuntu-20.04/rose.desktop @@ -6,4 +6,4 @@ Terminal=false Exec= /usr/bin/rose %u Name=Rose Comment=Minimalistic browser -Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png +Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png