Skip to content

Commit 490ac0e

Browse files
committed
Revert "apply upstream changes"
This reverts commit e3b83c1.
1 parent e3b83c1 commit 490ac0e

3 files changed

Lines changed: 21 additions & 6 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: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,31 @@
88
}
99

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

1515
#prompt {
1616
font: Sans 14;
17-
color: #000000;
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;
1828
}
1929

30+
#bottom_pane label,
2031
#bottom_pane GtkLabel {
21-
font: Sans 12;
22-
color: #9E9D9B;
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;
2338
}

0 commit comments

Comments
 (0)