Cool Bash Scripts for Your Linux Install: Random Icon Themes – Execute Bash Script on Startup



I’m thinking to make videos like this for my 50 subscriber special. These are going to be videos to help make your Linux install more aesthetically appealing, or to help automate some things.

Feel free to comment and suggest a particular topic, or if you have any questions!

GitHub:

Commands:
To make the file executable: chmod +x path/to/file/script_name.sh
To Enable/Start Service:
systemctl –user daemon-reload
systemctl –user enable random-icon-theme.service
systemctl –user start random-icon-theme.service

To check status of new service: systemctl –user status random-icon-theme.service

[ad_2]

source

Exit mobile version