diff options
author | Kyle K <kylek389@gmail.com> | 2012-05-26 00:22:05 -0500 |
---|---|---|
committer | Kamil Kaminski <kyle@kkaminsk.com> | 2012-05-26 00:22:05 -0500 |
commit | 5c961dc755954d1a2f90248c81aff725cf38466c (patch) | |
tree | 73aebdd6101d798355149d6499186ef9a2ef866b /gtk3-theme.sh | |
download | scripts-5c961dc755954d1a2f90248c81aff725cf38466c.tar.gz scripts-5c961dc755954d1a2f90248c81aff725cf38466c.tar.bz2 scripts-5c961dc755954d1a2f90248c81aff725cf38466c.zip |
initial commit
Diffstat (limited to 'gtk3-theme.sh')
-rwxr-xr-x | gtk3-theme.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk3-theme.sh b/gtk3-theme.sh new file mode 100755 index 0000000..aa24398 --- /dev/null +++ b/gtk3-theme.sh @@ -0,0 +1,2 @@ +ln -v -s /usr/share/themes/Adwaita/gtk-3.0 ~/.config/gtk-3.0 + |