application icongmusicbrowser

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
customization:icons [2010/05/01 04:09] ochosicustomization:icons [2022/05/23 01:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
-This page is about the icons used in gmusicbrowser sorted in categories: gtk-icons used by gmusicbrowser and unique icons not found in a gtk-icon-theme.+This page is about the icons used in gmusicbrowser sorted in categories: 
 + 
 + 
 +    * [[:customization:icons#unique_gmb_icons|unique icons]]  not found in a gtk-icon-theme (including descriptions), 
 +    * [[:customization:icons#extra_and_custom_icons|extra and custom icons]]  
 +    * and finally [[:customization:icons#gtk-icons_used_in_gmb|gtk-icons used by gmusicbrowser]] 
  
-There are also a few others that can be defined in the layouts, like overlays or pictures to be shown when no album-cover is found. See this [[http://gmusicbrowser.git.sourceforge.net/git/gitweb.cgi?p=gmusicbrowser/gmusicbrowser;a=commit;h=e9a26e3ad70a1425f30feb12c31b1b5fbaec5a3a | commit]].\\ 
-__Example:__ \\ 
-''Cover(overlay=6x6:350x350:/usr/share/gmusicbrowser/pix/elementary/overlay.png,default=/usr/share/gmusicbrowser/pix/elementary/no_cover.png)'' 
  
-Users can also define their own icons and use them in layouts, __e.g. for togglebuttons__:\\ 
-''TogButton1(relief=none,size=button,icon=tree,widget=SongTree,togglegroup=1)'' 
  
 The icons in use can be in //png or svg format//. Since the sizes of the icons (e.g. on buttons) can be customized in the layouts there is no standard size for icons. Therefore it is recommended to use/create icons that scale well. The icons in use can be in //png or svg format//. Since the sizes of the icons (e.g. on buttons) can be customized in the layouts there is no standard size for icons. Therefore it is recommended to use/create icons that scale well.
 +
 +The folders where icon themes can be found are ///usr/share/gmusicbrowser/pix/// (for the ones that come with gmusicbrowser) and ///home/$USER/.config/gmusicbrowser/icons/// (for user-installed icon themes).
 +
 +====== unique gmb icons ======
 +
 +
 +The standard icon-set is usually found in /usr/share/gmusicbrowser/pix. Custom themes can be put in subfolders (subfolder equals themename) and can then be selected in settings > layouts > icon theme (or in gmbrc > IconTheme: $themename).
 +
 +
 +With gmb-vol and gmb-queue you may add as many $n numbers as you like, e.g. up to gmb-queue100 or gmb-vol100. Your working hours spent on these icons are the only limit.\\  Even though there are no standard sizes indicators scale well at 16x16px, for buttons at least 24x24px is recommended.
 +
 +
 +|**icon name (without extension)**  |**icon**  |**description**  |
 +|gmb-case_sensitive |{{:customization:icons:gmb-case_sensitive.png}} |indicator, sort-mode |
 +|gmb-case_insensitive |{{:customization:icons:gmb-case_insensitive.png}} |indicator, sort-mode |
 +|gmb-filter |{{:customization:icons_gmb-filter.png}} |indicator, means some filter is applied |
 +|gmb-invert |{{:customization:icons:gmb-invert.png}} |when buttons are shown in the artist or album fpanes, the invert mode inverts the selection  \\ (meaning: it filters out the selected artists/albums) |
 +|gmb-library |{{:customization:icons:gmb-library.png}} |indicator, means no filters applied |
 +|gmb-list |{{:customization:icons:gmb-list.png}} |indicator, means a static playlist is playing |
 +|gmb-lock |{{:customization:icons:gmb-lock.png}} |indicator, can be artist, album or song lock |
 +|gmb-locklight |{{:customization:icons:gmb-locklight.png}} |indicator, hover for gmb-lock indicator |
 +|gmb-lyrics | |tab-icon for the lyrics- and webcontext-plugin |
 +|gmb-picture |{{:customization:icons:gmb-picture.png}} |icon for setting an artist or album picture in the right-click context menu |
 +|gmb-playlist |{{:customization:icons:gmb-playlist.png}} |button icon for the browser layout |
 +|gmb-queue |{{:customization:icons:gmb-queue.png}} |indicator, means there are songs enqueued |
 +|gmb-queue-window | |button icon for OpenQueue, with gmb-queue used as fallback |
 +|gmb-random |{{:customization:icons:gmb-random.png}} |indicator, means a weighted random mode is enabled |
 +|gmb-random-album | |button, used in the RandomAlbum widget, uses gmb-random as fallback |
 +|gmb-shuffle |{{:customization:icons:gmb-shuffle.png}} |indicator, means shuffle mode is on |
 +|gmb-turnoff |{{:customization:icons:gmb-turnoff.png}} |indicator, queue mode  \\ (command after quitting gmb can be set in settings > misc > shutdown command) |
 +|gmb-vol0 |{{:customization:icons:gmb-vol0.png}} |indicator |
 +|gmb-vol1 |{{:customization:icons:gmb-vol1.png}} |indicator |
 +|gmb-vol2 |{{:customization:icons:gmb-vol2.png}} |indicator |
 +|gmb-vol3 |{{:customization:icons:gmb-vol3.png}} |indicator |
 +|gmb-volm |{{:customization:icons:gmb-volm.png}} |indicator |
 +|gmb-wait |{{:customization:icons:gmb-wait.png}} |indicator, queue mode |
 +|plugin-rip |{{:customization:icons:plugin-rip.png}} |button icon for the rip-plugin |
 +|plugin-wikipedia |{{:customization:icons:plugin-wikipedia.png}} |button icon for the wikipedia-plugin |
 +|trayicon |{{:customization:icons:trayicon.png}} |trayicon that is used by libgtk2-trayicon-perl |
 +
 +
 +====== extra and custom icons ======
 +
 +
 +Since gmusicbrowser 1.1.5 there's some extra eyecandy for the Cover-widget: overlays for album covers or pictures when no album-cover is found. See this [[http://gmusicbrowser.git.sourceforge.net/git/gitweb.cgi?p=gmusicbrowser/gmusicbrowser;a=commit;h=e9a26e3ad70a1425f30feb12c31b1b5fbaec5a3a|commit]].\\  __Example:__ \\  ''Cover(overlay=6×6:350×350:/usr/share/gmusicbrowser/pix/elementary/overlay.png,default=/usr/share/gmusicbrowser/pix/elementary/no_cover.png)''
 +
 +
 +Users can also define their own **custom icons** and use them in layouts, __e.g. for togglebuttons__:\\  ''TogButton1(relief=none,size=button,icon=tree,widget=SongTree,togglegroup=1)''
  
  
 ====== gtk-icons used in gmb ====== ====== gtk-icons used in gmb ======
-The icons displayed here are the standard stock icons from the [[http://library.gnome.org/devel/gtk/stable/gtk-Stock-Items.html | gnome-project]].\\ 
-(No descriptions here, the icons are pretty self-explanatory. Otherwise look them up in the link to the gnome-project above.) 
  
-|gtk-about | {{:customization:icons:gtk-about.png|}} | 
-|gtk-add | {{:customization:icons:gtk-add.png|}} | 
-|gtk-apply | {{:customization:icons:gtk-apply.png|}} | 
-|gtk-cancel | {{:customization:icons:gtk-cancel.png|}} | 
-|gtk-clear | {{:customization:icons:gtk-clear.png|}} | 
-|gtk-close | {{:customization:icons:gtk-close.png|}} | 
-|gtk-copy | {{:customization:icons:gtk-copy.png|}} | 
-|gtk-delete | {{:customization:icons:gtk-delete.png|}} | 
-|gtk-edit | {{:customization:icons:gtk-edit.png|}} | 
-|gtk-find | {{:customization:icons:gtk-find.png|}} | 
-|gtk-fullscreen | {{:customization:icons:gtk-fullscreen.png|}} | 
-|gtk-go-back | {{:customization:icons:gtk-go-back.png|}} | 
-|gtk-go-down | {{:customization:icons:gtk-go-down.png|}} | 
-|gtk-go-forward | {{:customization:icons:gtk-go-forward.png|}} | 
-|gtk-goto-bottom | {{:customization:icons:gtk-goto-bottom.png|}} | 
-|gtk-goto-top | {{:customization:icons:gtk-goto-top.png|}} | 
-|gtk-go-up | {{:customization:icons:gtk-go-up.png|}} | 
-|gtk-index | {{:customization:icons:gtk-index.png|}} | 
-|gtk-info | {{:customization:icons:gtk-info.png|}} | 
-|gtk-jump-to | {{:customization:icons:gtk-jump-to.png|}} | 
-|gtk-media-next | {{:customization:icons:gtk-media-next.png|}} | 
-|gtk-media-pause | {{:customization:icons:gtk-media-pause.png|}} | 
-|gtk-media-play | {{:customization:icons:gtk-media-play.png|}} | 
-|gtk-media-previous | {{:customization:icons:gtk-media-previous.png|}} | 
-|gtk-media-stop | {{:customization:icons:gtk-media-stop.png|}} | 
-|gtk-new | {{:customization:icons:gtk-new.png|}} | 
-|gtk-ok | {{:customization:icons:gtk-ok.png|}} | 
-|gtk-open | {{:customization:icons:gtk-open.png|}} | 
-|gtk-preferences | {{:customization:icons:gtk-preferences.png|}} | 
-|gtk-quit | {{:customization:icons:gtk-quit.png|}} | 
-|gtk-refresh | {{:customization:icons:gtk-refresh.png|}} | 
-|gtk-remove | {{:customization:icons:gtk-remove.png|}} | 
-|gtk-save | {{:customization:icons:gtk-save.png|}} | 
-|gtk-save-as | {{:customization:icons:gtk-save-as.png|}} | 
-|gtk-sort-ascending | {{:customization:icons:gtk-sort-ascending.png|}} | 
-|gtk-sort-descending | {{:customization:icons:gtk-sort-descending.png|}} | 
-|gtk-stop | {{:customization:icons:gtk-stop.png|}} | 
  
 +The icons displayed here are the standard stock icons from the [[http://library.gnome.org/devel/gtk/stable/gtk-Stock-Items.html|gnome-project]].\\  (No descriptions here, the icons are pretty self-explanatory. Otherwise look them up in the link to the gnome-project above.)
  
-====== unique gmb icons ====== 
-The standard icon-set is usually found in /usr/share/gmusicbrowser/pix. 
-Custom themes can be put in subfolders (subfolder equals themename) and can then be selected in settings > layouts > icon theme (or in gmbrc > IconTheme: $themename). 
  
-With gmb-vol and gmb-queue you may add as many $n numbers as you like, e.g. up to gmb-queue100 or gmb-vol100Your working hours spent on these icons are the only limit.+|gtk-about |{{:customization:icons:gtk-about.png}} | 
 +|gtk-add |{{:customization:icons:gtk-add.png}} | 
 +|gtk-apply |{{:customization:icons:gtk-apply.png}} | 
 +|gtk-cancel |{{:customization:icons:gtk-cancel.png}} | 
 +|gtk-clear |{{:customization:icons:gtk-clear.png}} | 
 +|gtk-close |{{:customization:icons:gtk-close.png}} | 
 +|gtk-copy |{{:customization:icons:gtk-copy.png}} | 
 +|gtk-delete |{{:customization:icons:gtk-delete.png}} | 
 +|gtk-edit |{{:customization:icons:gtk-edit.png}} | 
 +|gtk-find |{{:customization:icons:gtk-find.png}} | 
 +|gtk-fullscreen |{{:customization:icons:gtk-fullscreen.png}} | 
 +|gtk-go-back |{{:customization:icons:gtk-go-back.png}} | 
 +|gtk-go-down |{{:customization:icons:gtk-go-down.png}} | 
 +|gtk-go-forward |{{:customization:icons:gtk-go-forward.png}} | 
 +|gtk-goto-bottom |{{:customization:icons:gtk-goto-bottom.png}} | 
 +|gtk-goto-top |{{:customization:icons:gtk-goto-top.png}} | 
 +|gtk-go-up |{{:customization:icons:gtk-go-up.png}} | 
 +|gtk-index |{{:customization:icons:gtk-index.png}} | 
 +|gtk-info |{{:customization:icons:gtk-info.png}} | 
 +|gtk-jump-to |{{:customization:icons:gtk-jump-to.png}} | 
 +|gtk-media-next |{{:customization:icons:gtk-media-next.png}} | 
 +|gtk-media-pause |{{:customization:icons:gtk-media-pause.png}} | 
 +|gtk-media-play |{{:customization:icons:gtk-media-play.png}} | 
 +|gtk-media-previous |{{:customization:icons:gtk-media-previous.png}} | 
 +|gtk-media-stop |{{:customization:icons:gtk-media-stop.png}} | 
 +|gtk-new |{{:customization:icons:gtk-new.png}} | 
 +|gtk-ok |{{:customization:icons:gtk-ok.png}} | 
 +|gtk-open |{{:customization:icons:gtk-open.png}} | 
 +|gtk-preferences |{{:customization:icons:gtk-preferences.png}} | 
 +|gtk-quit |{{:customization:icons:gtk-quit.png}} | 
 +|gtk-refresh |{{:customization:icons:gtk-refresh.png}} | 
 +|gtk-remove |{{:customization:icons:gtk-remove.png}} | 
 +|gtk-save |{{:customization:icons:gtk-save.png}} | 
 +|gtk-save-as |{{:customization:icons:gtk-save-as.png}} | 
 +|gtk-sort-ascending |{{:customization:icons:gtk-sort-ascending.png}} | 
 +|gtk-sort-descending |{{:customization:icons:gtk-sort-descending.png}} | 
 +|gtk-stop |{{:customization:icons:gtk-stop.png}} |
  
-|**icon name (without extension)** | **icon** | **description** | 
-|gmb-case_sensitive | {{:customization:icons:gmb-case_sensitive.png|}} | indicator, sort-mode| 
-|gmb-case_insensitive | {{:customization:icons:gmb-case_insensitive.png|}} | indicator, sort-mode| 
-|gmb-filter | {{:customization:icons_gmb-filter.png|}} | indicator, means some filter is applied| 
-|gmb-invert | {{:customization:icons:gmb-invert.png|}} | | 
-|gmb-library | {{:customization:icons:gmb-library.png|}} | indicator, means no filters applied| 
-|gmb-list | {{:customization:icons:gmb-list.png|}} | indicator, means a static playlist is playing| 
-|gmb-lock | {{:customization:icons:gmb-lock.png|}} | indicator, can be artist, album or song lock| 
-|gmb-locklight | {{:customization:icons:gmb-locklight.png|}} | indicator, hover for gmb-lock indicator| 
-|gmb-lyrics | | | 
-|gmb-picture | {{:customization:icons:gmb-picture.png|}} | icon for setting an artist or album picture in the right-click context menu| 
-|gmb-playlist | {{:customization:icons:gmb-playlist.png|}} | button icon for the browser layout| 
-|gmb-queue | {{:customization:icons:gmb-queue.png|}} | indicator, means there are songs enqeued| 
-|gmb-queue-window | | | 
-|gmb-random | {{:customization:icons:gmb-random.png|}} | indicator, means a weighted random mode is enabled| 
-|gmb-random-album | | | 
-|gmb-shuffle | {{:customization:icons:gmb-shuffle.png|}} | indicator, means shuffle mode is on| 
-|gmb-turnoff | {{:customization:icons:gmb-turnoff.png|}} | indicator, queue mode \\ (command after quitting gmb can be set in settings > misc > shutdown command)| 
-|gmb-vol0 | {{:customization:icons:gmb-vol0.png|}} | | 
-|gmb-vol1 | {{:customization:icons:gmb-vol1.png|}} | | 
-|gmb-vol2 | {{:customization:icons:gmb-vol2.png|}} | | 
-|gmb-vol3 | {{:customization:icons:gmb-vol3.png|}} | | 
-|gmb-volm | {{:customization:icons:gmb-volm.png|}} | | 
-|gmb-wait | {{:customization:icons:gmb-wait.png|}} | indicator, queue mode| 
-|plugin-rip | {{:customization:icons:plugin-rip.png|}} | button icon for the rip-plugin| 
-|plugin-wikipedia | {{:customization:icons:plugin-wikipedia.png|}} | button icon for the wikipedia-plugin| 
-|trayicon | {{:customization:icons:trayicon.png|}} | trayicon that is used by libgtk2-trayicon-perl| 
  
 +\\
  
customization/icons.1272679791.txt.gz · Last modified: 2022/05/23 01:30 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0