tweak: Change background & make bar better for me.
This commit is contained in:
parent
2f447f0b7b
commit
fbf45c5c80
2
rose.c
2
rose.c
|
@ -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));
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
BIN
ubuntu-stuff/rose-desktop-icon.png
Normal file
BIN
ubuntu-stuff/rose-desktop-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 739 KiB |
BIN
ubuntu-stuff/rose-homepage.png
Normal file
BIN
ubuntu-stuff/rose-homepage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 474 KiB |
1
ubuntu-stuff/rose-src.txt
Normal file
1
ubuntu-stuff/rose-src.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<https://www.onlygfx.com/red-rose-png-image-transparent/>
|
|
@ -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
|
||||||
|
|
Before Width: | Height: | Size: 625 KiB After Width: | Height: | Size: 625 KiB |
BIN
ubuntu-stuff/roses/rose2.png
Normal file
BIN
ubuntu-stuff/roses/rose2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 492 KiB |
Loading…
Reference in New Issue
Block a user