diff --git a/rose.c b/rose.c index 9e18934..fcbb0f0 100644 --- a/rose.c +++ b/rose.c @@ -273,7 +273,7 @@ void window_init(GtkNotebook *notebook) gtk_entry_buffer_new("", 0); gtk_entry_set_alignment(search, 0.48); - gtk_widget_set_size_request(GTK_WIDGET(search), 300, -1); + gtk_widget_set_size_request(GTK_WIDGET(search), 1200, -1); gtk_header_bar_set_custom_title(bar, GTK_WIDGET(search)); gtk_window_set_titlebar(window, GTK_WIDGET(bar)); diff --git a/style.css b/style.css index 45805d7..3ef25e4 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,9 @@ margin: 0px; outline-color: @Lavender; color: @Text; - border-bottom-color: @Base; + border-color: white; + /*@Base; */ + /* border-bottom-color: @Base; */ } window, notebook, headerbar { @@ -34,4 +36,7 @@ entry { entry:focus { box-shadow: none; + background-color: @Surface0; + padding-left: 10px; + } diff --git a/ubuntu-stuff/rose-desktop-icon.png b/ubuntu-stuff/rose-desktop-icon.png new file mode 100644 index 0000000..163494f Binary files /dev/null and b/ubuntu-stuff/rose-desktop-icon.png differ diff --git a/ubuntu-stuff/rose-homepage.png b/ubuntu-stuff/rose-homepage.png new file mode 100644 index 0000000..9944beb Binary files /dev/null and b/ubuntu-stuff/rose-homepage.png differ diff --git a/ubuntu-stuff/rose-src.txt b/ubuntu-stuff/rose-src.txt new file mode 100644 index 0000000..30650de --- /dev/null +++ b/ubuntu-stuff/rose-src.txt @@ -0,0 +1 @@ + diff --git a/ubuntu-stuff/rose.desktop b/ubuntu-stuff/rose.desktop index 70f4c32..3cc72c7 100755 --- a/ubuntu-stuff/rose.desktop +++ b/ubuntu-stuff/rose.desktop @@ -3,7 +3,7 @@ Version=1.0 Type=Application Terminal=false -Exec= /usr/bin/rose "https://duckduckgo.com" +Exec= /usr/bin/rose Name=Rose Comment=Minimalistic browser -Icon=/home/loki/Documents/core/software/fresh/linux/rose/ubuntu-stuff/rose.png +Icon=/home/loki/Documents/core/software/fresh/linux/rose/rose-personal/ubuntu-stuff/rose-desktop-icon.png diff --git a/ubuntu-stuff/rose.png b/ubuntu-stuff/roses/rose.png similarity index 100% rename from ubuntu-stuff/rose.png rename to ubuntu-stuff/roses/rose.png diff --git a/ubuntu-stuff/roses/rose2.png b/ubuntu-stuff/roses/rose2.png new file mode 100644 index 0000000..91b9cfb Binary files /dev/null and b/ubuntu-stuff/roses/rose2.png differ