generated from SteamDeckHomebrew/Plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from suchmememanyskill/dev
V1.1.0
- Loading branch information
Showing
15 changed files
with
767 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"singleQuote": false, | ||
"tabWidth": 2, | ||
"semi": true, | ||
"trailingComma": "es5", | ||
"bracketSameLine": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.