Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't touch system-wide files when run as user. #180

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2022

  1. Revert "Fixed script (numixproject#190)"

    This reverts commit c213b67.
    loathingKernel committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    6b9dcc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7942d47 View commit details
    Browse the repository at this point in the history
  3. Fix use without gui

    loathingKernel committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    ff194c0 View commit details
    Browse the repository at this point in the history
  4. Keep shellcheck happy

    loathingKernel committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    5718015 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a05adf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f5f872 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd1b108 View commit details
    Browse the repository at this point in the history
  8. Replace basename with bash expansion

    Reduces execution time by ~4 seconds on my system
    loathingKernel committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    770cb5e View commit details
    Browse the repository at this point in the history
  9. Don't create folders that exist as symlinks in the base theme.

    Instead recreate the linking in the Numix-Folders theme.
    Cuts theme creation time by about 50%
    loathingKernel committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a563db0 View commit details
    Browse the repository at this point in the history
  10. Fix icon sizes larger than 96 being broken for custom colors

    Removes 96 directory and symlinks 96 -> 48.
    This mirrors base Numix theme where the subfolders of 96 are
    symlinks to the 48 equivalents
    loathingKernel committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a0cd202 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a43c1e7 View commit details
    Browse the repository at this point in the history