Skip to content

Commit

Permalink
Merge pull request #16 from suchmememanyskill/dev
Browse files Browse the repository at this point in the history
V1.1.0
  • Loading branch information
suchmememanyskill authored Aug 12, 2022
2 parents 694d7d6 + fadae7e commit ffb45f5
Show file tree
Hide file tree
Showing 15 changed files with 767 additions and 307 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"singleQuote": false,
"tabWidth": 2,
"semi": true,
"trailingComma": "es5",
"bracketSameLine": false
}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SDH-CssLoader
Dynamically loads css off storage. Also reloads whenever the steam ui reloads
# CSS Loader
Dynamically loads CSS files from storage and reloads alongside Steam UI.

## How it works
The loader reads all folders in `/home/deck/homebrew/themes`. In every folder, it looks for a file called `theme.json`. This json file stores in which tab which css should be injected. An example theme can be found in the themes folder of this repository
# Overview
The loader reads all folders in `/home/deck/homebrew/themes`. In every folder, it reads a `theme.json` file that stores how the CSS should be injected.

[More information about creating themes, and publishing themes to the theme browser can be found here](https://github.com/suchmememanyskill/CssLoader-ThemeDb)
[Information about creating and publishing themes can be found here](https://github.com/suchmememanyskill/CssLoader-ThemeDb)
Loading

0 comments on commit ffb45f5

Please sign in to comment.