summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-05-23 00:24:06 +0200
committerDave Davenport <qball@gmpclient.org>2021-05-23 00:24:06 +0200
commit2b86ece6555cc855790bc0fdd3c941b0d958066c (patch)
tree09bdcb733f420f90b8c40c683028bd4f76894fe8
parentdc28a974373b5d462a734e35b8b47afce0782c77 (diff)
Update links to irc.libera.chat
-rw-r--r--doc/rofi-theme.52
-rw-r--r--doc/rofi.12
-rw-r--r--doc/rofi.1.markdown2
-rw-r--r--source/rofi.c2
-rw-r--r--themes/docu.rasi5
5 files changed, 9 insertions, 4 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index ad4d61dd..e9491c92 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -1025,7 +1025,7 @@ Background color
\fBborder\-color\fP: color
Color of the border
.IP \(bu 2
-\fBcursor\fP: cursor
+\fBcursor\fP: cursor
Type of mouse cursor that is set when the mouse pointer is hovered over the widget.
.RE
diff --git a/doc/rofi.1 b/doc/rofi.1
index 444c644a..f1747749 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1681,7 +1681,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.SH SUPPORT
.PP
\fBrofi\fP support can be obtained here
-\[la]irc://irc.freenode.net/#rofi\[ra] (#rofi on irc.freenode.net), or via the
+\[la]irc://irc.libera.chat:6697/#rofi\[ra] (#rofi on irc.libera.chat), or via the
forum
\[la]https://reddit.com/r/qtools//\[ra]
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 7feec701..3a16360e 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -996,7 +996,7 @@ been released.
## SUPPORT
-**rofi** support can be obtained [here](irc://irc.freenode.net/#rofi) (#rofi on irc.freenode.net), or via the
+**rofi** support can be obtained [here](irc://irc.libera.chat:6697/#rofi) (#rofi on irc.libera.chat), or via the
[forum](https://reddit.com/r/qtools//)
## DEBUGGING
diff --git a/source/rofi.c b/source/rofi.c
index fc7ba62c..1603f587 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -348,7 +348,7 @@ static void help ( G_GNUC_UNUSED int argc, char **argv )
#endif
printf ( " Bugreports: %s"PACKAGE_BUGREPORT "%s\n", is_term ? color_bold : "", is_term ? color_reset : "" );
printf ( " Support: %s"PACKAGE_URL "%s\n", is_term ? color_bold : "", is_term ? color_reset : "" );
- printf ( " %s#rofi @ freenode.net%s\n", is_term ? color_bold : "", is_term ? color_reset : "" );
+ printf ( " %s#rofi @ libera.chat%s\n", is_term ? color_bold : "", is_term ? color_reset : "" );
if ( find_arg ( "-no-config" ) < 0 ) {
if ( config_path_new ) {
printf ( " Configuration file: %s%s%s\n", is_term ? color_bold : "", config_path_new, is_term ? color_reset : "" );
diff --git a/themes/docu.rasi b/themes/docu.rasi
index 6bdfba56..6f946e72 100644
--- a/themes/docu.rasi
+++ b/themes/docu.rasi
@@ -30,6 +30,7 @@ entry {
placeholder-color: darkgrey;
/** inherit font setting from parent */
font: inherit;
+ cursor: text;
}
/**
@@ -69,6 +70,7 @@ button {
border-color: darkgrey;
/** inherit font setting from parent */
font: inherit;
+ cursor: pointer;
}
/**
@@ -156,6 +158,7 @@ element {
border-color: darkgrey;
background-color: grey;
/** 4 px padding on the inside of border */
+ cursor: pointer;
padding: 4px;
}
@@ -170,10 +173,12 @@ element selected {
element-icon {
/** change size to 128 pixels. */
size: 128px;
+ cursor: inherit;
}
/** Entry text */
element-text {
/* align font in (horizontally) center */
horizontal-align: 0.5;
+ cursor: inherit;
}