Skip to content

Instantly share code, notes, and snippets.

@Timber232
Timber232 / gd_icon_inverse.sh
Created October 23, 2014 02:25
Fix Google Drive menu icon in OS X Yosemite dark mode.
#!/bin/bash
resource_path="/Applications/Google Drive.app/Contents/Resources/";
bak=".bak";
normal_inverse="mac-normal-inverse.png";
normal_inverse_2x="mac-normal-inverse@2x.png";
normal="mac-normal.png";
normal_2x="mac-normal@2x.png";
@seancoyne
seancoyne / fix-onedrive-menu-bar-icons.sh
Created October 21, 2014 15:50
Fix OneDrive Yosemite Dark Mode Menu Bar Icons
#!/usr/bin/env bash
# change to proper directory
cd /Applications/OneDrive.app/Contents/Resources/
# back up the files
sudo mkdir icon-backups
sudo cp StatusIcon_*.tiff icon-backups/
# replace all versions with the "selected" icon