Skip to content

Commit e3b83c1

Browse files
committed
apply upstream changes
1 parent 8e733ae commit e3b83c1

3 files changed

Lines changed: 6 additions & 21 deletions

File tree

endeavouros/greeter-gtk3.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<child>
163163
<object class="GtkImage" id="image3">
164164
<property name="visible">True</property>
165-
<property name="pixbuf">lang.png</property>
165+
<!--<property name="pixbuf">lang.png</property>-->
166166
</object>
167167
<packing>
168168
<property name="expand">False</property>

endeavouros/greeter.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<child>
164164
<object class="GtkImage" id="image3">
165165
<property name="visible">True</property>
166-
<property name="pixbuf">lang.png</property>
166+
<!--<property name="pixbuf">lang.png</property>-->
167167
</object>
168168
<packing>
169169
<property name="expand">False</property>

endeavouros/gtk.css

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,16 @@
88
}
99

1010
#time {
11-
font: Sans 14;
11+
font: Sans 12;
1212
color: #ffffff;
1313
}
1414

1515
#prompt {
1616
font: Sans 14;
17-
color: #ffffff;
18-
}
19-
#user_list, #login_entry {
20-
background-image: none;
21-
border-top-left-radius: 10px;
22-
border-top-right-radius: 10px;
23-
border-bottom-left-radius: 10px;
24-
border-bottom-right-radius: 10px;
25-
border: 2;
26-
border-color: 0;
27-
font: Sans 14;
17+
color: #000000;
2818
}
2919

30-
#bottom_pane label,
3120
#bottom_pane GtkLabel {
32-
border-top-left-radius: 10px;
33-
border-top-right-radius: 10px;
34-
border-bottom-left-radius: 10px;
35-
border-bottom-right-radius: 10px;
36-
font: Sans 14;
37-
color: #ffffff;
21+
font: Sans 12;
22+
color: #9E9D9B;
3823
}

0 commit comments

Comments
 (0)