Skip to content

Commit 7045496

Browse files
author
dotfiles-bot
committed
upd
1 parent 2ecef2c commit 7045496

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

modules/desktop/launcher/wofi/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ window {
2121
border-bottom-color: #808080;
2222
background-color: #c0c0c0;
2323
padding: 2px;
24+
/* Move Input to Bottom */
25+
display: flex;
26+
flex-direction: column-reverse;
2427
}
2528

2629
#input {

modules/desktop/wm/labwc/themerc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ window.active.title.bg.color: #000080
1010
window.inactive.title.bg.color: #808080
1111

1212
window.active.label.text.color: #FFFFFF
13-
window.inactive.label.text.color: #C0C0C0
13+
window.inactive.label.text.color: #DFDFDF
1414

1515
window.label.text.justify: left
1616

@@ -24,8 +24,8 @@ window.active.button.unpressed.image.color: #000000
2424
window.active.button.hover.image.color: #000000
2525
window.active.button.pressed.image.color: #FFFFFF
2626

27-
window.inactive.button.unpressed.image.color: #808080
28-
window.inactive.button.hover.image.color: #000000
27+
window.inactive.button.unpressed.image.color: #C0C0C0
28+
window.inactive.button.hover.image.color: #DFDFDF
2929

3030
# Button backgrounds
3131
window.active.button.unpressed.bg.color: #C0C0C0

0 commit comments

Comments
 (0)