This commit is contained in:
2026-02-07 14:53:38 -08:00
parent d4cd0d51c7
commit 1d8e65d4e2
10 changed files with 37 additions and 533 deletions

View File

@@ -37,7 +37,8 @@ window {
location: center;
anchor: center;
fullscreen: false;
width: 37%;
width: 46.65%;
height: 44%;
x-offset: 0px;
y-offset: 0px;
@@ -58,9 +59,9 @@ mainbox {
}
imagebox {
padding: 20px;
padding: 24px;
background-color: transparent;
background-image: url("~/.config/rofi/images/oshinoko.png", height);
background-image: url("~/.config/rofi/images/oshinoko.png", both);
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
}