tweak: Change background & make bar better for me.

This commit is contained in:
NunoSempere 2022-12-12 19:03:31 +00:00
parent 2f447f0b7b
commit fbf45c5c80
8 changed files with 10 additions and 4 deletions

2
rose.c
View File

@ -273,7 +273,7 @@ void window_init(GtkNotebook *notebook)
gtk_entry_buffer_new("", 0); gtk_entry_buffer_new("", 0);
gtk_entry_set_alignment(search, 0.48); 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_header_bar_set_custom_title(bar, GTK_WIDGET(search));
gtk_window_set_titlebar(window, GTK_WIDGET(bar)); gtk_window_set_titlebar(window, GTK_WIDGET(bar));

View File

@ -10,7 +10,9 @@
margin: 0px; margin: 0px;
outline-color: @Lavender; outline-color: @Lavender;
color: @Text; color: @Text;
border-bottom-color: @Base; border-color: white;
/*@Base; */
/* border-bottom-color: @Base; */
} }
window, notebook, headerbar { window, notebook, headerbar {
@ -34,4 +36,7 @@ entry {
entry:focus { entry:focus {
box-shadow: none; box-shadow: none;
background-color: @Surface0;
padding-left: 10px;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

View File

@ -0,0 +1 @@
<https://www.onlygfx.com/red-rose-png-image-transparent/>

View File

@ -3,7 +3,7 @@
Version=1.0 Version=1.0
Type=Application Type=Application
Terminal=false Terminal=false
Exec= /usr/bin/rose "https://duckduckgo.com" Exec= /usr/bin/rose
Name=Rose Name=Rose
Comment=Minimalistic browser 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

View File

Before

Width:  |  Height:  |  Size: 625 KiB

After

Width:  |  Height:  |  Size: 625 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 KiB