dotfiles/home/.config/rofi/grid.rasi
Sarthak 7f41cf7a82 replace the old dotfiles with the sakura line rice
The bare $HOME repo is gone. This is now the rice: install.sh, rice-*
scripts in bin/, configs in home/ linked into $HOME, theme templates, st
and the particle wallpaper. Clone to ~/rice and run install.sh.
2026-09-14 19:44:44 +05:30

36 lines
614 B
Text

/* Image grid: wallpaper and theme pickers. */
@import "~/.config/rofi/rice.rasi"
window {
width: 980px;
}
listview {
columns: 4;
lines: 2;
fixed-height: true;
flow: horizontal;
padding: 14px;
spacing: 10px;
}
element {
orientation: vertical;
padding: 10px;
spacing: 8px;
children: [ element-icon, element-text ];
}
element-icon {
size: 190px;
horizontal-align: 0.5;
}
element-text {
horizontal-align: 0.5;
text-color: @dim;
}
element selected.normal element-text {
text-color: @fg;
}