Ricci Adams
Ricci Adams
Vortelf - did you add `"el_capitan_font_default": true` to your sublime-settings? That should have the theme use your system's default font. You aren't going to be able to use San Francisco...
Probably! I'm waiting to see if sidebar icons will ultimately be distributed separately from themes (similar to Color Schemes). Right now I'm using a separate package for them, based on...
I have thought about this some more. I agree, the sidebar does look odd without icons. In fact, I use icons in my own personal version (with the technique I...
`el_capitan_sidebar_blue_folders` will change the folder color from yellow (Xcode style) to blue (Finder style).
Fermata is simply doing a `pmset -b disablesleep 1` now. It's likely that there's still a "The Lid is Closed" notification that's sent out, and `coreaudiod` or HAL might be...
Oh yikes! Removing `bar()` in your example seems like a major bug (my original issue was more of a feature request).
Did you try `sudo pmset -c disablesleep 1` ? I thought that this worked at one time, but I'm not sure if it still does on Apple Silicon machines.
(Note: you may need to quit Fermata before trying the above.)
After investigating, I don't feel comfortable making this change for Fermata. Here's the problem: 1. Use either `pmset -a disablesleep 1` or `IOPMSetSystemPowerSetting(kIOPMSleepDisabledKey, kCFBooleanTrue)` to disable sleep. 2. Close the...
Thanks for bringing this to my attention - I just tried ColorFaker on my iMac running 10.10.5 and was unable to get it to install the helper tool. I vaguely...