Added #entry and deprecated .entry, #selected, and #unselected
This commit is contained in:
10
man/wofi.5
10
man/wofi.5
@@ -141,15 +141,19 @@ The name of all the text in entries.
|
||||
.TP
|
||||
.B #unselected
|
||||
.br
|
||||
The name of all entries currently unselected.
|
||||
The name of all entries currently unselected. A better way of doing this is to do #entry and combine that with #entry:selected
|
||||
.TP
|
||||
.B #selected
|
||||
.br
|
||||
The name of all entries currently selected.
|
||||
The name of all entries currently selected. A better way of doing this is to do #entry:selected
|
||||
.TP
|
||||
.B .entry
|
||||
.br
|
||||
The class attached to all entries.
|
||||
The class attached to all entries. This is attached to the inside property box and is old, you probably want #entry instead
|
||||
.TP
|
||||
.B #entry
|
||||
.br
|
||||
The name of all entries.
|
||||
|
||||
.SH COLORS
|
||||
The colors file should be formatted as new line separated hex values. These values should be in the standard HTML format and begin with a hash.
|
||||
|
@@ -76,11 +76,11 @@ This section is for advanced CSS which needs more control than the built in wofi
|
||||
.RS 4
|
||||
.B flowbox \- #inner\-box
|
||||
.RS 4
|
||||
.B flowboxchild
|
||||
.B flowboxchild \- #entry
|
||||
.RS 4
|
||||
.B .entry \- #unselected or #selected
|
||||
.br
|
||||
This is a WofiPropertyBox which has no CSS node however the .entry class is attached, the name is dependent on whether or not the entry is selected.
|
||||
This is a WofiPropertyBox which has no CSS node and should probably not be used, the name is dependent on whether or not the entry is selected. See \fBwofi\fR(5) on #selected and #unselected for info.
|
||||
|
||||
.RS 4
|
||||
.B image
|
||||
|
Reference in New Issue
Block a user