-
Notifications
You must be signed in to change notification settings - Fork 667
Closed as not planned
Labels
Description
Before opening a feature request
- I checked the next branch to see if the feature has already been implemented
- I searched existing reports to see if it is already requested.
What is the user problem or growth opportunity you want to see solved?
The user can't use xrdb setted values (in the Xresources file)
How do you know that this problem exists today? Why is this important?
Because I can't use my xrdb setted values
Who will benefit from it?
For all users that have configure colors or any others value in Xresources file
Rofi version (rofi -v)
1.7.5
Configuration
https://github.com/Angel-Karasu/dotfiles/blob/main/config/rofi/config.rasi
Additional information
The format can be:
mycolor: ${xrdb:name};With ${xrdb:name} that use the value return by xrdb -get name.
For example, for me xrdb -get background return #121212 that I want to set this color in mycolor.
I'm willing to help implement it but I haven't managed to understand how the parser works.
Reactions are currently unavailable