awn-dialog color customization: gtkrc -> more friendly GUI
Bug #158951 reported by
Timon_and_Pumba
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Awn |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
For new users it is hard to find out and unfriendly that the colors of the awn-dialog can be customized using the gtkrc file. In addition, most of the other customizations can be done via awn-manager. I would like to see that the colors of the awn-dialog can be customized via awn-manager.
Changed in awn: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
To post a comment you must log in.
Okay, we need to have a nicer wrapper around this.
If we let awn manager choose colours, it can create a gtkrc file and save it in ~/.config/awn, which awn-dialog can read. If the file doesn't exist, then awn-dialog will use
normal gtk colors.
Everyone cool with that? The reason that we need GtkRC support is that awn-dialog is the only part of Awn where normal GtkWidgets can go, and which we have no control over. GtkRC-support means that we can theme everything without trouble.