This website requires JavaScript.
Explore
Help
Sign in
eeva
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager
synced
2024-11-01 16:59:43 +01:00
Code
Issues
Releases
Wiki
Activity
7a5879707b
home-manager
/
tests
/
modules
/
programs
/
rofi
/
custom-theme-config.rasi
7 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
rofi: add support to custom themes If this commit now it is possible to define a custom theme directly using Nix, like this: ```nix { programs.rofi.theme = { "*" = { background-color = "#000000"; border-color = "FFFFFF"; width = 512; }; listview = { cycle = true; }; }; } ``` And this will be converted to the proper rasi format to be used in rofi.
2021-01-23 18:13:38 +01:00
configuration {
location: 0;
xoffset: 0;
yoffset: 0;
}
rofi: fix theme definition in configuration for 1.7.0+ (#2513) 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.
2021-11-28 21:07:46 +01:00
@theme "custom"
Reference in a new issue
Copy permalink