
Ink
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A dark, flat, minimalist theme for great tools.
Designed with fast and easy customization in mind.
This is a work in progress.
Use it at your convenience, and please flood me with bug reports :)
See below for customization and installation instructions.
Includes :
stable :
✓ gnome-shell 3.12+
✓ metacity 3 (credit to xyl0n)
✓ gtk 2 & 3 (credit to xyl0n)
✓ shell (needs manual config, see oh-my-zsh/build.yml)
soon :
sublime-text 3
in my dreams :
firefox
markdown
in my wildest dreams :
empathy
and so much more ...
6 years ago
- metacity 3 (credit to xyl0n)
- gtk 2 & 3 (credit to xyl0n)
- shell (needs manual config, see oh-my-zsh/build.yml)
6 years ago
- metacity 3 (credit to xyl0n)
- gtk 2 & 3 (credit to xyl0n)
- shell (needs manual config, see oh-my-zsh/build.yml)
FallenX
6 years ago
I've changed my gnome shell theme to moka and others that support gnome 3.12+ and haven't noticed any problems. Blurry popups only occured, when i chose "acid theme" that doesn't support gnome 3.12 only 3.8.
Report
gilphilbert
6 years ago
Thanks
Report
etnbrd
6 years ago
You should install Roboto.
Don't forget to back your current gnome-theme up, as the installation process will overwrite it.
Report
FallenX
6 years ago
Report
FallenX
6 years ago
screen attached
Report
etnbrd
6 years ago
My first guess is that you miss a vector renderer, so fonts and icons seems blurry.
I can't really see in your picture, is the panel bar also blurry, or only the pop-up system menu ?
And what is your linux distribution ?
Report
FallenX
6 years ago
I have found another bug (notification panel), that maybe can help you understand what's going on.
http://imgbox.com/PV7VQVYE
When another icon appears in notification panel it just almost overlay previous one.
Maybe a bug with wrong screen size?
I'm using Fedora 20 x86_64 and gnome 3.12
P.S.
I like how flat and minimalist theme is.
Report
etnbrd
6 years ago
I think it is the one used by gnome to render svg.
If this doesn't resolve the blurry effect, try to change your icon theme, to see if another theme make a change.
Also about that other bug.
I am aware of it, and will fix it as soon as I can.
Icons on the notification message tray are very heterogeneous from one application to another, so if I make some notifications look good, it make the other look broken.
If you use empathy, you should see nice icons for conversations, as I used these notification to test the theme.
Report
FallenX
6 years ago
Report
notthesun
7 years ago
this is the output of terminal
uid=0(root) gid=0(root) gruppi=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log)
module.js:340
throw err;
^
Error: Cannot find module 'js-yaml'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/angelo/Desktop/Ink-master/build.js:2:12)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
Report
etnbrd
7 years ago
I forgot js-yaml in the package.json.
If you pull, or clone now, it should (might ?) work.
Don't forget to npm install before building, and run sudo id && node build.js.
Let me know if it works, and glad you like it :)
Report
notthesun
7 years ago
Error: Cannot find module 'js-yaml'
Report
notthesun
7 years ago
uid=0(root) gid=0(root) gruppi=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log)
node.js:811
var cwd = process.cwd();
^
Error: ENOENT, no such file or directory
at Function.startup.resolveArgv0 (node.js:811:23)
at startup (node.js:58:13)
at node.js:902:3
Report
etnbrd
7 years ago
It's seems the error is not inside my code, so it must be a missing dependency.
To isolate the error, could you try to comment all themes except gnome-shell in Ink.yml, and to try to execute each task separatly by commenting the others in gnome-shelle/build.yml and building with sudo id && node build.js ?
You might need to be in the root directory of the theme.
Thanks a lot, that would help me a lot :)
Report