From 2b86ece6555cc855790bc0fdd3c941b0d958066c Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 23 May 2021 00:24:06 +0200 Subject: Update links to irc.libera.chat --- doc/rofi-theme.5 | 2 +- doc/rofi.1 | 2 +- doc/rofi.1.markdown | 2 +- source/rofi.c | 2 +- themes/docu.rasi | 5 +++++ 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; } -- cgit v1.2.3