Skip to content

Instantly share code, notes, and snippets.

@tuanle
Last active December 13, 2015 13:30
Show Gist options
  • Save tuanle/c420fc909fb949c3770e to your computer and use it in GitHub Desktop.
Save tuanle/c420fc909fb949c3770e to your computer and use it in GitHub Desktop.
Tweak ubuntu (gnome)
# Install numix theme
sudo add-apt-repository ppa:numix/ppa
sudo apt-get update && sudo apt-get install numix-gtk-theme
# After install numix, maybe using tweak ubuntu to change it, http://ubuntu-tweak.com/
# Remove windows's titlebar
# Ref: http://askubuntu.com/questions/289940/remove-title-bar-of-all-maximized-gnome-3-8-windows
sudo vi /usr/share/themes/Numix/metacity-1/metacity-theme-3.xml
# Change frame_geometry name="max" to frame_geometry name="max" has_title="false"
# Alt+F2, type r, and Enter/Return
# Install redshift
sudo apt-get install redshift redshift-gtk
# Add redshift autostart:
# - Create .config/redshift.conf
# - Open Startup Applications Preferences, add:
# /usr/bin/redshift
# Setting cursor size in HiDPI:
# Open dconf-editor
# set new value to key org.gnome.desktop.interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment