Remove CSS comments.

This commit is contained in:
Dave Davenport 2017-09-04 22:20:46 +02:00
parent 980a99ccd6
commit 651bf11e3b
4 changed files with 8 additions and 12 deletions

View file

@ -1,13 +1,13 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "ROFI\-THEME" "5" "August 2017" "" "" .TH "ROFI\-THEME" "5" "September 2017" "" ""
. .
.SH "NAME" .SH "NAME"
\fBrofi\-theme\fR \- Rofi theme format files \fBrofi\-theme\fR \- Rofi theme format files
. .
.SH "DESCRIPTION" .SH "DESCRIPTION"
The need for a new theme format was motivated by the fact that the way rofi handled widgets has changed\. From a very static drawing of lines and text to a nice structured form of packing widgets\. This change made it possible to provide a more flexible theme framework\. The old theme format and config file are not flexible enough to expose these options in a user\-friendly way\. Therefor, a new file format has been created, replacing the old one\. The new format is loosely based on CSS \fIhttps://en\.wikipedia\.org/wiki/Cascading_Style_Sheets\fR, a widely known format, which allows web developers for example to create their own \fBrofi\fR themes without the need to learn a new markup language\. The need for a new theme format was motivated by the fact that the way rofi handled widgets has changed\. From a very static drawing of lines and text to a nice structured form of packing widgets\. This change made it possible to provide a more flexible theme framework\. The old theme format and config file are not flexible enough to expose these options in a user\-friendly way\. Therefor, a new file format has been created, replacing the old one\.
. .
.SH "FORMAT SPECIFICATION" .SH "FORMAT SPECIFICATION"
. .

View file

@ -9,10 +9,7 @@
The need for a new theme format was motivated by the fact that the way rofi handled widgets has changed. From a very The need for a new theme format was motivated by the fact that the way rofi handled widgets has changed. From a very
static drawing of lines and text to a nice structured form of packing widgets. This change made it possible to provide a static drawing of lines and text to a nice structured form of packing widgets. This change made it possible to provide a
more flexible theme framework. The old theme format and config file are not flexible enough to expose these options in a more flexible theme framework. The old theme format and config file are not flexible enough to expose these options in a
user-friendly way. Therefor, a new file format has been created, replacing the old one. The new format is loosely based user-friendly way. Therefor, a new file format has been created, replacing the old one.
on [CSS](https://en.wikipedia.org/wiki/Cascading_Style_Sheets), a widely known format, which allows web developers
for example to create their own **rofi** themes without the need to learn a new markup language.
## FORMAT SPECIFICATION ## FORMAT SPECIFICATION

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "ROFI" "1" "August 2017" "" "" .TH "ROFI" "1" "September 2017" "" ""
. .
.SH "NAME" .SH "NAME"
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement \fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement

View file

@ -5,7 +5,7 @@
With more then 750 commits since the last version, this is one of the biggest releases so far. With more then 750 commits since the last version, this is one of the biggest releases so far.
In this version we used the groundwork laid in v1.3.0 and went completely nuts with it. Hopefully this release should In this version we used the groundwork laid in v1.3.0 and went completely nuts with it. Hopefully this release should
satisfy the die-hard desktop [ricers](https://www.reddit.com/r/unixporn/) with a brand new, CSS based, theme engine. satisfy the die-hard desktop [ricers](https://www.reddit.com/r/unixporn/) with a brand new theme engine.
Lot of different colors, border, multiple fonts everything is now possible. Lot of different colors, border, multiple fonts everything is now possible.
Because of The great work done by [SardemFF7](https://github.com/SardemFF7/) the code base is simplified and the Because of The great work done by [SardemFF7](https://github.com/SardemFF7/) the code base is simplified and the
@ -21,12 +21,11 @@ Beside these major changes, this release includes a lot of bug-fixes and small i
release notes for a more complete list of changes. release notes for a more complete list of changes.
## CSS Like Theme engine ## Theme engine
The biggest new feature of this release is the theme engine. Building on the changes made in v1.3.0 we implemented a new The biggest new feature of this release is the theme engine. Building on the changes made in v1.3.0 we implemented a new
theme engine and it has a completely new theme format modelled after CSS. We decided to model the theme format after theme engine and it has a completely new theme format. While the themes are a lot more verbose now, it does allow for a
CSS because many people are familiar with it and it seems to be a reasonable fit. While the themes are a lot more lot of extra customizations.
verbose now, it does allow for a lot of extra customizations.
It is now possible to theme each widget in rofi independently: It is now possible to theme each widget in rofi independently: