small tweaks
This commit is contained in:
parent
eefa3cfb45
commit
d17fb92bb6
3
config.h
3
config.h
|
@ -8,9 +8,10 @@
|
|||
"enable-smooth-scrolling", false
|
||||
|
||||
#define GTK "gtk-application-prefer-dark-theme", false, "gtk-enable-animations", false
|
||||
#define ROSE_HOMEPAGE true
|
||||
#define ROSE_HOMEPAGE false
|
||||
#define SEARCH "https://search.nunosempere.com/search?q=%s" // "https://lite.duckduckgo.com/html/?q=%s"
|
||||
#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://search.nunosempere.com/"
|
||||
// #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://search.nunosempere.com/"
|
||||
#define CACHE_DIR "/home/loki/.cache/rose"
|
||||
|
||||
#define WIDTH 1920 // 960 for half-width, 1920 for full width
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#define STYLE_N 3986 + 1
|
||||
#define STYLE_N 4023 + 1
|
||||
|
||||
void read_style_js(char* string)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef STYLE
|
||||
#define STYLE
|
||||
|
||||
#define STYLE_N 3986 + 1
|
||||
#define STYLE_N 4023 + 1
|
||||
|
||||
void read_style_js(char* string);
|
||||
|
||||
|
|
|
@ -50,6 +50,10 @@ if (document.domain == "forum.nunosempere.com" ){
|
|||
}
|
||||
if (document.domain == "search.nunosempere.com" ){
|
||||
styles = `
|
||||
body {
|
||||
/* zoom: 1.8; */
|
||||
}
|
||||
|
||||
footer {
|
||||
display: none;
|
||||
}
|
||||
|
|
2
rose.c
2
rose.c
|
@ -468,7 +468,7 @@ void setup(GtkNotebook* notebook, int argc, char** argv)
|
|||
window_init(notebook);
|
||||
|
||||
// Initialize with first uri
|
||||
char* first_uri = argc > 1 ? argv[1] : NULL;
|
||||
char* first_uri = argc > 1 ? argv[1] : HOME;
|
||||
notebook_init(notebook, first_uri);
|
||||
g_object_set(gtk_settings_get_default(), GTK, NULL);
|
||||
|
||||
|
|
BIN
user-scripts/ubuntu-20.04/rose-images/rose-homepage-1.6-zoom.png
Normal file
BIN
user-scripts/ubuntu-20.04/rose-images/rose-homepage-1.6-zoom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
user-scripts/ubuntu-20.04/rose-images/rose-homepage-2.png
Normal file
BIN
user-scripts/ubuntu-20.04/rose-images/rose-homepage-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
Loading…
Reference in New Issue
Block a user