numix-icon-theme icon indicating copy to clipboard operation
numix-icon-theme copied to clipboard

Missing icons from Humanity

Open bilelmoussaoui opened this issue 8 years ago • 8 comments

Well just to mention that there's some few missing icons from Humanity & Humanity-Dark

Humanity-Dark:

  • [x] audio-volume-muted-blocked-panel
  • [ ] battery_third_fourth
  • [ ] battery_two_thirds
  • [ ] gsd-xrandr
  • [ ] gtg-panel
  • [ ] ibus-off
  • [x] stock_weather-sunny
  • [x] sunny
  • [ ] system-file-manager-panel
  • [x] wifi-020
  • [x] wifi-040
  • [x] wifi-060
  • [x] wifi-080
  • [x] wifi-100

Humanity :

  • [x] add-folder-to-archive
  • [x] application-install -> gnome-mime-x-install
  • [ ] application-x-remote-connection
  • [ ] application-x-vnc
  • [x] aptdaemon-delete
  • [x] aptdaemon-setup
  • [ ] audio-player
  • [x] audio-volume-muted-blocked-panel
  • [ ] battery_third_fourth
  • [ ] battery_two_thirds
  • [x] cab_extract
  • [ ] calibrate
  • [x] dialog-info
  • [x] edit-delete-mail
  • [ ] emblem-cool
  • [x] emblem-OK
  • [ ] force-exit
  • [x] gnome-control-centre
  • [x] gnome-fs-bookmark
  • [ ] gnome-inhibit-applet
  • [ ] gnome-mime-application-x-remote-connection
  • [ ] gnome-mime-application-x-vnc
  • [ ] gnome-panel-force-quit
  • [ ] gnome-panel-notification-area
  • [ ] gnome-session-halt
  • [ ] gnome-session-hebirnate
  • [x] gnome-session-reboot
  • [ ] gnome-session-sleep
  • [ ] gnome-session-switch
  • [ ] gnome-spinner-rest
  • [ ] gpm-hibernate
  • [ ] gpm-inhibit
  • [ ] grandr
  • [ ] gsd-xrandr
  • [ ] gtg-panel
  • [x] gtk-dialog-warning-panel
  • [ ] ibus-off
  • [ ] invest-applet
  • [ ] lpi-help
  • [ ] lv_icon
  • [x] media-import-audio-cd
  • [ ] media-player-48
  • [x] messagebox_info
  • [ ] ogmrip
  • [ ] palm-pilot
  • [ ] plugin-notification
  • [ ] preview-file
  • [ ] process-idle
  • [ ] reboot-notifier
  • [ ] resapplet
  • [ ] rip
  • [ ] scim-setup
  • [ ] sleep
  • [x] stock_bookmark
  • [ ] stock_delete-bookmark
  • [x] stock_dialog-error
  • [x] stock_edit
  • [x] stock_music-library
  • [x] stock_person
  • [x] stock_weather-sunny
  • [x] sunny
  • [ ] system-config-display
  • [ ] system-config-securitylevel
  • [ ] system-file-manager-panel
  • [x] system-shut-down
  • [ ] taskbar
  • [ ] twf
  • [ ] ubiquity
  • [x] user-idle
  • [ ] video-player
  • [ ] visor
  • [x] wifi-020
  • [x] wifi-040
  • [x] wifi-060
  • [x] wifi-080
  • [x] wifi-100
  • [ ] xfce4-weather
  • [ ] xfsm-suspend
  • [ ] xmms

bilelmoussaoui avatar Oct 30 '15 19:10 bilelmoussaoui

@wa4557 is there a way to walk a directory and check each if an icon exists, if it does -> symlink an icon to it using bash? Would save me a lot of time :+1:

bilelmoussaoui avatar Oct 30 '15 20:10 bilelmoussaoui

@bil-elmoussaoui Can you give an example? I don't really get what you mean

andia89 avatar Oct 30 '15 20:10 andia89

For example wifi-100 can be symlinked to nm-signal-100.svg, this icon does exists in /Numix/size/status/ i need a way to check in each folder and create a symlink from nm-signal-100.svg to wifi-100 if nm-signal-100.svg do exists in the directory

bilelmoussaoui avatar Oct 30 '15 20:10 bilelmoussaoui

Ah ok, yeah that's easy:

  1. cd into Numix folder
  2. find . -iname nm-device-wired.svg -exec bash -c 'cd $(dirname "{}"); ln -sf nm-device-wired.svg wifi-100.svg' \;

andia89 avatar Oct 30 '15 20:10 andia89

@wa4557 Thanks!!!

bilelmoussaoui avatar Oct 30 '15 21:10 bilelmoussaoui

I think we can symlink the wifi-* icons to the already existing nm-wireless- icons. That's also what is done in Humanity

andia89 avatar Dec 23 '15 19:12 andia89

:+1: sorry for my recent absence, I've come home from university and only brought my windows laptop with me. setting up a quick linux installation so that I can get back on with this stuff :)

Foggalong avatar Dec 23 '15 21:12 Foggalong

@wa4557 Yes, can you do that? The wifi is so slow :-1:

bilelmoussaoui avatar Dec 23 '15 21:12 bilelmoussaoui