mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
3ec7f6fb43
Since Rofi 1.7.1 (specifically davatorium/rofi@0e70d8a), the deprecated `theme` option in the `configuration` section no longer works. For 1.7.0 and up, `@theme "name"` is supposed to be used *after* the `configuration` block.
6 lines
71 B
Text
6 lines
71 B
Text
configuration {
|
|
location: 0;
|
|
xoffset: 0;
|
|
yoffset: 0;
|
|
}
|
|
@theme "custom"
|