Git Product home page Git Product logo

indicator-chars's People

Contributors

cbrunet avatar tobys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

indicator-chars's Issues

Nothing in clipboard after click

On my Ubuntu 10.10 x86_64 with python-gtk2 2.24.0-2, I had to delete the gtk.Clipboard constructor attributes in the click event; now it’s working.

default or sample ".indicator-chars" file

I think it might be useful for many users to include a default/sample ".indicator-chars" file like this:

[characters] âîôûÆæßðÐÑÝÞýþΩΓΔΘΨ
[numbers] ¼½¾⅛⅜⅝⅞¹²Ø
[numbering1] ➊➋➌➍➎➏➐➑➒➓
[numbering2] ①②③④⑤⑥⑦⑧⑨⑩
[math] ×÷≈≃≠≤≥±√‰ⁿ°∞Ω℮∂∆∏∑
[symbols1] “”`´«»[]{}|#·¬§µ†‡•…—¯
[symbols2] ®™℅№�☑☒¥£€$¢
[symbols3] ⊕⊖⊗⊘⊙□☎☞☹☺✂✓✔✗✘❍❏❑
[arrows] ←↑→↓↔↕↗↘↳↵⇐⇒⇔⇤⇥⇦⇧⇨⇩

ppa

добавьте, пожалуйста,

indicator icon(s) - switching

I have implemented the following customization on this matter:

  1. Created light and dark versions of your png file and renamed them as "dark-theme.png" and "light-theme.png", and symlinked one that suits my current theme as "indicator-chars.png", changing the corresponding file name in "indicator-chars.py" accordingly.
  2. Inserted the following lines in "indicator-chars.py":
    DarkTheme_item = self.create_menu_item('Use dark theme icons')
    DarkTheme_item.connect("activate", self.DarkTheme)
    menu.append(DarkTheme_item)
    LightTheme_item = self.create_menu_item('Use light theme icons')
    LightTheme_item.connect("activate", self.LightTheme)
    menu.append(LightTheme_item)

def DarkTheme(self, dude):
os.system("/usr/local/indicator-chars/dark-theme-icons")
def LightTheme(self, dude):
os.system("/usr/local/indicator-chars/light-theme-icons")

(As you can see I've also moved your script to /usr/local/indicator-chars even symlinking it in /usr/local/bin)

Perhaps, if you wish, you can implement this icon switching feature in a better way as I I only know a little bit shell scripting.

character is not copied (to clipboard)

with Ubuntu 14.10 ( 3.13.0-39-generic #66-Ubuntu x86_64 GNU/Linux )
menu text is not "copied" when clicked, further investigation reveal that
I will have to change:
cb = gtk.Clipboard(selection="PRIMARY")

to

cb = gtk.Clipboard(selection="CLIPBOARD")

Example config

I'd just like to recommend including an example configuration file to go along with the app.

Readme Clarity

Change "Install" to "Configuration". It appeared as though you were indicating to install the files into a folder named "~/.indicator-chars"

Also change these from:
Create ~/.indicator-chars
Each row corresponds to a set of chars

To something like:
Create the configuration file ~/.indicator-chars (so as to explicitly differentiate from creating a directory)
Input a group of characters to access on each line of the file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.