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.
36 lines
614 B
Text
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;
|
|
}
|