


Full Icon Themes by schoolmaterialbob 50 comments

Full Icon Themes by schoolmaterialbob 50 comments

Full Icon Themes by schoolmaterialbob 50 comments
But as soon as I launch, and I can hand some work off to the tech team, getting the baseline down for icons here, is a main priority. Once that's settled, the Svg will be released. Sorry for any inconvenience this may cause, but please do check back and they will be available soon. TM.
School Material Bob - Apr 22 2019

Full Icon Themes by schoolmaterialbob 50 comments

Full Icon Themes by schoolmaterialbob 50 comments

Full Icon Themes by schoolmaterialbob 50 comments

Full Icon Themes by schoolmaterialbob 50 comments

Full Icon Themes by schoolmaterialbob 50 comments
An easy way to modify the names, or add any number of user directories is with the command
xdg-user-dirs-update in your favorite console.
This automatically creates the
~/.config/user-dirs.dirs (local)
and
/etc/xdg/user-dirs.default (global)
files, without the need to either create one if your menu system didn't, or locating it.
In order to name a directory, use (I recommend to modify local, as it will only impact that user)
XDG_DESKTOP_DIR="$HOME/Desktop" ## if you change the Desktop to something else, your root desktop file will change to whatever you name it
Since it's done through XDG, on next boot or env update/refresh it will automatically point all required stuff that relies on that directory to the correct place, unless you've modified your init scripts. Some other names you mentioned are:
XDG_TEMPLATES_DIR="$HOME/Templates" ## or change to $HOME/Awesomeplates as an example
XDG_DOCUMENTS_DIR="$HOME/Documents" ## change to $HOME/Papers
You can also create your own
XDG_DROPBOX_DIR="$HOME/Dropbox" ## as an example.
But to change the defaults, you do need the correct default mapping, which if you run the command, will be written to the local file mentioned above for you.
If you write your own file or modify say the XFCE4 menu file, just double check your /etc or init system to see if you need to hook a line in to update any other parts that may rely on the naming convention during boot or init. Some things may do like a
if [ -f $HOME/Desktop ]; then function() as a part of init that might fail if not updated on next boot. The main culprit I would look at would probably be xdg manager, or your DM. - Feb 08 2019

Full Icon Themes by schoolmaterialbob 50 comments
The downloads is a naming error that I keep forgetting to fix. The icon in question is lowercase, when it needs to have a letter capitalized. Thanks for reminding me!
You can change whatever deafult you'd like the them to to pickup for folder icons. Either specify a fallback in the theme.index file, if you have a prefernce. Or in your $home/.config, whatever menu system you use, will have a high level reference file to the folder assignments, sometimes this file can also end up in /etc, but it contains the naming conventions that assign differnt icons or images to your folders. You can add names, , remove, change defaults, etc. The easiest way, is just to hard link the folder in question, via that file, to an icon location. The naming of the file does also change depending on if you use openbox, the lxde older xfce menu, or the xfce4 menu system. Or at least it did some years ago, when I last used XFCE. - Feb 08 2019

Full Icon Themes by schoolmaterialbob 50 comments
https://raw.githubusercontent.com/higheredbob/schoolmaterial/master/Selection_042.png - Feb 07 2019

Full Icon Themes by schoolmaterialbob 50 comments
Ill have to look into the blur, its likely because of the scripting and the resize function placement. Since the files originate from SVG and no blur. I have noticed some aliasing on a few of the icons as well. That being due to the main color, particularly material designs pink and red 500's have a tendency to do that. I also noticed that some of the action icons have blurred as well, this is either again the resize function placement in the script order, or could be realted to the stock, the action icons are derived from the material design community set. I will make sure to include an update for this in my next round.
As for not including the SVG currently, I'm in the middle of a huge project launch and I just don't have the time to injet another tree to maintain into this project. Hopefully in the next few weeks that will change, since launch has started for my other project. But I will likely only include the svg set once its in beta. The files are constantly in flux right now, and I just don't want to add another layer that I have to write scripts for, optimize svgs for, etc.
- Feb 07 2019

Full Icon Themes by schoolmaterialbob 50 comments

Full Icon Themes by schoolmaterialbob 50 comments

Full Icon Themes by schoolmaterialbob 50 comments
I will look into connecting my repo to the projects here, and I'm told that will open up donation capabilities through the site.
Thank you again everyone! - Jan 03 2019