initial commit

This commit is contained in:
2026-09-14 15:31:20 -05:00
commit 438546d84f
44 changed files with 3292 additions and 0 deletions
@@ -0,0 +1,25 @@
/* Compact variant of the Macchiato theme, used by powermenu.sh */
@import "catppuccin-macchiato.rasi"
window {
width: 360px;
border-color: @red;
}
listview {
lines: 6;
columns: 1;
}
element {
padding: 10px 14px;
}
element selected.normal {
background-color: @red;
text-color: @crust;
}
prompt {
text-color: @red;
}