You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The visual result of an applied theme greatly depends on the terminal settings (e.g. foreground and background color settings, palette used, number of colors supported, real or pseudo-transparency support, etc.)</p>
354
354
<p>Pressing “<strong>t</strong>” will bring up the <em>Theme selection window</em>, which can be used to activate a theme and set the default one.</p>
355
-
<pstyle="margin: 1.5em 4em 0 4em; text-indent: -2.5em;"><strong>Note:</strong> Themes that use more colors than those supported by the terminal in use, will not be present in the <em>Theme selection window</em>. Furthermore, if a such at theme is set as default (or requested using the “<strong>-t</strong>” command line option), <strong>PyRadio</strong> will silently fall-back to the “<strong>dark</strong>” theme (or the “<strong>light</strong>” theme, if the terminal supports 8 colors and default theme is set to “<em>light_16_colors</em>”).</p>
355
+
<pstyle="margin: 1.5em 4em 0 4em; text-indent: -2.5em;"><strong>Note:</strong> Themes that use more colors than those supported by the terminal in use, will not be present in the <em>Theme selection window</em>. Furthermore, if a such at theme is set as default (or requested using the “<strong>-t</strong>” command line option), <strong>PyRadio</strong> will fall-back to the “<strong>dark</strong>” theme (or the “<strong>light</strong>” theme, if the terminal supports 8 colors and default theme is set to “<em>light_16_colors</em>”), and will display a relevant message at program startup.</p>
356
356
<p>The <em>Theme selection window</em> will remain open after activating a theme, so that the user can inspect the visual result and easily change it, if desired. Then, when he is satisfied with the activated theme, the window will have to be manually closed (by pressing “<strong>q</strong>” or any other relevant key - pressing “<strong>?</strong>” will bring up its help).</p>
357
357
<p>The use of custom themes and theme editing is not implemented yet; these are features for future releases.</p>
<p>As we see, previous versions still exist in this system: <strong>0.7.6.2</strong> and <strong>0.7.7</strong>. These files (actually directories) can safely be removed:</p>
<pstyle="margin: 1.5em 4em 0 4em; text-indent: -2.5em;"><strong>Note:</strong> Since version 0.8.7.3 (0.8.8-beta2), it is not necessary to follow the previous procedure any more; <strong>PyRadio</strong> will search and remove any previously installed files when the “<strong>-u</strong>” (uninstall) parameter is used.</p>
<p>In this example, running <em>devel/build_install_pyradio -u</em> has removed <strong>PyRadio</strong> python 3.8 system wide installation files, <strong>PyRadio</strong> python 2.7 system wide installation files, and <strong>PyRadio</strong> python 3.8 user installation files, found in the system.</p>
387
399
<h2id="debug-mode">Debug mode <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
388
400
<p>Adding the “<strong>-d</strong>” option to the command line will instruct <strong>PyRadio</strong> to enter <em>Debug mode</em>, which means that it will print debug messages to a file. This file will always reside in the user’s home directory and will be named <em>pyradio.log</em>.</p>
389
401
<p>In case of a bug or a glitch, please include this file to the issue you will <atarget="_blank" href="https://github.com/coderholic/pyradio/issues">open at github</a>.</p>
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -500,7 +500,7 @@ The visual result of an applied theme greatly depends on the terminal settings (
500
500
501
501
Pressing "**t**" will bring up the *Theme selection window*, which can be used to activate a theme and set the default one.
502
502
503
-
**Note:** Themes that use more colors than those supported by the terminal in use, will not be present in the *Theme selection window*. Furthermore, if a such at theme is set as default (or requested using the "**-t**" command line option), **PyRadio** will silently fall-back to the "**dark**" theme (or the "**light**" theme, if the terminal supports 8 colors and default theme is set to "*light_16_colors*").
503
+
**Note:** Themes that use more colors than those supported by the terminal in use, will not be present in the *Theme selection window*. Furthermore, if a such at theme is set as default (or requested using the "**-t**" command line option), **PyRadio** will fall-back to the "**dark**" theme (or the "**light**" theme, if the terminal supports 8 colors and default theme is set to "*light_16_colors*"), and will display a relevant message at program startup.
504
504
505
505
The *Theme selection window* will remain open after activating a theme, so that the user can inspect the visual result and easily change it, if desired. Then, when he is satisfied with the activated theme, the window will have to be manually closed (by pressing "**q**" or any other relevant key - pressing "**?**" will bring up its help).
506
506
@@ -558,6 +558,21 @@ As we see, previous versions still exist in this system: **0.7.6.2** and **0.7.7
**Note:** Since version 0.8.7.3 (0.8.8-beta2), it is not necessary to follow the previous procedure any more; **PyRadio** will search and remove any previously installed files when the "**-u**" (uninstall) parameter is used.
562
+
563
+
Example:
564
+
565
+
$ devel/build_install_pyradio -u
566
+
Uninstalling PyRadio
567
+
** Removing executable ... done
568
+
** Removing help files ... done
569
+
Looking for python installed files
570
+
** Removing "pyradio-0.8.8-py3.8.egg" ... done
571
+
** Removing "pyradio-0.8.6-py2.7.egg" ... done
572
+
** Removing "pyradio-0.8.8-py3.8.egg" ... done
573
+
PyRadio successfully uninstalled
574
+
575
+
In this example, running *devel/build_install_pyradio -u* has removed **PyRadio** python 3.8 system wide installation files, **PyRadio** python 2.7 system wide installation files, and **PyRadio** python 3.8 user installation files, found in the system.
Copy file name to clipboardExpand all lines: pyradio.1
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
.\" Copyright (C) 2011 Ben Dowling <http://www.coderholic.com/pyradio>
2
2
.\" This manual is freely distributable under the terms of the GPL.
3
3
.\"
4
-
.TH PYRADIO 1 "January 2020"
4
+
.TH PYRADIO 1 "September 2020"
5
5
6
6
.SH NAME
7
7
.PP
@@ -595,13 +595,14 @@ The visual result of an applied theme greatly depends on the terminal settings (
595
595
Pressing "\fBt\fR" will bring up the \fIThemeselectionwindow\fR, which can be used to activate a theme and set the default one.
596
596
597
597
.IP\fBNote\fR
598
-
Themes that use more colors than those supported by the terminal in use, will not be present in the \fIThemeselectionwindow\fR. Furthermore, if a such a theme is set as default (or requested using the "\fB-t\fR" command line option), \fBpyradio\fR will silently fall-back to the "\fBdark\fR" theme. (or the "\fBlight\fR" theme, if the terminal supports 8 colors and default theme is set to "\fIlight_16_colors\fR").
598
+
Themes that use more colors than those supported by the terminal in use, will not be present in the \fIThemeselectionwindow\fR. Furthermore, if a such a theme is set as default (or requested using the "\fB-t\fR" command line option), \fBpyradio\fR will fall-back to the "\fBdark\fR" theme, (or the "\fBlight\fR" theme, if the terminal supports 8 colors and default theme is set to "\fIlight_16_colors\fR"), and will display a relevant messages at program startup.
599
599
600
600
.PP
601
601
The \fIThemeselectionwindow\fR will remain open after activating a theme, so that the user can inspect the visual result and easily change it, if desired. Then, when he is satisfied with the activated theme, the window will have to be manually closed (by pressing "\fBq\fR" or any other relevant key - pressing "\fB?\fR" will bring up its help).
602
602
603
603
The use of custom themes and theme editing is not implemented yet; theses are features for future releases.
604
604
605
+
.PP
605
606
\fBUSINGTRANSPARENCY\fR
606
607
607
608
\fBpyradio\fR themes are able to be used with a transparent background.
@@ -666,6 +667,24 @@ As we see, previous versions still exist in this system: \fB0.7.6.2\fR and \fB0.
In this example, running \fIdevel/build_install_pyradio-u\fR has removed \fBpyradio\fR python 3.8 system wide installation files, \fBpyradio\fR python 2.7 system wide installation files, and \fBpyradio\fR python 3.8 user installation files, found in the system.
687
+
669
688
.SH DEBUG MODE
670
689
.PP
671
690
Adding the \fB-d\fR option to the command line will instruct \fBpyradio\fR to enter \fBDebugmode\fR, which means that it will print debug messages to a file. This file will always reside in the user's home directory and will be named \fIpyradio.log\fR.
0 commit comments